Uses of Class
it.avutils.jmapper.dsl.MapperBuilder

Packages that use MapperBuilder
it.avutils.jmapper JMapper is an dynamic mapping framework. 
it.avutils.jmapper.dsl This package contains all DSL classes used to increase readability of code. 
 

Uses of MapperBuilder in it.avutils.jmapper
 

Methods in it.avutils.jmapper with parameters of type MapperBuilder
 IMapper<D,S> JMapper.createMapper(MapperBuilder mapper)
           
 

Uses of MapperBuilder in it.avutils.jmapper.dsl
 

Methods in it.avutils.jmapper.dsl that return MapperBuilder
 MapperBuilder MapperBuilder.analyzing(ChooseConfig config)
          This method set the config instance variable.
static MapperBuilder MapperBuilder.from(Class<?> source)
          Starting point for parameters setting.
 MapperBuilder MapperBuilder.presentIn(String xmlPath)
          This method set the xmlPath instance variable.
 MapperBuilder MapperBuilder.to(Class<?> destination)
          This method set the destination instance variable.
 



Copyright © 2013. All Rights Reserved.