| Package | Description |
|---|---|
| com.networknt.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomErrorMessageType |
class |
ValidatorTypeCode |
| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageType |
CustomErrorMessageType.of(String errorCode) |
static ErrorMessageType |
CustomErrorMessageType.of(String errorCode,
MessageFormat messageFormat) |
| Modifier and Type | Method and Description |
|---|---|
static ValidationMessage |
ValidationMessage.of(String type,
ErrorMessageType errorMessageType,
String at,
String schemaPath,
Map<String,Object> details) |
static ValidationMessage |
ValidationMessage.of(String type,
ErrorMessageType errorMessageType,
String at,
String schemaPath,
String... arguments) |
static ValidationMessage |
ValidationMessage.ofWithCustom(String type,
ErrorMessageType errorMessageType,
String customMessage,
String at,
String schemaPath,
String... arguments) |
Copyright © 2023. All rights reserved.