Uses of Class
com.networknt.schema.ExecutionConfig
Packages that use ExecutionConfig
-
Uses of ExecutionConfig in com.networknt.schema
Methods in com.networknt.schema that return ExecutionConfigModifier and TypeMethodDescriptionExecutionConfig.BuilderSupport.build()Builds theExecutionConfig.ExecutionContext.getExecutionConfig()Gets the execution configuration.static ExecutionConfigExecutionConfig.getInstance()Methods in com.networknt.schema with parameters of type ExecutionConfigModifier and TypeMethodDescriptionstatic ExecutionConfig.BuilderExecutionConfig.builder(ExecutionConfig config) voidExecutionContext.setExecutionConfig(ExecutionConfig executionConfig) Sets the execution configuration.Constructors in com.networknt.schema with parameters of type ExecutionConfigModifierConstructorDescriptionExecutionContext(ExecutionConfig executionConfig) Creates an execution context.ExecutionContext(ExecutionConfig executionConfig, CollectorContext collectorContext) Creates an execution context.