Interface PojoEventContextMessages

All Known Implementing Classes:
PojoEventContextMessages_$bundle

@MessageBundle(projectCode="HSEARCH") public interface PojoEventContextMessages
Message bundle for event contexts in the POJO mapper.
  • Field Details

  • Method Details

    • schemaManagement

      @Message("Schema management") String schemaManagement()
    • constructor

      @Message("constructor with parameter types %1$s") String constructor(@FormatWith(CommaSeparatedClassesFormatter.class) Class<?>[] parameterTypes)
    • projectionConstructor

      @Message("projection constructor") String projectionConstructor()
    • methodParameter

      @Message("parameter at index %1$s (%2$s)") String methodParameter(int index, String name)
    • unknownName

      @Message("<unknown name>") String unknownName()
    • path

      @Message("path \'%1$s\'") String path(String pathString)
    • annotation

      @Message("annotation \'%1$s\'") String annotation(String annotationString)
    • annotationType

      @Message("annotation type \'@%1$s\'") String annotationType(@FormatWith(ClassFormatter.class) Class<? extends Annotation> annotationType)