Uses of Interface
org.modelmapper.spi.NameTransformer
Packages that use NameTransformer
Package
Description
Configuration types
Conventions
-
Uses of NameTransformer in org.modelmapper.config
Methods in org.modelmapper.config that return NameTransformerModifier and TypeMethodDescriptionConfiguration.getDestinationNameTransformer()
Returns the destination name transformer.Configuration.getSourceNameTransformer()
Returns the source name transformer.Methods in org.modelmapper.config with parameters of type NameTransformerModifier and TypeMethodDescriptionConfiguration.setDestinationNameTransformer
(NameTransformer nameTransformer) Sets the name transformer used to transform destination property and class names during the matching process.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 NameTransformerModifier and TypeFieldDescriptionstatic final NameTransformer
NameTransformers.JAVABEANS_ACCESSOR
Transforms accessor names to their simple property name according to the JavaBeans convention.static final NameTransformer
NameTransformers.JAVABEANS_MUTATOR
Transforms mutator names to their simple property name according to the JavaBeans convention.Methods in org.modelmapper.convention that return NameTransformerModifier and TypeMethodDescriptionstatic NameTransformer
NameTransformers.builder()
Creates NameTransformer for builder.static NameTransformer
Creates NameTransformer for builder.