Uses of Class
com.networknt.schema.PathType
-
Packages that use PathType Package Description com.networknt.schema com.networknt.schema.utils -
-
Uses of PathType in com.networknt.schema
Fields in com.networknt.schema declared as PathType Modifier and Type Field Description static PathTypePathType. DEFAULTThe default path generation approach to use.Methods in com.networknt.schema that return PathType Modifier and Type Method Description PathTypeJsonNodePath. getPathType()Gets thePathType.PathTypeSchemaValidatorsConfig. getPathType()Get the approach used to generate paths in messages, logs and errors.static PathTypePathType. valueOf(String name)Returns the enum constant of this type with the specified name.static PathType[]PathType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.networknt.schema with parameters of type PathType Modifier and Type Method Description SchemaValidatorsConfig.BuilderSchemaValidatorsConfig.Builder. pathType(PathType pathType)Sets the path type to use when reporting the instance location of errors.voidSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. setPathType(PathType pathType)voidSchemaValidatorsConfig. setPathType(PathType pathType)Set the approach used to generate paths in messages, logs and errors (default is PathType.LEGACY).Constructors in com.networknt.schema with parameters of type PathType 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)JsonNodePath(PathType type) -
Uses of PathType in com.networknt.schema.utils
Methods in com.networknt.schema.utils with parameters of type PathType Modifier and Type Method Description static Collection<String>JsonNodeUtil. allPaths(PathType pathType, String root, com.fasterxml.jackson.databind.JsonNode node)
-