| Package | Description |
|---|---|
| com.networknt.schema |
| Modifier and Type | Field and Description |
|---|---|
static PathType |
PathType.DEFAULT
The default path generation approach to use.
|
| Modifier and Type | Method and Description |
|---|---|
protected PathType |
BaseJsonValidator.getPathType() |
PathType |
SchemaValidatorsConfig.getPathType()
Get the approach used to generate paths in messages, logs and errors.
|
static PathType |
PathType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaValidatorsConfig.setPathType(PathType pathType)
Set the approach used to generate paths in messages, logs and errors (default is PathType.LEGACY).
|
| Constructor and Description |
|---|
BaseJsonValidator(String schemaPath,
com.fasterxml.jackson.databind.JsonNode schemaNode,
JsonSchema parentSchema,
ValidatorTypeCode validatorType,
boolean suppressSubSchemaRetrieval,
boolean failFast,
ApplyDefaultsStrategy applyDefaultsStrategy,
PathType pathType) |
Copyright © 2023. All rights reserved.