Uses of Class
com.networknt.schema.CollectorContext
Packages that use CollectorContext
-
Uses of CollectorContext in com.networknt.schema
Fields in com.networknt.schema declared as CollectorContextMethods in com.networknt.schema that return CollectorContextModifier and TypeMethodDescriptionExecutionContext.getCollectorContext()
Gets the collector context.ValidationResult.getCollectorContext()
Methods in com.networknt.schema with parameters of type CollectorContextModifier and TypeMethodDescriptionvoid
ExecutionContext.setCollectorContext
(CollectorContext collectorContext) Sets the collector context.Constructors in com.networknt.schema with parameters of type CollectorContextModifierConstructorDescriptionExecutionContext
(CollectorContext collectorContext) Creates an execution context.ExecutionContext
(ExecutionConfig executionConfig, CollectorContext collectorContext) Creates an execution context.