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_$bundleINSTANCE- 
Fields inherited from interface io.smallrye.reactive.messaging.gcp.pubsub.i18n.PubSubMessages
msg 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedPubSubMessages_$bundle() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()StringisRequired(String fieldName)protected StringisRequired$str()StringmustNotBeNull(String fieldName)protected StringmustNotBeNull$str()protected ObjectreadResolve() 
 - 
 
- 
- 
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:
 mustNotBeNullin interfacePubSubMessages
 
- 
isRequired$str
protected String isRequired$str()
 
- 
isRequired
public final String isRequired(String fieldName)
- Specified by:
 isRequiredin interfacePubSubMessages
 
 - 
 
 -