Uses of Class
com.univocity.parsers.common.beans.PropertyWrapper
Packages that use PropertyWrapper
Package
Description
-
Uses of PropertyWrapper in com.univocity.parsers.annotations.helpers
Methods in com.univocity.parsers.annotations.helpers that return types with arguments of type PropertyWrapperModifier and TypeMethodDescriptionstatic Map<Field, PropertyWrapper> AnnotationHelper.getAllFields(Class<?> beanClass) Returns all fields available from a given class.Methods in com.univocity.parsers.annotations.helpers with parameters of type PropertyWrapperModifier and TypeMethodDescriptionprivate static voidAnnotationHelper.invokeSetter(Object formatter, PropertyWrapper property, String value) Constructors in com.univocity.parsers.annotations.helpers with parameters of type PropertyWrapperModifierConstructorDescriptionFieldMapping(Class<?> beanClass, 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 PropertyWrapperMethods in com.univocity.parsers.common.beans that return PropertyWrapperModifier and TypeMethodDescriptionstatic PropertyWrapper[]BeanHelper.getPropertyDescriptors(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 PropertyWrapperModifier and TypeMethodDescription(package private) voidBeanConversionProcessor.processField(AnnotatedElement element, String targetName, PropertyWrapper propertyDescriptor, NormalizedString[] headers) private voidBeanConversionProcessor.processNestedField(Class nestedType, AnnotatedElement element, String targetName, PropertyWrapper propertyDescriptor, NormalizedString[] headers, Nested nested)