Uses of Class
com.univocity.parsers.annotations.helpers.FieldMapping
Packages that use FieldMapping
-
Uses of FieldMapping in com.univocity.parsers.common.fields
Methods in com.univocity.parsers.common.fields with parameters of type FieldMappingModifier and TypeMethodDescription(package private) booleanAbstractColumnMapping.updateFieldMapping(FieldMapping fieldMapping, K key) Updates the mapping of a attribute/method so a mapped class member can target a user provided column.booleanColumnMapping.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. -
Uses of FieldMapping in com.univocity.parsers.common.processor.core
Fields in com.univocity.parsers.common.processor.core declared as FieldMappingModifier and TypeFieldDescriptionprivate FieldMapping[]BeanConversionProcessor.missingprivate FieldMapping[]BeanConversionProcessor.readOrderFields in com.univocity.parsers.common.processor.core with type parameters of type FieldMappingModifier and TypeFieldDescriptionprivate Map<FieldMapping, BeanConversionProcessor<?>> BeanConversionProcessor.nestedAttributesprotected final Set<FieldMapping> BeanConversionProcessor.parsedFieldsMethods in com.univocity.parsers.common.processor.core that return types with arguments of type FieldMappingModifier and TypeMethodDescription(package private) Map<FieldMapping, BeanConversionProcessor<?>> BeanConversionProcessor.getNestedAttributes()Methods in com.univocity.parsers.common.processor.core with parameters of type FieldMappingModifier and TypeMethodDescriptionprotected voidBeanConversionProcessor.addConversion(Conversion conversion, FieldMapping mapping) Associates a conversion to a field of the java bean class.(package private) BeanConversionProcessor<?> BeanConversionProcessor.createNestedProcessor(Annotation annotation, Class nestedType, FieldMapping fieldMapping, HeaderTransformer transformer) protected booleanBeanConversionProcessor.processField(FieldMapping field) Determines whether or not an annotated field should be processed.private voidBeanConversionProcessor.setupConversions(AnnotatedElement target, FieldMapping mapping) Goes through each field and method annotated withParsedand extracts the sequence ofConversionelements associated with each one.