Package | Description |
---|---|
com.opencsv.bean |
A bean binding interface for use with opencsv.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractMappingStrategy.RecursiveType |
AbstractMappingStrategy.recursiveTypeTree
A tree of the types encountered during recursion through the root bean
type.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractMappingStrategy.RecursiveType |
AbstractMappingStrategy.loadRecursiveClasses(Class<?> newType,
Set<Class<?>> encounteredTypes)
Creates a tree of beans embedded in each other.
|
Modifier and Type | Method and Description |
---|---|
Map<FieldAccess<Object>,AbstractMappingStrategy.RecursiveType> |
AbstractMappingStrategy.RecursiveType.getRecursiveMembers() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMappingStrategy.RecursiveType.addRecursiveMember(FieldAccess<Object> member,
AbstractMappingStrategy.RecursiveType memberType)
Used to add a recursive type.
|
Copyright © 2005–2023. All rights reserved.