Uses of Class
com.networknt.schema.ApplyDefaultsStrategy
Packages that use ApplyDefaultsStrategy
-
Uses of ApplyDefaultsStrategy in com.networknt.schema
Methods in com.networknt.schema that return ApplyDefaultsStrategyMethods in com.networknt.schema with parameters of type ApplyDefaultsStrategyModifier and TypeMethodDescriptionSchemaValidatorsConfig.Builder.applyDefaultsStrategy(ApplyDefaultsStrategy applyDefaultsStrategy) Sets the strategy the walker uses to sets nodes to the default value.voidSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig.setApplyDefaultsStrategy(ApplyDefaultsStrategy applyDefaultsStrategy) voidSchemaValidatorsConfig.setApplyDefaultsStrategy(ApplyDefaultsStrategy applyDefaultsStrategy) Constructors in com.networknt.schema with parameters of type ApplyDefaultsStrategyModifierConstructorDescriptionImmutableSchemaValidatorsConfig(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)