Uses of Interface
com.networknt.schema.ErrorMessageType
-
Packages that use ErrorMessageType Package Description com.networknt.schema -
-
Uses of ErrorMessageType in com.networknt.schema
Classes in com.networknt.schema that implement ErrorMessageType Modifier and Type Class Description classCustomErrorMessageTypeclassValidatorTypeCodeFields in com.networknt.schema declared as ErrorMessageType Modifier and Type Field Description protected ErrorMessageTypeValidationMessageHandler. errorMessageTypeMethods in com.networknt.schema that return ErrorMessageType Modifier and Type Method Description protected ErrorMessageTypeValidationMessageHandler. getErrorMessageType()static ErrorMessageTypeCustomErrorMessageType. of(String errorCode)Methods in com.networknt.schema with parameters of type ErrorMessageType Modifier and Type Method Description static ValidationMessageValidationMessage. of(String type, ErrorMessageType errorMessageType, MessageFormat messageFormat, String at, String schemaPath, String... arguments)static ValidationMessageValidationMessage. of(String type, ErrorMessageType errorMessageType, MessageFormat messageFormat, String at, String schemaPath, Map<String,Object> details)static ValidationMessageValidationMessage. ofWithCustom(String type, ErrorMessageType errorMessageType, MessageFormat messageFormat, String customMessage, String at, String schemaPath, String... arguments)Constructors in com.networknt.schema with parameters of type ErrorMessageType Constructor Description ValidationMessageHandler(boolean failFast, ErrorMessageType errorMessageType, String customMessage, ResourceBundle resourceBundle, ValidatorTypeCode validatorType, JsonSchema parentSchema, String schemaPath)
-