Uses of Interface
org.modelmapper.spi.NameTokenizer
Packages that use NameTokenizer
Package
Description
Configuration types
Conventions
- 
Uses of NameTokenizer in org.modelmapper.configMethods 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.conventionFields in org.modelmapper.convention declared as NameTokenizerModifier and TypeFieldDescriptionstatic final NameTokenizerNameTokenizers.CAMEL_CASETokenizes class and property names according to the CamelCase naming convention.static final NameTokenizerNameTokenizers.UNDERSCORETokenizes class and property names according to the underscore naming convention.