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 NameableTypeNameableType.forPropertyType(PropertyType propertyType) Returns a NameableType for the correspondingpropertyType, elseCLASS.static NameableTypeReturns 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 thenamefor the givennameableType.NameTransformer.transform(String name, NameableType nameableType) Transforms thenamefor the givennameableType.