public interface NodeRule<V extends org.yaml.snakeyaml.nodes.Node>
NodeRule interface.
| 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 object.List<ValidationResult> onRuleEnd()
List object.Copyright © 2015 Mulesoft. All rights reserved.