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_$bundle
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protected
Messages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
expectTwoNonNullMethods()
protected String
expectTwoNonNullMethods$str()
protected Locale
getLoggingLocale()
protected Object
readResolve()
String
resteasyCdiExtensionNotOnClasspath()
protected String
resteasyCdiExtensionNotOnClasspath$str()
String
resteasyCdiExtensionOnClasspath()
protected String
resteasyCdiExtensionOnClasspath$str()
String
unableToLoadValidationSupport()
protected String
unableToLoadValidationSupport$str()
String
usingValidatorFactoryDoesNotSupportCDI()
protected String
usingValidatorFactoryDoesNotSupportCDI$str()
String
usingValidatorFactorySupportsCDI(javax.validation.ValidatorFactory factory)
protected String
usingValidatorFactorySupportsCDI$str()
String
validateOnExceptionOnMultipleMethod()
protected String
validateOnExceptionOnMultipleMethod$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:
expectTwoNonNullMethods
in interfaceMessages
-
resteasyCdiExtensionOnClasspath$str
protected String resteasyCdiExtensionOnClasspath$str()
-
resteasyCdiExtensionOnClasspath
public final String resteasyCdiExtensionOnClasspath()
- Specified by:
resteasyCdiExtensionOnClasspath
in interfaceMessages
-
resteasyCdiExtensionNotOnClasspath$str
protected String resteasyCdiExtensionNotOnClasspath$str()
-
resteasyCdiExtensionNotOnClasspath
public final String resteasyCdiExtensionNotOnClasspath()
- Specified by:
resteasyCdiExtensionNotOnClasspath
in interfaceMessages
-
unableToLoadValidationSupport$str
protected String unableToLoadValidationSupport$str()
-
unableToLoadValidationSupport
public final String unableToLoadValidationSupport()
- Specified by:
unableToLoadValidationSupport
in interfaceMessages
-
usingValidatorFactoryDoesNotSupportCDI$str
protected String usingValidatorFactoryDoesNotSupportCDI$str()
-
usingValidatorFactoryDoesNotSupportCDI
public final String usingValidatorFactoryDoesNotSupportCDI()
- Specified by:
usingValidatorFactoryDoesNotSupportCDI
in interfaceMessages
-
usingValidatorFactorySupportsCDI$str
protected String usingValidatorFactorySupportsCDI$str()
-
usingValidatorFactorySupportsCDI
public final String usingValidatorFactorySupportsCDI(javax.validation.ValidatorFactory factory)
- Specified by:
usingValidatorFactorySupportsCDI
in interfaceMessages
-
validateOnExceptionOnMultipleMethod$str
protected String validateOnExceptionOnMultipleMethod$str()
-
validateOnExceptionOnMultipleMethod
public final String validateOnExceptionOnMultipleMethod()
- Specified by:
validateOnExceptionOnMultipleMethod
in interfaceMessages
-
-