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
-
-
Constructor Summary
Constructors Constructor Description LocalizationMessages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringCONSTRAINT_VIOLATIONS_ENCOUNTERED()Following ConstraintViolations has been encountered.static org.glassfish.jersey.internal.l10n.LocalizablelocalizableCONSTRAINT_VIOLATIONS_ENCOUNTERED()static org.glassfish.jersey.internal.l10n.LocalizablelocalizableOVERRIDE_CHECK_ERROR(Object arg0)static org.glassfish.jersey.internal.l10n.LocalizablelocalizableVALIDATION_EXCEPTION_PROVIDER()static org.glassfish.jersey.internal.l10n.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 org.glassfish.jersey.internal.l10n.Localizable localizableVALIDATION_EXCEPTION_RAISED()
-
VALIDATION_EXCEPTION_RAISED
public static String VALIDATION_EXCEPTION_RAISED()
Unexpected Bean Validation problem.
-
localizableOVERRIDE_CHECK_ERROR
public static org.glassfish.jersey.internal.l10n.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 org.glassfish.jersey.internal.l10n.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 org.glassfish.jersey.internal.l10n.Localizable localizableCONSTRAINT_VIOLATIONS_ENCOUNTERED()
-
CONSTRAINT_VIOLATIONS_ENCOUNTERED
public static String CONSTRAINT_VIOLATIONS_ENCOUNTERED()
Following ConstraintViolations has been encountered.
-
-