Interface FieldMapperDefinition


  • public interface FieldMapperDefinition
    Defines attributes for FieldMapper implementations.
    Since:
    2.3.0
    • Field Detail

      • MAP_LABEL_AND_TYPE_WITH_INSENSITIVE

        static final FieldMapperDefinition MAP_LABEL_AND_TYPE_WITH_INSENSITIVE
        A FieldMapperDefinition that maps the column's label and data type without using case-sensitive comparison.
      • MAP_LABEL_AND_TYPE_WITH_SENSITIVE

        static final FieldMapperDefinition MAP_LABEL_AND_TYPE_WITH_SENSITIVE
        A FieldMapperDefinition that maps the column's label and data type using case-sensitive comparison.
      • MAP_LABEL_WITH_INSENSITIVE

        static final FieldMapperDefinition MAP_LABEL_WITH_INSENSITIVE
        A FieldMapperDefinition that maps the column's label without using case-sensitive comparison.
      • MAP_LABEL_WITH_SENSITIVE

        static final FieldMapperDefinition MAP_LABEL_WITH_SENSITIVE
        A FieldMapperDefinition that maps the column's label using case-sensitive comparison.
      • MAP_NAME_AND_TYPE_WITH_INSENSITIVE

        static final FieldMapperDefinition MAP_NAME_AND_TYPE_WITH_INSENSITIVE
        A FieldMapperDefinition that maps the column's name and data type without using case-sensitive comparison.
      • MAP_NAME_AND_TYPE_WITH_SENSITIVE

        static final FieldMapperDefinition MAP_NAME_AND_TYPE_WITH_SENSITIVE
        A FieldMapperDefinition that maps the column's name and data type using case-sensitive comparison.
      • MAP_NAME_WITH_INSENSITIVE

        static final FieldMapperDefinition MAP_NAME_WITH_INSENSITIVE
        A FieldMapperDefinition that maps the column's name without using case-sensitive comparison.
      • MAP_NAME_WITH_SENSITIVE

        static final FieldMapperDefinition MAP_NAME_WITH_SENSITIVE
        A FieldMapperDefinition that maps the column's name using case-sensitive comparison.
    • Method Detail

      • getLabel

        com.onwbp.base.text.UserMessage getLabel()
        Returns the label of FieldMapper.
      • getDescription

        com.onwbp.base.text.UserMessage getDescription()
        Returns the description of FieldMapper.