Class PojoEventContextMessages_$bundle
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.reporting.impl.PojoEventContextMessages_$bundle
-
- All Implemented Interfaces:
Serializable,PojoEventContextMessages
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2023-09-04T14:04:09+0000") public class PojoEventContextMessages_$bundle extends Object implements PojoEventContextMessages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PojoEventContextMessages_$bundleINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protectedPojoEventContextMessages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringannotation(String annotationString)protected Stringannotation$str()StringannotationType(Class<? extends Annotation> annotationType)protected StringannotationType$str()Stringconstructor(Class<?>[] parameterTypes)protected Stringconstructor$str()protected LocalegetLoggingLocale()StringmethodParameter(int index, String name)protected StringmethodParameter$str()Stringpath(String pathString)protected Stringpath$str()StringprojectionConstructor()protected StringprojectionConstructor$str()protected ObjectreadResolve()StringschemaManagement()protected StringschemaManagement$str()StringunknownName()protected StringunknownName$str()
-
-
-
Field Detail
-
INSTANCE
public static final PojoEventContextMessages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
schemaManagement$str
protected String schemaManagement$str()
-
schemaManagement
public final String schemaManagement()
- Specified by:
schemaManagementin interfacePojoEventContextMessages
-
constructor$str
protected String constructor$str()
-
constructor
public final String constructor(Class<?>[] parameterTypes)
- Specified by:
constructorin interfacePojoEventContextMessages
-
projectionConstructor$str
protected String projectionConstructor$str()
-
projectionConstructor
public final String projectionConstructor()
- Specified by:
projectionConstructorin interfacePojoEventContextMessages
-
methodParameter$str
protected String methodParameter$str()
-
methodParameter
public final String methodParameter(int index, String name)
- Specified by:
methodParameterin interfacePojoEventContextMessages
-
unknownName$str
protected String unknownName$str()
-
unknownName
public final String unknownName()
- Specified by:
unknownNamein interfacePojoEventContextMessages
-
path$str
protected String path$str()
-
path
public final String path(String pathString)
- Specified by:
pathin interfacePojoEventContextMessages
-
annotation$str
protected String annotation$str()
-
annotation
public final String annotation(String annotationString)
- Specified by:
annotationin interfacePojoEventContextMessages
-
annotationType$str
protected String annotationType$str()
-
annotationType
public final String annotationType(Class<? extends Annotation> annotationType)
- Specified by:
annotationTypein interfacePojoEventContextMessages
-
-