Uses of Enum Class
fr.gouv.vitam.common.dsl.schema.ValidationErrorMessage.Code
-
Uses of ValidationErrorMessage.Code in fr.gouv.vitam.common.dsl.schema
Modifier and TypeMethodDescriptionstatic ValidationErrorMessage.Code
Returns the enum constant of this class with the specified name.static ValidationErrorMessage.Code[]
ValidationErrorMessage.Code.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionValidationErrorMessage
(com.fasterxml.jackson.databind.JsonNode node, Format property, ValidationErrorMessage.Code code, String message, List<Object> context) -
Uses of ValidationErrorMessage.Code in fr.gouv.vitam.common.dsl.schema.meta
Modifier and TypeMethodDescriptionprotected void
ValidatorEngine.reportError
(Format propertyFormat, com.fasterxml.jackson.databind.JsonNode node, ValidationErrorMessage.Code code, String message)