public interface NodeRule<V extends org.yaml.snakeyaml.nodes.Node>
| Modifier and Type | Method and Description |
|---|---|
List<ValidationResult> |
onRuleEnd()
Called when the ruled was ended to verify all mandatory fields are present
|
List<ValidationResult> |
validateValue(V value)
Validates the given value
|
List<ValidationResult> validateValue(V value)
value - The value to validateList<ValidationResult> onRuleEnd()
Copyright © 2016. All rights reserved.