Package org.modelmapper.spi
Interface NameTokenizer
public interface NameTokenizer
Tokenizes property and class names prior to matching.
-
Method Summary
Modifier and TypeMethodDescriptionString[]tokenize(String name, NameableType nameableType) Tokenizes thenamefor the givennameableType.
-
Method Details
-
tokenize
Tokenizes thenamefor the givennameableType.- Parameters:
name- to tokenizenameableType- to tokenize name for
-