Uses of Interface
org.modelmapper.spi.NameTokenizer
Packages that use NameTokenizer
Package
Description
Configuration types
Conventions
-
Uses of NameTokenizer in org.modelmapper.config
Methods in org.modelmapper.config that return NameTokenizerModifier and TypeMethodDescriptionConfiguration.getDestinationNameTokenizer()
Returns the destination name tokenizer.Configuration.getSourceNameTokenizer()
Returns the source name tokenizer.Methods in org.modelmapper.config with parameters of type NameTokenizerModifier and TypeMethodDescriptionConfiguration.setDestinationNameTokenizer
(NameTokenizer nameTokenizer) Sets the tokenizer to be applied to destination property and class names during the matching process.Configuration.setSourceNameTokenizer
(NameTokenizer nameTokenizer) Sets the tokenizer to be applied to source property and class names during the matching process. -
Uses of NameTokenizer in org.modelmapper.convention
Fields in org.modelmapper.convention declared as NameTokenizerModifier and TypeFieldDescriptionstatic final NameTokenizer
NameTokenizers.CAMEL_CASE
Tokenizes class and property names according to the CamelCase naming convention.static final NameTokenizer
NameTokenizers.UNDERSCORE
Tokenizes class and property names according to the underscore naming convention.