Interface DocumentValidator
- All Known Implementing Classes:
- JsonSchemaValidator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Created by carlg on 5/16/2017.
- 
Method SummaryModifier and TypeMethodDescriptionvoidvalidate(DocumentNode node, ValidationResults results) Given a node, check whether it's valid, and if there are any issues, add them to the results collection
- 
Method Details- 
validateGiven a node, check whether it's valid, and if there are any issues, add them to the results collection
 
-