Uses of Class
com.networknt.schema.ExecutionConfig
-
Packages that use ExecutionConfig Package Description com.networknt.schema -
-
Uses of ExecutionConfig in com.networknt.schema
Methods in com.networknt.schema that return ExecutionConfig Modifier and Type Method Description ExecutionConfig
ExecutionContext. getExecutionConfig()
Gets the execution configuration.Methods in com.networknt.schema with parameters of type ExecutionConfig Modifier and Type Method Description void
ExecutionContext. setExecutionConfig(ExecutionConfig executionConfig)
Sets the execution configuration.Constructors in com.networknt.schema with parameters of type ExecutionConfig Constructor Description ExecutionContext(ExecutionConfig executionConfig)
Creates an execution context.ExecutionContext(ExecutionConfig executionConfig, CollectorContext collectorContext)
Creates an execution context.
-