Package | Description |
---|---|
com.univocity.parsers.annotations.helpers | |
com.univocity.parsers.common.beans | |
com.univocity.parsers.common.processor.core |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.reflect.Field,PropertyWrapper> |
AnnotationHelper.getAllFields(java.lang.Class<?> beanClass)
Returns all fields available from a given class.
|
Modifier and Type | Method and Description |
---|---|
private static void |
AnnotationHelper.invokeSetter(java.lang.Object formatter,
PropertyWrapper property,
java.lang.String value) |
Constructor and Description |
---|
FieldMapping(java.lang.Class<?> beanClass,
java.lang.reflect.AnnotatedElement target,
PropertyWrapper property,
HeaderTransformer transformer,
java.lang.String[] headers)
Creates the mapping and identifies how it is mapped (by name or by index)
|
Modifier and Type | Field and Description |
---|---|
private static PropertyWrapper[] |
BeanHelper.EMPTY |
Modifier and Type | Method and Description |
---|---|
static PropertyWrapper[] |
BeanHelper.getPropertyDescriptors(java.lang.Class<?> beanClass)
Returns the property descriptors of all properties available from a class
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
BeanConversionProcessor.processField(java.lang.reflect.AnnotatedElement element,
PropertyWrapper propertyDescriptor,
java.lang.String[] headers) |