Uses of Class
org.modelmapper.spi.NameableType

Packages that use NameableType
org.modelmapper.spi Service Provider Interface 
 

Uses of NameableType in org.modelmapper.spi
 

Methods in org.modelmapper.spi that return NameableType
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.
 

Methods in org.modelmapper.spi with parameters of type NameableType
 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. All Rights Reserved.