Class LocalizationMessages
- java.lang.Object
-
- org.glassfish.jersey.server.validation.internal.LocalizationMessages
-
public final class LocalizationMessages extends Object
Defines string formatting method for each constant in the resource file
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringCONSTRAINT_VIOLATIONS_ENCOUNTERED()Following ConstraintViolations has been encountered.static LocalizablelocalizableCONSTRAINT_VIOLATIONS_ENCOUNTERED()static LocalizablelocalizableOVERRIDE_CHECK_ERROR(Object arg0)static LocalizablelocalizableVALIDATION_EXCEPTION_PROVIDER()static LocalizablelocalizableVALIDATION_EXCEPTION_RAISED()static StringOVERRIDE_CHECK_ERROR(Object arg0)Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of {0} method.static StringVALIDATION_EXCEPTION_PROVIDER()Failed to configure the default validation provider.static StringVALIDATION_EXCEPTION_RAISED()Unexpected Bean Validation problem.
-
-
-
Method Detail
-
localizableVALIDATION_EXCEPTION_RAISED
public static Localizable localizableVALIDATION_EXCEPTION_RAISED()
-
VALIDATION_EXCEPTION_RAISED
public static String VALIDATION_EXCEPTION_RAISED()
Unexpected Bean Validation problem.
-
localizableOVERRIDE_CHECK_ERROR
public static Localizable localizableOVERRIDE_CHECK_ERROR(Object arg0)
-
OVERRIDE_CHECK_ERROR
public static String OVERRIDE_CHECK_ERROR(Object arg0)
Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of {0} method.
-
localizableVALIDATION_EXCEPTION_PROVIDER
public static Localizable localizableVALIDATION_EXCEPTION_PROVIDER()
-
VALIDATION_EXCEPTION_PROVIDER
public static String VALIDATION_EXCEPTION_PROVIDER()
Failed to configure the default validation provider.
-
localizableCONSTRAINT_VIOLATIONS_ENCOUNTERED
public static Localizable localizableCONSTRAINT_VIOLATIONS_ENCOUNTERED()
-
CONSTRAINT_VIOLATIONS_ENCOUNTERED
public static String CONSTRAINT_VIOLATIONS_ENCOUNTERED()
Following ConstraintViolations has been encountered.
-
-