Uses of Interface
org.modelmapper.spi.NameTransformer

Packages that use NameTransformer
org.modelmapper.config Configuration types 
org.modelmapper.convention Conventions 
org.modelmapper.internal ModelMapper internals. 
 

Uses of NameTransformer in org.modelmapper.config
 

Methods in org.modelmapper.config that return NameTransformer
 NameTransformer Configuration.getDestinationNameTransformer()
          Returns the destination name transformer.
 NameTransformer Configuration.getSourceNameTransformer()
          Returns the source name transformer.
 

Methods in org.modelmapper.config with parameters of type NameTransformer
 Configuration Configuration.setDestinationNameTransformer(NameTransformer nameTransformer)
          Sets the name transformer used to transform destination property and class names during the matching process.
 Configuration Configuration.setSourceNameTransformer(NameTransformer nameTransformer)
          Sets the name transformer used to transform source property and class names during the matching process.
 

Uses of NameTransformer in org.modelmapper.convention
 

Fields in org.modelmapper.convention declared as NameTransformer
static NameTransformer NameTransformers.JAVABEANS_ACCESSOR
          Transforms accessor names to their simple property name according to the JavaBeans convention.
static NameTransformer NameTransformers.JAVABEANS_MUTATOR
          Transforms mutator names to their simple property name according to the JavaBeans convention.
 

Uses of NameTransformer in org.modelmapper.internal
 

Methods in org.modelmapper.internal that return NameTransformer
 NameTransformer InheritingConfiguration.getDestinationNameTransformer()
           
 NameTransformer InheritingConfiguration.getSourceNameTransformer()
           
 

Methods in org.modelmapper.internal with parameters of type NameTransformer
 Configuration InheritingConfiguration.setDestinationNameTransformer(NameTransformer nameTransformer)
           
 Configuration InheritingConfiguration.setSourceNameTransformer(NameTransformer nameTransformer)
           
 



Copyright © 2011. All Rights Reserved.