Uses of Interface
org.jbeanmapper.configurator.Configurator

Packages that use Configurator
org.jbeanmapper   
org.jbeanmapper.configurator   
 

Uses of Configurator in org.jbeanmapper
 

Methods in org.jbeanmapper that return Configurator
 Configurator BeanMapper.getConfigurator()
          Get the configurator for this mapper.
 

Methods in org.jbeanmapper with parameters of type Configurator
 void BeanMapper.setConfigurator(Configurator configurator)
          Set the configurator for this mapper.
 

Uses of Configurator in org.jbeanmapper.configurator
 

Classes in org.jbeanmapper.configurator that implement Configurator
 class DefaultConfigurator