Uses of Class
com.univocity.parsers.common.beans.PropertyWrapper
-
Packages that use PropertyWrapper Package Description com.univocity.parsers.annotations.helpers com.univocity.parsers.common.beans com.univocity.parsers.common.processor.core -
-
Uses of PropertyWrapper in com.univocity.parsers.annotations.helpers
Methods in com.univocity.parsers.annotations.helpers that return types with arguments of type PropertyWrapper Modifier and Type Method Description static java.util.Map<java.lang.reflect.Field,PropertyWrapper>
AnnotationHelper. getAllFields(java.lang.Class<?> beanClass)
Returns all fields available from a given class.Methods in com.univocity.parsers.annotations.helpers with parameters of type PropertyWrapper Modifier and Type Method Description private static void
AnnotationHelper. invokeSetter(java.lang.Object formatter, PropertyWrapper property, java.lang.String value)
Constructors in com.univocity.parsers.annotations.helpers with parameters of type PropertyWrapper Constructor Description FieldMapping(java.lang.Class<?> beanClass, java.lang.reflect.AnnotatedElement target, PropertyWrapper property, HeaderTransformer transformer, NormalizedString[] headers)
Creates the mapping and identifies how it is mapped (by name or by index) -
Uses of PropertyWrapper in com.univocity.parsers.common.beans
Fields in com.univocity.parsers.common.beans declared as PropertyWrapper Modifier and Type Field Description private static PropertyWrapper[]
BeanHelper. EMPTY
Methods in com.univocity.parsers.common.beans that return PropertyWrapper Modifier and Type Method Description static PropertyWrapper[]
BeanHelper. getPropertyDescriptors(java.lang.Class<?> beanClass)
Returns the property descriptors of all properties available from a class -
Uses of PropertyWrapper in com.univocity.parsers.common.processor.core
Methods in com.univocity.parsers.common.processor.core with parameters of type PropertyWrapper Modifier and Type Method Description (package private) void
BeanConversionProcessor. processField(java.lang.reflect.AnnotatedElement element, java.lang.String targetName, PropertyWrapper propertyDescriptor, NormalizedString[] headers)
private void
BeanConversionProcessor. processNestedField(java.lang.Class nestedType, java.lang.reflect.AnnotatedElement element, java.lang.String targetName, PropertyWrapper propertyDescriptor, NormalizedString[] headers, Nested nested)
-