Uses of Class
com.networknt.schema.walk.ApplyDefaultsStrategy
-
Packages that use ApplyDefaultsStrategy Package Description com.networknt.schema.walk -
-
Uses of ApplyDefaultsStrategy in com.networknt.schema.walk
Fields in com.networknt.schema.walk declared as ApplyDefaultsStrategy Modifier and Type Field Description static ApplyDefaultsStrategyApplyDefaultsStrategy. EMPTY_APPLY_DEFAULTS_STRATEGYMethods in com.networknt.schema.walk that return ApplyDefaultsStrategy Modifier and Type Method Description ApplyDefaultsStrategyApplyDefaultsStrategy.Builder. build()ApplyDefaultsStrategyWalkConfig. getApplyDefaultsStrategy()Gets the strategy for applying defaults.Methods in com.networknt.schema.walk with parameters of type ApplyDefaultsStrategy Modifier and Type Method Description WalkConfig.BuilderWalkConfig.Builder. applyDefaultsStrategy(ApplyDefaultsStrategy applyDefaultsStrategy)Sets the strategy the walker uses to sets nodes to the default value.static ApplyDefaultsStrategy.BuilderApplyDefaultsStrategy. builder(ApplyDefaultsStrategy copy)
-