Uses of Class
com.networknt.schema.CollectorContext
-
Packages that use CollectorContext Package Description com.networknt.schema -
-
Uses of CollectorContext in com.networknt.schema
Fields in com.networknt.schema declared as CollectorContext Modifier and Type Field Description private CollectorContext
ExecutionContext. collectorContext
Methods in com.networknt.schema that return CollectorContext Modifier and Type Method Description CollectorContext
ExecutionContext. getCollectorContext()
Gets the collector context.CollectorContext
ValidationResult. getCollectorContext()
Methods in com.networknt.schema with parameters of type CollectorContext Modifier and Type Method Description void
ExecutionContext. setCollectorContext(CollectorContext collectorContext)
Sets the collector context.Constructors in com.networknt.schema with parameters of type CollectorContext Constructor Description ExecutionContext(CollectorContext collectorContext)
Creates an execution context.ExecutionContext(ExecutionConfig executionConfig, CollectorContext collectorContext)
Creates an execution context.
-