Uses of Class
com.opencsv.bean.FieldAccess
Packages that use FieldAccess
-
Uses of FieldAccess in com.opencsv.bean
Fields in com.opencsv.bean declared as FieldAccessModifier and TypeFieldDescriptionprotected FieldAccess
<Object> AbstractBeanField.fieldAccess
An encapsulated way of accessing the member variable associated with this field.Fields in com.opencsv.bean with type parameters of type FieldAccessModifier and TypeFieldDescriptionprivate final Map
<FieldAccess<Object>, AbstractMappingStrategy.RecursiveType> AbstractMappingStrategy.RecursiveType.recursiveMembers
Methods in com.opencsv.bean that return types with arguments of type FieldAccessMethods in com.opencsv.bean with parameters of type FieldAccessModifier and TypeMethodDescriptionvoid
AbstractMappingStrategy.RecursiveType.addRecursiveMember
(FieldAccess<Object> member, AbstractMappingStrategy.RecursiveType memberType) Used to add a recursive type.