Uses of Class
com.opencsv.bean.FieldAccess
-
Packages that use FieldAccess Package Description com.opencsv.bean A bean binding interface for use with opencsv. -
-
Uses of FieldAccess in com.opencsv.bean
Fields in com.opencsv.bean declared as FieldAccess Modifier and Type Field Description protected FieldAccess<java.lang.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 FieldAccess Modifier and Type Field Description private java.util.Map<FieldAccess<java.lang.Object>,AbstractMappingStrategy.RecursiveType>
AbstractMappingStrategy.RecursiveType. recursiveMembers
Methods in com.opencsv.bean that return types with arguments of type FieldAccess Modifier and Type Method Description java.util.Map<FieldAccess<java.lang.Object>,AbstractMappingStrategy.RecursiveType>
AbstractMappingStrategy.RecursiveType. getRecursiveMembers()
Methods in com.opencsv.bean with parameters of type FieldAccess Modifier and Type Method Description void
AbstractMappingStrategy.RecursiveType. addRecursiveMember(FieldAccess<java.lang.Object> member, AbstractMappingStrategy.RecursiveType memberType)
Used to add a recursive type.
-