Uses of Interface
org.exolab.castor.mapping.CollectionHandler
Packages that use CollectionHandler
Package
Description
Implementations for mapping interfaces and the default mapping loader.
The XML Marshaller API
-
Uses of CollectionHandler in org.exolab.castor.mapping.loader
Methods in org.exolab.castor.mapping.loader that return CollectionHandlerModifier and TypeMethodDescriptionTypeInfo.getCollectionHandler()Return the collection handler of this field.static CollectionHandlerCollectionHandlers.getHandler(Class<?> javaClass) Returns the collection's handler based on the Java class.Methods in org.exolab.castor.mapping.loader with parameters of type CollectionHandlerModifier and TypeMethodDescriptionprotected TypeInfoAbstractMappingLoader.getTypeInfo(Class fieldType, CollectionHandler colHandler, FieldMapping fieldMap) voidTypeInfo.setCollectionHandler(CollectionHandler<T> handler) Sets the CollectionHandler to use for the field described by this TypeInfo.Constructors in org.exolab.castor.mapping.loader with parameters of type CollectionHandlerModifierConstructorDescriptionTypeInfo(Class<T> fieldType, TypeConvertor convertorTo, TypeConvertor convertorFrom, boolean required, Object defaultValue, CollectionHandler<T> colHandler) Construct new type information for the field.TypeInfo(Class<T> fieldType, TypeConvertor convertorTo, TypeConvertor convertorFrom, boolean required, Object defaultValue, CollectionHandler<T> colHandler, boolean checkForCollection) Construct new type information for the field. -
Uses of CollectionHandler in org.exolab.castor.mapping.loader.collection.handler
Classes in org.exolab.castor.mapping.loader.collection.handler that implement CollectionHandlerModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal class -
Uses of CollectionHandler in org.exolab.castor.xml
Methods in org.exolab.castor.xml with parameters of type CollectionHandlerModifier and TypeMethodDescriptionprotected TypeInfoXMLMappingLoader.getTypeInfo(Class fieldType, CollectionHandler colHandler, FieldMapping fieldMap)