Class HttpMessages_$bundle
- java.lang.Object
-
- io.smallrye.reactive.messaging.http.i18n.HttpMessages_$bundle
-
- All Implemented Interfaces:
HttpMessages
,Serializable
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2020-07-23T10:41:32+0200") 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_$bundle
INSTANCE
-
Fields inherited from interface io.smallrye.reactive.messaging.http.i18n.HttpMessages
msg
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
HttpMessages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Locale
getLoggingLocale()
String
payloadMustNotBeNull()
protected String
payloadMustNotBeNull$str()
protected Object
readResolve()
-
-
-
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:
payloadMustNotBeNull
in interfaceHttpMessages
-
-