Class CollectionHandlers.Info

java.lang.Object
org.exolab.castor.mapping.loader.CollectionHandlers.Info
Enclosing class:
CollectionHandlers

static class CollectionHandlers.Info extends Object
  • Field Details

    • shortName

      final String shortName
      The short name of the collection (e.g. vector).
    • javaClass

      final Class javaClass
      The Java class of the collection (e.g. java.util.Vector).
    • handler

      final CollectionHandler handler
      The collection handler instance.
    • getSetCollection

      final boolean getSetCollection
      True for collections that require both get and set methods.
  • Constructor Details