Uses of Class
com.univocity.parsers.annotations.helpers.MethodDescriptor
-
Packages that use MethodDescriptor Package Description com.univocity.parsers.annotations.helpers com.univocity.parsers.common.fields -
-
Uses of MethodDescriptor in com.univocity.parsers.annotations.helpers
Methods in com.univocity.parsers.annotations.helpers that return MethodDescriptor Modifier and Type Method Description static MethodDescriptorMethodDescriptor. getter(java.lang.String name, java.lang.Class<?> returnType)Creates a descriptor for a getter methodstatic MethodDescriptorMethodDescriptor. setter(java.lang.String name, java.lang.Class<?> parameterType)Creates a descriptor for a setter methodMethodDescriptorMethodFilter. toDescriptor(java.lang.String prefix, java.lang.reflect.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 MethodDescriptor Modifier and Type Method Description booleanColumnMapping. isMapped(MethodDescriptor method, java.lang.String targetName)Tests whether a method or attribute has been mapped to a column.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.
-