Uses of Class
com.networknt.schema.CollectorContext
-
Packages that use CollectorContext Package Description com.networknt.schema -
-
Uses of CollectorContext in com.networknt.schema
Methods in com.networknt.schema that return CollectorContext Modifier and Type Method Description CollectorContextJsonSchema. getCollectorContext()CollectorContextSchemaValidatorsConfig. getCollectorContext()CollectorContextValidationResult. getCollectorContext()static CollectorContextCollectorContext. getInstance()Methods in com.networknt.schema with parameters of type CollectorContext Modifier and Type Method Description voidSchemaValidatorsConfig. setCollectorContext(CollectorContext collectorContext)Constructors in com.networknt.schema with parameters of type CollectorContext Constructor Description ValidationResult(Set<ValidationMessage> validationMessages, CollectorContext collectorContext)
-