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