Class HttpMessages_$bundle
- java.lang.Object
 - 
- io.smallrye.reactive.messaging.http.i18n.HttpMessages_$bundle
 
 
- 
- All Implemented Interfaces:
 HttpMessages,Serializable
public class HttpMessages_$bundle extends Object implements HttpMessages, Serializable
Warning this class consists of generated code.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static HttpMessages_$bundleINSTANCE- 
Fields inherited from interface io.smallrye.reactive.messaging.http.i18n.HttpMessages
msg 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedHttpMessages_$bundle() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()StringpayloadMustNotBeNull()protected StringpayloadMustNotBeNull$str()protected ObjectreadResolve() 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final HttpMessages_$bundle INSTANCE
 
 - 
 
- 
Method Detail
- 
readResolve
protected Object readResolve()
 
- 
getLoggingLocale
protected Locale getLoggingLocale()
 
- 
payloadMustNotBeNull$str
protected String payloadMustNotBeNull$str()
 
- 
payloadMustNotBeNull
public final String payloadMustNotBeNull()
- Specified by:
 payloadMustNotBeNullin interfaceHttpMessages
 
 - 
 
 -