Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.server.validation.internal.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringFollowing ConstraintViolations has been encountered.static Localizablestatic Localizablestatic Localizablestatic Localizablestatic StringOVERRIDE_CHECK_ERROR(Object arg0) Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of {0} method.static StringFailed to configure the default validation provider.static StringUnexpected Bean Validation problem.
-
Method Details
-
localizableVALIDATION_EXCEPTION_RAISED
-
VALIDATION_EXCEPTION_RAISED
Unexpected Bean Validation problem. -
localizableOVERRIDE_CHECK_ERROR
-
OVERRIDE_CHECK_ERROR
Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of {0} method. -
localizableVALIDATION_EXCEPTION_PROVIDER
-
VALIDATION_EXCEPTION_PROVIDER
Failed to configure the default validation provider. -
localizableCONSTRAINT_VIOLATIONS_ENCOUNTERED
-
CONSTRAINT_VIOLATIONS_ENCOUNTERED
Following ConstraintViolations has been encountered.
-