Uses of Class
com.networknt.schema.ApplyDefaultsStrategy
-
Packages that use ApplyDefaultsStrategy Package Description com.networknt.schema -
-
Uses of ApplyDefaultsStrategy in com.networknt.schema
Methods in com.networknt.schema that return ApplyDefaultsStrategy Modifier and Type Method Description ApplyDefaultsStrategy
SchemaValidatorsConfig. getApplyDefaultsStrategy()
Methods in com.networknt.schema with parameters of type ApplyDefaultsStrategy Modifier and Type Method Description SchemaValidatorsConfig.Builder
SchemaValidatorsConfig.Builder. applyDefaultsStrategy(ApplyDefaultsStrategy applyDefaultsStrategy)
Sets the strategy the walker uses to sets nodes to the default value.void
SchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. setApplyDefaultsStrategy(ApplyDefaultsStrategy applyDefaultsStrategy)
void
SchemaValidatorsConfig. setApplyDefaultsStrategy(ApplyDefaultsStrategy applyDefaultsStrategy)
Constructors in com.networknt.schema with parameters of type ApplyDefaultsStrategy Constructor Description ImmutableSchemaValidatorsConfig(ApplyDefaultsStrategy applyDefaultsStrategy, boolean cacheRefs, String errorMessageKeyword, ExecutionContextCustomizer executionContextCustomizer, boolean failFast, Boolean formatAssertionsEnabled, boolean handleNullableField, List<JsonSchemaWalkListener> itemWalkListeners, boolean javaSemantics, Map<String,List<JsonSchemaWalkListener>> keywordWalkListenersMap, Locale locale, boolean losslessNarrowing, MessageSource messageSource, boolean openAPI3StyleDiscriminators, PathType pathType, boolean preloadJsonSchema, int preloadJsonSchemaRefMaxNestingDepth, List<JsonSchemaWalkListener> propertyWalkListeners, Boolean readOnly, RegularExpressionFactory regularExpressionFactory, JsonSchemaIdValidator schemaIdValidator, Map<String,Boolean> strictness, boolean typeLoose, Boolean writeOnly)
-