Uses of Interface
org.apache.commons.mapper.Mapper

Packages that use Mapper
org.apache.commons.mapper   
 

Uses of Mapper in org.apache.commons.mapper
 

Classes in org.apache.commons.mapper that implement Mapper
 class MapperAdapter
          A default implementation of the Mapper interface that throws UnsupportedOperationExceptions for all methods.
 

Methods in org.apache.commons.mapper that return Mapper
 Mapper MapperFactoryEvent.getMapper()
           
 Mapper MapperFactory.getMapper(Class mappedClass)
          Factory method for getting the mapper associated with the given class.
 Mapper MapperFactory.getMapper(String name)
          Factory method for getting the mapper associated with the given class.
 

Constructors in org.apache.commons.mapper with parameters of type Mapper
MapperFactoryEvent(MapperFactory factory, Mapper mapper)
          Constructor for MapperFactoryEvent.
 



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