Uses of Enum Class
org.modelmapper.spi.PropertyType
Packages that use PropertyType
-
Uses of PropertyType in org.modelmapper.spi
Methods in org.modelmapper.spi that return PropertyTypeModifier and TypeMethodDescriptionPropertyInfo.getPropertyType()
Returns the member type.static PropertyType
Returns the enum constant of this class with the specified name.static PropertyType[]
PropertyType.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 PropertyTypeModifier and TypeMethodDescriptionboolean
NamingConvention.applies
(String propertyName, PropertyType propertyType) Returns true if the naming convention applies to thepropertyName
andpropertyType
, else returns false.static NameableType
NameableType.forPropertyType
(PropertyType propertyType) Returns a NameableType for the correspondingpropertyType
, elseNameableType.CLASS
.