Serialized Form


Package org.apache.commons.mapper

Class org.apache.commons.mapper.MapperException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause

Class org.apache.commons.mapper.MapperFactoryEvent extends EventObject implements Serializable

Serialized Fields

mapper

Mapper mapper
A Mapper related to this event.

Class org.apache.commons.mapper.ObjectNotFoundException extends MapperException implements Serializable

Class org.apache.commons.mapper.UniqueFieldAlreadyExistsException extends MapperException implements Serializable


Package org.apache.commons.mapper.util

Class org.apache.commons.mapper.util.ObjectFactory extends Object implements Serializable

Serialized Fields

nameMap

Map nameMap
Stores "name"="qualified class name".


prototypes

Map prototypes
Stores "name"=Class. Caches Class objects for quick lookup. These Class objects act as prototypes to create new instances from.



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.