Class Messages_$bundle
- java.lang.Object
-
- org.jboss.resteasy.plugins.validation.i18n.Messages_$bundle
-
- All Implemented Interfaces:
Serializable,Messages
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2025-03-07T16:12:51-0800") public class Messages_$bundle extends Object implements Messages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Messages_$bundleINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protectedMessages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringexpectTwoNonNullMethods()protected StringexpectTwoNonNullMethods$str()protected LocalegetLoggingLocale()protected ObjectreadResolve()StringresteasyCdiExtensionNotOnClasspath()protected StringresteasyCdiExtensionNotOnClasspath$str()StringresteasyCdiExtensionOnClasspath()protected StringresteasyCdiExtensionOnClasspath$str()StringunableToLoadValidationSupport()protected StringunableToLoadValidationSupport$str()StringusingValidatorFactoryDoesNotSupportCDI()protected StringusingValidatorFactoryDoesNotSupportCDI$str()StringusingValidatorFactorySupportsCDI(javax.validation.ValidatorFactory factory)protected StringusingValidatorFactorySupportsCDI$str()StringvalidateOnExceptionOnMultipleMethod()protected StringvalidateOnExceptionOnMultipleMethod$str()
-
-
-
Field Detail
-
INSTANCE
public static final Messages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
expectTwoNonNullMethods$str
protected String expectTwoNonNullMethods$str()
-
expectTwoNonNullMethods
public final String expectTwoNonNullMethods()
- Specified by:
expectTwoNonNullMethodsin interfaceMessages
-
resteasyCdiExtensionOnClasspath$str
protected String resteasyCdiExtensionOnClasspath$str()
-
resteasyCdiExtensionOnClasspath
public final String resteasyCdiExtensionOnClasspath()
- Specified by:
resteasyCdiExtensionOnClasspathin interfaceMessages
-
resteasyCdiExtensionNotOnClasspath$str
protected String resteasyCdiExtensionNotOnClasspath$str()
-
resteasyCdiExtensionNotOnClasspath
public final String resteasyCdiExtensionNotOnClasspath()
- Specified by:
resteasyCdiExtensionNotOnClasspathin interfaceMessages
-
unableToLoadValidationSupport$str
protected String unableToLoadValidationSupport$str()
-
unableToLoadValidationSupport
public final String unableToLoadValidationSupport()
- Specified by:
unableToLoadValidationSupportin interfaceMessages
-
usingValidatorFactoryDoesNotSupportCDI$str
protected String usingValidatorFactoryDoesNotSupportCDI$str()
-
usingValidatorFactoryDoesNotSupportCDI
public final String usingValidatorFactoryDoesNotSupportCDI()
- Specified by:
usingValidatorFactoryDoesNotSupportCDIin interfaceMessages
-
usingValidatorFactorySupportsCDI$str
protected String usingValidatorFactorySupportsCDI$str()
-
usingValidatorFactorySupportsCDI
public final String usingValidatorFactorySupportsCDI(javax.validation.ValidatorFactory factory)
- Specified by:
usingValidatorFactorySupportsCDIin interfaceMessages
-
validateOnExceptionOnMultipleMethod$str
protected String validateOnExceptionOnMultipleMethod$str()
-
validateOnExceptionOnMultipleMethod
public final String validateOnExceptionOnMultipleMethod()
- Specified by:
validateOnExceptionOnMultipleMethodin interfaceMessages
-
-