Uses of Class
com.opencsv.bean.AbstractMappingStrategy.RecursiveType
Packages that use AbstractMappingStrategy.RecursiveType
-
Uses of AbstractMappingStrategy.RecursiveType in com.opencsv.bean
Fields in com.opencsv.bean declared as AbstractMappingStrategy.RecursiveTypeModifier and TypeFieldDescriptionprotected AbstractMappingStrategy.RecursiveTypeAbstractMappingStrategy.recursiveTypeTreeA tree of the types encountered during recursion through the root bean type.Methods in com.opencsv.bean that return AbstractMappingStrategy.RecursiveTypeModifier and TypeMethodDescriptionprotected AbstractMappingStrategy.RecursiveTypeAbstractMappingStrategy.loadRecursiveClasses(Class<?> newType, Set<Class<?>> encounteredTypes) Creates a tree of beans embedded in each other.Methods in com.opencsv.bean that return types with arguments of type AbstractMappingStrategy.RecursiveTypeMethods in com.opencsv.bean with parameters of type AbstractMappingStrategy.RecursiveTypeModifier and TypeMethodDescriptionvoidAbstractMappingStrategy.RecursiveType.addRecursiveMember(FieldAccess<Object> member, AbstractMappingStrategy.RecursiveType memberType) Used to add a recursive type.