Uses of Class
com.networknt.schema.walk.WalkConfig
-
Packages that use WalkConfig Package Description com.networknt.schema com.networknt.schema.walk -
-
Uses of WalkConfig in com.networknt.schema
Methods in com.networknt.schema that return WalkConfig Modifier and Type Method Description WalkConfigExecutionContext. getWalkConfig()Gets the walk configuration.Methods in com.networknt.schema with parameters of type WalkConfig Modifier and Type Method Description voidExecutionContext. setWalkConfig(WalkConfig walkConfig)Sets the walk configuration. -
Uses of WalkConfig in com.networknt.schema.walk
Methods in com.networknt.schema.walk that return WalkConfig Modifier and Type Method Description WalkConfigWalkConfig.Builder. build()static WalkConfigWalkConfig. getInstance()Methods in com.networknt.schema.walk with parameters of type WalkConfig Modifier and Type Method Description static WalkConfig.BuilderWalkConfig. builder(WalkConfig config)Creates a new builder forWalkConfigand copies the configuration.
-