Class PubSubMessages_$bundle
- java.lang.Object
-
- io.smallrye.reactive.messaging.gcp.pubsub.i18n.PubSubMessages_$bundle
-
- All Implemented Interfaces:
PubSubMessages
,Serializable
public class PubSubMessages_$bundle extends Object implements PubSubMessages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PubSubMessages_$bundle
INSTANCE
-
Fields inherited from interface io.smallrye.reactive.messaging.gcp.pubsub.i18n.PubSubMessages
msg
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PubSubMessages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Locale
getLoggingLocale()
String
isRequired(String fieldName)
protected String
isRequired$str()
String
mustNotBeNull(String fieldName)
protected String
mustNotBeNull$str()
protected Object
readResolve()
-
-
-
Field Detail
-
INSTANCE
public static final PubSubMessages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
mustNotBeNull$str
protected String mustNotBeNull$str()
-
mustNotBeNull
public final String mustNotBeNull(String fieldName)
- Specified by:
mustNotBeNull
in interfacePubSubMessages
-
isRequired$str
protected String isRequired$str()
-
isRequired
public final String isRequired(String fieldName)
- Specified by:
isRequired
in interfacePubSubMessages
-
-