Uses of Interface
ma.glasnost.orika.BoundMapperFacade

Packages that use BoundMapperFacade
ma.glasnost.orika   
ma.glasnost.orika.impl   
ma.glasnost.orika.impl.generator   
 

Uses of BoundMapperFacade in ma.glasnost.orika
 

Methods in ma.glasnost.orika that return BoundMapperFacade
<A,B> BoundMapperFacade<A,B>
MapperFactory.getMapperFacade(Class<A> aType, Class<B> bType)
          Returns a BoundMapperFacade for the specified source and destination types; this mapper is bidirectional by default, and provides signatures for mapping in place, or with instantiation, as needed.
<A,B> BoundMapperFacade<A,B>
MapperFactory.getMapperFacade(Class<A> aType, Class<B> bType, boolean containsCycles)
          Returns a BoundMapperFacade for the specified source and destination types; this mapper is bidirectional by default, and provides signatures for mapping in place, or with instantiation, as needed.
In the case that false is provided for the 'containsCycles' parameter, an optimized mapper instance will be provided.
<A,B> BoundMapperFacade<A,B>
MapperFactory.getMapperFacade(Type<A> aType, Type<B> bType)
          Returns a BoundMapperFacade for the specified source and destination types; this mapper is bidirectional by default, and provides signatures for mapping in place, or with instantiation, as needed.
<A,B> BoundMapperFacade<A,B>
MapperFactory.getMapperFacade(Type<A> aType, Type<B> bType, boolean containsCycles)
          Returns a BoundMapperFacade for the specified source and destination types; this mapper is bidirectional by default, and provides signatures for mapping in place, or with instantiation, as needed.
In the case that false is provided for the 'containsCycles' parameter, an optimized mapper instance will be provided.
 

Uses of BoundMapperFacade in ma.glasnost.orika.impl
 

Classes in ma.glasnost.orika.impl that implement BoundMapperFacade
 class NonCyclicBoundMapperFacade<A,B>
           
 

Fields in ma.glasnost.orika.impl declared as BoundMapperFacade
protected  BoundMapperFacade<Object,Object>[] GeneratedObjectBase.usedMapperFacades
           
 

Methods in ma.glasnost.orika.impl that return BoundMapperFacade
<A,B> BoundMapperFacade<A,B>
ConfigurableMapper.dedicatedMapperFor(Class<A> aType, Class<B> bType)
           
<A,B> BoundMapperFacade<A,B>
ConfigurableMapper.dedicatedMapperFor(Class<A> aType, Class<B> bType, boolean containsCycles)
           
<S,D> BoundMapperFacade<S,D>
ConfigurableMapper.dedicatedMapperFor(Type<S> sourceType, Type<D> destinationType)
           
<S,D> BoundMapperFacade<S,D>
ConfigurableMapper.dedicatedMapperFor(Type<S> sourceType, Type<D> destinationType, boolean containsCycles)
           
<A,B> BoundMapperFacade<A,B>
DefaultMapperFactory.getMapperFacade(Class<A> aType, Class<B> bType)
           
<A,B> BoundMapperFacade<A,B>
DefaultMapperFactory.getMapperFacade(Class<A> aType, Class<B> bType, boolean containsCycles)
           
<S,D> BoundMapperFacade<S,D>
DefaultMapperFactory.getMapperFacade(Type<S> sourceType, Type<D> destinationType)
           
<S,D> BoundMapperFacade<S,D>
DefaultMapperFactory.getMapperFacade(Type<S> sourceType, Type<D> destinationType, boolean containsCycles)
           
 

Methods in ma.glasnost.orika.impl with parameters of type BoundMapperFacade
 void GeneratedObjectBase.setUsedMapperFacades(BoundMapperFacade<Object,Object>[] usedMapperFacades)
           
 void GeneratedMapperBase.setUsedMapperFacades(BoundMapperFacade<Object,Object>[] usedMapperFacades)
           
 

Uses of BoundMapperFacade in ma.glasnost.orika.impl.generator
 

Methods in ma.glasnost.orika.impl.generator that return BoundMapperFacade
 BoundMapperFacade<Object,Object>[] UsedMapperFacadesContext.toArray()
           
 



Copyright © 2013 Glasnost. All Rights Reserved.