Interface PojoEventContextMessages

  • All Known Implementing Classes:
    PojoEventContextMessages_$bundle

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

      • schemaManagement

        @Message("Schema management")
        String schemaManagement()
      • 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)