Package org.modelmapper.spi
Interface NameTransformer
-
public interface NameTransformer
Transforms eligible property and class names prior to matching.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
transform(String name, NameableType nameableType)
Transforms thename
for the givennameableType
.
-
-
-
Method Detail
-
transform
String transform(String name, NameableType nameableType)
Transforms thename
for the givennameableType
.- Parameters:
name
- to transformnameableType
- to transform name for
-
-