Class Messages_$bundle
- java.lang.Object
-
- org.jboss.resteasy.plugins.guice.i18n.Messages_$bundle
-
- All Implemented Interfaces:
Serializable
,Messages
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2025-03-07T15:19:27-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
cannotExecute(String className, String annotation, String methodName)
protected String
cannotExecute$str()
String
foundModule(String module)
protected String
foundModule$str()
protected Locale
getLoggingLocale()
String
injectorStageNotProperlyDefined(String stage)
protected String
injectorStageNotProperlyDefined$str()
String
problemRunningAnnotationMethod(String annotation)
protected String
problemRunningAnnotationMethod$str()
protected Object
readResolve()
String
registeringFactory(String className)
protected String
registeringFactory$str()
String
registeringProviderInstance(String className)
protected String
registeringProviderInstance$str()
-
-
-
Field Detail
-
INSTANCE
public static final Messages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
cannotExecute$str
protected String cannotExecute$str()
-
cannotExecute
public final String cannotExecute(String className, String annotation, String methodName)
- Specified by:
cannotExecute
in interfaceMessages
-
foundModule$str
protected String foundModule$str()
-
foundModule
public final String foundModule(String module)
- Specified by:
foundModule
in interfaceMessages
-
injectorStageNotProperlyDefined$str
protected String injectorStageNotProperlyDefined$str()
-
injectorStageNotProperlyDefined
public final String injectorStageNotProperlyDefined(String stage)
- Specified by:
injectorStageNotProperlyDefined
in interfaceMessages
-
problemRunningAnnotationMethod$str
protected String problemRunningAnnotationMethod$str()
-
problemRunningAnnotationMethod
public final String problemRunningAnnotationMethod(String annotation)
- Specified by:
problemRunningAnnotationMethod
in interfaceMessages
-
registeringFactory$str
protected String registeringFactory$str()
-
registeringFactory
public final String registeringFactory(String className)
- Specified by:
registeringFactory
in interfaceMessages
-
registeringProviderInstance$str
protected String registeringProviderInstance$str()
-
registeringProviderInstance
public final String registeringProviderInstance(String className)
- Specified by:
registeringProviderInstance
in interfaceMessages
-
-