Uses of Interface
org.modelmapper.spi.NamingConvention
Packages that use NamingConvention
Package
Description
Configuration types
Conventions
-
Uses of NamingConvention in org.modelmapper.config
Methods in org.modelmapper.config that return NamingConventionModifier and TypeMethodDescriptionConfiguration.getDestinationNamingConvention()
Returns the destination naming convention.Configuration.getSourceNamingConvention()
Gets the source naming convention.Methods in org.modelmapper.config with parameters of type NamingConventionModifier and TypeMethodDescriptionConfiguration.setDestinationNamingConvention
(NamingConvention namingConvention) Sets the convention used to identify destination property names during the matching process.Configuration.setSourceNamingConvention
(NamingConvention namingConvention) Sets the convention used to identify source property names during the matching process. -
Uses of NamingConvention in org.modelmapper.convention
Fields in org.modelmapper.convention declared as NamingConventionModifier and TypeFieldDescriptionstatic final NamingConvention
NamingConventions.JAVABEANS_ACCESSOR
JavaBeans naming convention for accessors.static final NamingConvention
NamingConventions.JAVABEANS_MUTATOR
JavaBeans naming convention for mutators.static final NamingConvention
NamingConventions.NONE
Represents no naming convention.Methods in org.modelmapper.convention that return NamingConventionModifier and TypeMethodDescriptionstatic NamingConvention
NamingConventions.builder()
Creates NameTransformer for builder.static NamingConvention
Creates NamingConvention for builder.