public interface FieldMapperDefinition
FieldMapper implementations.| Modifier and Type | Field and Description |
|---|---|
static FieldMapperDefinition |
MAP_LABEL_AND_TYPE_WITH_INSENSITIVE
A
FieldMapperDefinition that maps the column's label and data type without using case-sensitive comparison. |
static FieldMapperDefinition |
MAP_LABEL_AND_TYPE_WITH_SENSITIVE
A
FieldMapperDefinition that maps the column's label and data type using case-sensitive comparison. |
static FieldMapperDefinition |
MAP_LABEL_WITH_INSENSITIVE
A
FieldMapperDefinition that maps the column's label without using case-sensitive comparison. |
static FieldMapperDefinition |
MAP_LABEL_WITH_SENSITIVE
A
FieldMapperDefinition that maps the column's label using case-sensitive comparison. |
static FieldMapperDefinition |
MAP_NAME_AND_TYPE_WITH_INSENSITIVE
A
FieldMapperDefinition that maps the column's name and data type without using case-sensitive comparison. |
static FieldMapperDefinition |
MAP_NAME_AND_TYPE_WITH_SENSITIVE
A
FieldMapperDefinition that maps the column's name and data type using case-sensitive comparison. |
static FieldMapperDefinition |
MAP_NAME_WITH_INSENSITIVE
A
FieldMapperDefinition that maps the column's name without using case-sensitive comparison. |
static FieldMapperDefinition |
MAP_NAME_WITH_SENSITIVE
A
FieldMapperDefinition that maps the column's name using case-sensitive comparison. |
| Modifier and Type | Method and Description |
|---|---|
com.onwbp.base.text.UserMessage |
getDescription()
Returns the description of
FieldMapper. |
FieldMapper |
getFieldMapper()
Returns an instance of
FieldMapper. |
com.onwbp.base.text.UserMessage |
getLabel()
Returns the label of
FieldMapper. |
static final FieldMapperDefinition MAP_LABEL_AND_TYPE_WITH_INSENSITIVE
FieldMapperDefinition that maps the column's label and data type without using case-sensitive comparison.static final FieldMapperDefinition MAP_LABEL_AND_TYPE_WITH_SENSITIVE
FieldMapperDefinition that maps the column's label and data type using case-sensitive comparison.static final FieldMapperDefinition MAP_LABEL_WITH_INSENSITIVE
FieldMapperDefinition that maps the column's label without using case-sensitive comparison.static final FieldMapperDefinition MAP_LABEL_WITH_SENSITIVE
FieldMapperDefinition that maps the column's label using case-sensitive comparison.static final FieldMapperDefinition MAP_NAME_AND_TYPE_WITH_INSENSITIVE
FieldMapperDefinition that maps the column's name and data type without using case-sensitive comparison.static final FieldMapperDefinition MAP_NAME_AND_TYPE_WITH_SENSITIVE
FieldMapperDefinition that maps the column's name and data type using case-sensitive comparison.static final FieldMapperDefinition MAP_NAME_WITH_INSENSITIVE
FieldMapperDefinition that maps the column's name without using case-sensitive comparison.static final FieldMapperDefinition MAP_NAME_WITH_SENSITIVE
FieldMapperDefinition that maps the column's name using case-sensitive comparison.com.onwbp.base.text.UserMessage getLabel()
FieldMapper.com.onwbp.base.text.UserMessage getDescription()
FieldMapper.FieldMapper getFieldMapper()
FieldMapper.