public interface ColumnNameMatcher
Modifier and Type | Method and Description |
---|---|
boolean |
matchesColumnName(String definitionName,
String csvName)
Returns true if the definition from the
CsvColumn annotation matches the name from the CSV file. |
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.