Uses of Class
com.networknt.schema.path.PathType
-
Packages that use PathType Package Description com.networknt.schema com.networknt.schema.path -
-
Uses of PathType in com.networknt.schema
Fields in com.networknt.schema declared as PathType Modifier and Type Field Description protected PathTypeSchemaRegistryConfig.BuilderSupport. pathTypeMethods in com.networknt.schema that return PathType Modifier and Type Method Description PathTypeSchemaRegistryConfig. getPathType()Get the approach used to generate paths in messages, logs and errors.Methods in com.networknt.schema with parameters of type PathType Modifier and Type Method Description TSchemaRegistryConfig.BuilderSupport. pathType(PathType pathType)Sets the path type to use when reporting the instance location of errors.Constructors in com.networknt.schema with parameters of type PathType Constructor Description SchemaRegistryConfig(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 PathType Modifier and Type Field Description static PathTypePathType. DEFAULTThe default path generation approach to use.Methods in com.networknt.schema.path that return PathType Modifier and Type Method Description PathTypeNodePath. getPathType()Gets thePathType.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.Constructors in com.networknt.schema.path with parameters of type PathType Constructor Description NodePath(PathType type)
-