Package | Description |
---|---|
org.modelmapper.spi |
Service Provider Interface
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NamingConvention.applies(String propertyName,
PropertyType propertyType)
Returns true if the naming convention applies to the
propertyName and
propertyType , else returns false. |
static NameableType |
NameableType.forPropertyType(PropertyType propertyType)
Returns a NameableType for the corresponding
propertyType , else NameableType.CLASS . |
Copyright © 2011–2024. All rights reserved.