Uses of Enum
com.networknt.schema.path.PathType
Packages that use PathType
-
Uses of PathType in com.networknt.schema
Fields in com.networknt.schema declared as PathTypeMethods in com.networknt.schema that return PathTypeModifier and TypeMethodDescriptionSchemaRegistryConfig.getPathType()Get the approach used to generate paths in messages, logs and errors.Methods in com.networknt.schema with parameters of type PathTypeModifier and TypeMethodDescriptionSets the path type to use when reporting the instance location of errors.Constructors in com.networknt.schema with parameters of type PathTypeModifierConstructorDescriptionprotectedSchemaRegistryConfig(boolean cacheRefs, String errorMessageKeyword, ExecutionContextCustomizer executionContextCustomizer, boolean failFast, Boolean formatAssertionsEnabled, Locale locale, boolean losslessNarrowing, MessageSource messageSource, PathType pathType, boolean preloadSchema, RegularExpressionFactory regularExpressionFactory, SchemaIdValidator schemaIdValidator, Map<String, Boolean> strictness, boolean typeLoose) -
Uses of PathType in com.networknt.schema.path
Fields in com.networknt.schema.path declared as PathTypeModifier and TypeFieldDescriptionstatic final PathTypePathType.DEFAULTThe default path generation approach to use.Methods in com.networknt.schema.path that return PathTypeModifier and TypeMethodDescriptionNodePath.getPathType()Gets thePathType.static PathTypeReturns 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.Constructors in com.networknt.schema.path with parameters of type PathType