Interface PojoEventContextMessages
- All Known Implementing Classes:
PojoEventContextMessages_$bundle
@MessageBundle(projectCode="HSEARCH")
public interface PojoEventContextMessages
Message bundle for event contexts in the POJO mapper.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionannotation(String annotationString) annotationType(Class<? extends Annotation> annotationType) constructor(Class<?>[] parameterTypes) methodParameter(int index, String name)
-
Field Details
-
INSTANCE
-
-
Method Details
-
schemaManagement
-
constructor
@Message("constructor with parameter types %1$s") String constructor(@FormatWith(CommaSeparatedClassesFormatter.class) Class<?>[] parameterTypes) -
projectionConstructor
-
methodParameter
-
unknownName
-
path
-
annotation
-
annotationType
@Message("annotation type \'@%1$s\'") String annotationType(@FormatWith(ClassFormatter.class) Class<? extends Annotation> annotationType)
-