Uses of Class
com.univocity.parsers.annotations.HeaderTransformer
-
Packages that use HeaderTransformer Package Description com.univocity.parsers.annotations com.univocity.parsers.annotations.helpers com.univocity.parsers.common.processor.core -
-
Uses of HeaderTransformer in com.univocity.parsers.annotations
Methods in com.univocity.parsers.annotations that return types with arguments of type HeaderTransformer Modifier and Type Method Description java.lang.Class<? extends HeaderTransformer>
headerTransformer()
Provides aHeaderTransformer
for reassigning header names/positions of the nested class. -
Uses of HeaderTransformer in com.univocity.parsers.annotations.helpers
Methods in com.univocity.parsers.annotations.helpers with parameters of type HeaderTransformer Modifier and Type Method Description static java.util.List<TransformedHeader>
AnnotationHelper. getFieldSequence(java.lang.Class beanClass, boolean processNested, HeaderTransformer transformer, MethodFilter filter)
Returns a list of fields withParsed
annotations in the sequence they should be processed for parsing or writing.Constructors in com.univocity.parsers.annotations.helpers with parameters of type HeaderTransformer 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)TransformedHeader(java.lang.reflect.AnnotatedElement target, HeaderTransformer transformer)
-
Uses of HeaderTransformer in com.univocity.parsers.common.processor.core
Fields in com.univocity.parsers.common.processor.core declared as HeaderTransformer Modifier and Type Field Description protected HeaderTransformer
BeanConversionProcessor. transformer
-