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 booleanColumnMapping. 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 with type parameters of type FieldMapping Modifier and Type Field Description protected java.util.Set<FieldMapping>BeanConversionProcessor. parsedFieldsMethods in com.univocity.parsers.common.processor.core with parameters of type FieldMapping Modifier and Type Method Description protected voidBeanConversionProcessor. addConversion(Conversion conversion, FieldMapping mapping)Associates a conversion to a field of the java bean class.protected booleanBeanConversionProcessor. processField(FieldMapping field)Determines whether or not an annotated field should be processed.
-