Package com.github.elibracha.validators
Interface Validator
-
- All Known Implementing Classes:
ContextValidator,HttpMethodValidator,OperationValidator,ParamsValidator,PathValidator,RequestValidator,ResponseValidator,SecurityValidator
public interface Validator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationResultgetResult()voidsetTree(com.fasterxml.jackson.databind.JsonNode tree)booleanvalidate()
-
-
-
Method Detail
-
validate
boolean validate()
-
setTree
void setTree(com.fasterxml.jackson.databind.JsonNode tree)
-
getResult
ValidationResult getResult()
-
-