Uses of Class
org.modelmapper.spi.PropertyType
-
Packages that use PropertyType Package Description org.modelmapper.spi Service Provider Interface -
-
Uses of PropertyType in org.modelmapper.spi
Methods in org.modelmapper.spi that return PropertyType Modifier and Type Method Description PropertyType
PropertyInfo. getPropertyType()
Returns the member type.static PropertyType
PropertyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropertyType[]
PropertyType. 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 PropertyType Modifier and Type Method Description boolean
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
.
-