org.exolab.castor.mapping.loader
static class CollectionHandlers.Info extends Object
| Field Summary | |
|---|---|
| boolean | getSetCollection
True for collections that require both get and set methods. |
| CollectionHandler | handler
The collection handler instance. |
| Class | javaClass
The Java class of the collection (e.g. |
| String | shortName
The short name of the collection (e.g. |
| Constructor Summary | |
|---|---|
| Info(String shortName, Class javaClass, boolean getSetCollection, CollectionHandler handler) | |