Uses of Class
com.networknt.schema.PathType
-
Packages that use PathType Package Description com.networknt.schema -
-
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 protected PathTypeBaseJsonValidator. getPathType()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 voidSchemaValidatorsConfig. setPathType(PathType pathType)Set the approach used to generate paths in messages, logs and errors (default is PathType.LEGACY).
-