Package | Description |
---|---|
com.univocity.parsers.annotations.helpers | |
com.univocity.parsers.common.processor.core |
Modifier and Type | Method and Description |
---|---|
static MethodFilter |
MethodFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodFilter[] |
MethodFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String[] |
AnnotationHelper.deriveHeaderNamesFromFields(Class<?> beanClass,
MethodFilter filter)
Runs through all
Parsed annotations of a given class to identify all header names associated with its fields |
static List<Method> |
AnnotationHelper.getAnnotatedMethods(Class<?> beanClass,
MethodFilter filter)
Returns all methods available from a given class that have an annotation.
|
static List<TransformedHeader> |
AnnotationHelper.getFieldSequence(Class beanClass,
boolean processNested,
HeaderTransformer transformer,
MethodFilter filter)
Returns a list of fields with
Parsed annotations in the sequence they should be processed for parsing
or writing. |
static Integer[] |
AnnotationHelper.getSelectedIndexes(Class<?> beanClass,
MethodFilter filter)
Runs through all
Parsed annotations of a given class to identify all indexes associated with its fields |
Constructor and Description |
---|
AbstractBeanProcessor(Class<T> beanType,
MethodFilter methodFilter)
Creates a processor for java beans of a given type.
|
BeanConversionProcessor(Class<T> beanType,
MethodFilter methodFilter)
Initializes the BeanConversionProcessor with the annotated bean class
|
Copyright © 2017 uniVocity Software Pty Ltd. All rights reserved.