public class EnumerationChecker extends SingleFieldChecker
Modifier and Type | Field and Description |
---|---|
protected List<String> |
fixedValues |
field, header
Constructor and Description |
---|
EnumerationChecker(JsonBranch field,
List<String> fixedValues) |
EnumerationChecker(JsonBranch field,
String header,
List<String> fixedValues) |
Modifier and Type | Method and Description |
---|---|
void |
update(PathCache cache,
FieldCounter<RuleCheckingOutput> results)
A push method which is called by the subject, and which transport
information to the Observer objects.
|
getHeader
public EnumerationChecker(JsonBranch field, List<String> fixedValues)
public EnumerationChecker(JsonBranch field, String header, List<String> fixedValues)
public void update(PathCache cache, FieldCounter<RuleCheckingOutput> results)
RuleChecker
cache
- The JSON cache objectresults
- The result mapCopyright © 2020. All rights reserved.