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 NamingConventionNamingConventions.JAVABEANS_ACCESSORJavaBeans naming convention for accessors.static final NamingConventionNamingConventions.JAVABEANS_MUTATORJavaBeans naming convention for mutators.static final NamingConventionNamingConventions.NONERepresents no naming convention.Methods in org.modelmapper.convention that return NamingConventionModifier and TypeMethodDescriptionstatic NamingConventionNamingConventions.builder()Creates NameTransformer for builder.static NamingConventionCreates NamingConvention for builder.