Uses of Class
com.univocity.parsers.annotations.helpers.FieldMapping
-
Packages that use FieldMapping Package Description com.univocity.parsers.common.fields com.univocity.parsers.common.processor.core -
-
Uses of FieldMapping in com.univocity.parsers.common.fields
Methods in com.univocity.parsers.common.fields with parameters of type FieldMapping Modifier and Type Method Description (package private) boolean
AbstractColumnMapping. updateFieldMapping(FieldMapping fieldMapping, K key)
Updates the mapping of a attribute/method so a mapped class member can target a user provided column.boolean
ColumnMapping. updateMapping(FieldMapping fieldMapping, java.lang.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 FieldMapping Modifier and Type Field Description private FieldMapping[]
BeanConversionProcessor. missing
private FieldMapping[]
BeanConversionProcessor. readOrder
Fields in com.univocity.parsers.common.processor.core with type parameters of type FieldMapping Modifier and Type Field Description private java.util.Map<FieldMapping,BeanConversionProcessor<?>>
BeanConversionProcessor. nestedAttributes
protected java.util.Set<FieldMapping>
BeanConversionProcessor. parsedFields
Methods in com.univocity.parsers.common.processor.core that return types with arguments of type FieldMapping Modifier and Type Method Description (package private) java.util.Map<FieldMapping,BeanConversionProcessor<?>>
BeanConversionProcessor. getNestedAttributes()
Methods in com.univocity.parsers.common.processor.core with parameters of type FieldMapping Modifier and Type Method Description protected void
BeanConversionProcessor. addConversion(Conversion conversion, FieldMapping mapping)
Associates a conversion to a field of the java bean class.(package private) BeanConversionProcessor<?>
BeanConversionProcessor. createNestedProcessor(java.lang.annotation.Annotation annotation, java.lang.Class nestedType, FieldMapping fieldMapping, HeaderTransformer transformer)
protected boolean
BeanConversionProcessor. processField(FieldMapping field)
Determines whether or not an annotated field should be processed.private void
BeanConversionProcessor. setupConversions(java.lang.reflect.AnnotatedElement target, FieldMapping mapping)
Goes through each field and method annotated withParsed
and extracts the sequence ofConversion
elements associated with each one.
-