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 NameTransformerNameTransformers.JAVABEANS_ACCESSORTransforms accessor names to their simple property name according to the JavaBeans convention.static final NameTransformerNameTransformers.JAVABEANS_MUTATORTransforms mutator names to their simple property name according to the JavaBeans convention.Methods in org.modelmapper.convention that return NameTransformerModifier and TypeMethodDescriptionstatic NameTransformerNameTransformers.builder()Creates NameTransformer for builder.static NameTransformerCreates NameTransformer for builder.