Uses of Class
org.modelmapper.spi.NameableType
-
Packages that use NameableType Package Description org.modelmapper.spi Service Provider Interface -
-
Uses of NameableType in org.modelmapper.spi
Methods in org.modelmapper.spi that return NameableType Modifier and Type Method Description static NameableType
NameableType. forPropertyType(PropertyType propertyType)
Returns a NameableType for the correspondingpropertyType
, elseCLASS
.static NameableType
NameableType. valueOf(String name)
Returns the enum constant of this type with the specified name.static NameableType[]
NameableType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.modelmapper.spi with parameters of type NameableType Modifier and Type Method Description String[]
NameTokenizer. tokenize(String name, NameableType nameableType)
Tokenizes thename
for the givennameableType
.String
NameTransformer. transform(String name, NameableType nameableType)
Transforms thename
for the givennameableType
.
-