Class CommonEventContextMessages_$bundle
- java.lang.Object
-
- org.hibernate.search.util.common.reporting.impl.CommonEventContextMessages_$bundle
-
- All Implemented Interfaces:
Serializable,CommonEventContextMessages
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2023-09-04T14:02:33+0000") public class CommonEventContextMessages_$bundle extends Object implements CommonEventContextMessages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CommonEventContextMessages_$bundleINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protectedCommonEventContextMessages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcontextPrefix()protected StringcontextPrefix$str()StringcontextSeparator()protected StringcontextSeparator$str()protected LocalegetLoggingLocale()protected ObjectreadResolve()
-
-
-
Field Detail
-
INSTANCE
public static final CommonEventContextMessages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
contextPrefix$str
protected String contextPrefix$str()
-
contextPrefix
public final String contextPrefix()
- Specified by:
contextPrefixin interfaceCommonEventContextMessages
-
contextSeparator$str
protected String contextSeparator$str()
-
contextSeparator
public final String contextSeparator()
- Specified by:
contextSeparatorin interfaceCommonEventContextMessages
-
-