Uses of Enum Class
org.modelmapper.spi.PropertyType
Packages that use PropertyType
- 
Uses of PropertyType in org.modelmapper.spiMethods in org.modelmapper.spi that return PropertyTypeModifier and TypeMethodDescriptionPropertyInfo.getPropertyType()Returns the member type.static PropertyTypeReturns 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 TypeMethodDescriptionbooleanNamingConvention.applies(String propertyName, PropertyType propertyType) Returns true if the naming convention applies to thepropertyNameandpropertyType, else returns false.static NameableTypeNameableType.forPropertyType(PropertyType propertyType) Returns a NameableType for the correspondingpropertyType, elseNameableType.CLASS.