T
- The type of the bean being convertedpublic class FieldMapByNameEntry<T> extends Object
FieldMapByName
.
Note: This is not used in the internal structure of FieldMapByName
, but
rather when representing its contents to the outside world.Constructor and Description |
---|
FieldMapByNameEntry(String name,
BeanField<T,String> field,
boolean regexPattern)
Initializes the entry.
|
Modifier and Type | Method and Description |
---|---|
BeanField<T,String> |
getField() |
String |
getName() |
boolean |
isRegexPattern() |
public FieldMapByNameEntry(String name, BeanField<T,String> field, boolean regexPattern)
name
- The name or regular expression pattern representing the header(s)field
- The field associated with the header(s)regexPattern
- Whether or not name
is a regular expression patternpublic String getName()
public BeanField<T,String> getField()
BeanField
associated with this header or these headerspublic boolean isRegexPattern()
getName()
is a header name
or a regular expression pattern to match header namesCopyright © 2005–2023. All rights reserved.