Uses of Class
com.univocity.parsers.annotations.helpers.MethodDescriptor
Packages that use MethodDescriptor
-
Uses of MethodDescriptor in com.univocity.parsers.annotations.helpers
Methods in com.univocity.parsers.annotations.helpers that return MethodDescriptorModifier and TypeMethodDescriptionstatic MethodDescriptor
Creates a descriptor for a getter method(package private) static MethodDescriptor
Creates a descriptor for a getter methodstatic MethodDescriptor
Creates a descriptor for a setter method(package private) static MethodDescriptor
Creates a descriptor for a setter methodMethodFilter.toDescriptor
(String prefix, Method method) Creates a descriptor for a getter or setter method -
Uses of MethodDescriptor in com.univocity.parsers.common.fields
Methods in com.univocity.parsers.common.fields that return MethodDescriptorModifier and TypeMethodDescription(package private) MethodDescriptor
(package private) MethodDescriptor
ColumnMapping.MethodMapping.prefixKey
(String prefix, MethodDescriptor key) Methods in com.univocity.parsers.common.fields with parameters of type MethodDescriptorModifier and TypeMethodDescription(package private) String
ColumnMapping.MethodMapping.getKeyPrefix
(String prefix, MethodDescriptor key) boolean
ColumnMapping.isMapped
(MethodDescriptor method, String targetName) Tests whether a method or attribute has been mapped to a column.private void
ColumnMapping.methodToColumn
(MethodDescriptor method, Enum<?> column) private void
ColumnMapping.methodToColumnName
(MethodDescriptor method, String columnName) private void
ColumnMapping.methodToIndex
(MethodDescriptor method, int columnIndex) (package private) MethodDescriptor
ColumnMapping.MethodMapping.prefixKey
(String prefix, MethodDescriptor key) boolean
ColumnMapping.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.