Package | Description |
---|---|
org.modelmapper.config |
Configuration types
|
org.modelmapper.convention |
Conventions
|
Modifier and Type | Method and Description |
---|---|
NamingConvention |
Configuration.getDestinationNamingConvention()
Returns the destination naming convention.
|
NamingConvention |
Configuration.getSourceNamingConvention()
Gets the source naming convention.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setDestinationNamingConvention(NamingConvention namingConvention)
Sets the convention used to identify destination property names during the matching process.
|
Configuration |
Configuration.setSourceNamingConvention(NamingConvention namingConvention)
Sets the convention used to identify source property names during the matching process.
|
Modifier and Type | Field and Description |
---|---|
static NamingConvention |
NamingConventions.JAVABEANS_ACCESSOR
JavaBeans naming convention for accessors.
|
static NamingConvention |
NamingConventions.JAVABEANS_MUTATOR
JavaBeans naming convention for mutators.
|
static NamingConvention |
NamingConventions.NONE
Represents no naming convention.
|
Modifier and Type | Method and Description |
---|---|
static NamingConvention |
NamingConventions.builder()
Creates NameTransformer for builder.
|
static NamingConvention |
NamingConventions.builder(String prefix)
Creates NamingConvention for builder.
|
Copyright © 2011–2024. All rights reserved.