Package | Description |
---|---|
org.modelmapper.spi |
Service Provider Interface
|
Modifier and Type | Method and Description |
---|---|
static NameableType |
NameableType.forPropertyType(PropertyType propertyType)
Returns a NameableType for the corresponding
propertyType , else CLASS . |
static NameableType |
NameableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameableType[] |
NameableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String[] |
NameTokenizer.tokenize(String name,
NameableType nameableType)
Tokenizes the
name for the given nameableType . |
String |
NameTransformer.transform(String name,
NameableType nameableType)
Transforms the
name for the given nameableType . |
Copyright © 2011–2024. All rights reserved.