Uses of Class
com.networknt.schema.ValidatorState
-
Packages that use ValidatorState Package Description com.networknt.schema -
-
Uses of ValidatorState in com.networknt.schema
Methods in com.networknt.schema that return ValidatorState Modifier and Type Method Description ValidatorState
ExecutionContext. getValidatorState()
Gets the validator state.Methods in com.networknt.schema with parameters of type ValidatorState Modifier and Type Method Description void
ExecutionContext. setValidatorState(ValidatorState validatorState)
Sets the validator state.
-