Package | Description |
---|---|
org.modelmapper.config |
Configuration types
|
org.modelmapper.convention |
Conventions
|
Modifier and Type | Method and Description |
---|---|
NameTokenizer |
Configuration.getDestinationNameTokenizer()
Returns the destination name tokenizer.
|
NameTokenizer |
Configuration.getSourceNameTokenizer()
Returns the source name tokenizer.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setDestinationNameTokenizer(NameTokenizer nameTokenizer)
Sets the tokenizer to be applied to destination property and class names during the matching
process.
|
Configuration |
Configuration.setSourceNameTokenizer(NameTokenizer nameTokenizer)
Sets the tokenizer to be applied to source property and class names during the matching
process.
|
Modifier and Type | Field and Description |
---|---|
static NameTokenizer |
NameTokenizers.CAMEL_CASE
Tokenizes class and property names according to the CamelCase naming convention.
|
static NameTokenizer |
NameTokenizers.UNDERSCORE
Tokenizes class and property names according to the underscore naming convention.
|
Copyright © 2011–2024. All rights reserved.