Package | Description |
---|---|
com.univocity.parsers.annotations.helpers | |
com.univocity.parsers.common.fields |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor |
MethodDescriptor.getter(String name,
Class<?> returnType)
Creates a descriptor for a getter method
|
static MethodDescriptor |
MethodDescriptor.setter(String name,
Class<?> parameterType)
Creates a descriptor for a setter method
|
MethodDescriptor |
MethodFilter.toDescriptor(String prefix,
Method method)
Creates a descriptor for a getter or setter method
|
Modifier and Type | Method and Description |
---|---|
boolean |
ColumnMapping.isMapped(MethodDescriptor method,
String targetName)
Tests whether a method or attribute has been mapped to a column.
|
boolean |
ColumnMapping.updateMapping(FieldMapping fieldMapping,
String targetName,
MethodDescriptor method)
Updates the mapping of a attribute/method so a mapped class member can target
a user provided column.
|
Copyright © 2019 Univocity Software Pty Ltd. All rights reserved.