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 methodstatic 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 with parameters of type MethodDescriptorModifier and TypeMethodDescriptionboolean
ColumnMapping.isMapped
(MethodDescriptor method, String targetName) Tests whether a method or attribute has been mapped to a column.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.