Class Messages_$bundle
- java.lang.Object
 - 
- org.jboss.resteasy.plugins.server.reactor.netty.i18n.Messages_$bundle
 
 
- 
- All Implemented Interfaces:
 Serializable,Messages
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2025-03-07T15:19:29-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 StringalreadyCommitted()protected StringalreadyCommitted$str()StringalreadySuspended()protected StringalreadySuspended$str()protected LocalegetLoggingLocale()protected ObjectreadResolve()StringresponseWriteAborted()protected StringresponseWriteAborted$str() 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final Messages_$bundle INSTANCE
 
 - 
 
- 
Method Detail
- 
readResolve
protected Object readResolve()
 
- 
getLoggingLocale
protected Locale getLoggingLocale()
 
- 
alreadyCommitted$str
protected String alreadyCommitted$str()
 
- 
alreadyCommitted
public final String alreadyCommitted()
- Specified by:
 alreadyCommittedin interfaceMessages
 
- 
alreadySuspended$str
protected String alreadySuspended$str()
 
- 
alreadySuspended
public final String alreadySuspended()
- Specified by:
 alreadySuspendedin interfaceMessages
 
- 
responseWriteAborted$str
protected String responseWriteAborted$str()
 
- 
responseWriteAborted
public final String responseWriteAborted()
- Specified by:
 responseWriteAbortedin interfaceMessages
 
 - 
 
 -