public class TypeConverterHelper extends Object
| Constructor and Description |
|---|
TypeConverterHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Class |
getDatastoreTypeForTypeConverter(TypeConverter conv,
Class memberType)
Method to return the datastore type for the specified TypeConverter.
|
static Class |
getMemberTypeForTypeConverter(TypeConverter conv,
Class datastoreType)
Method to return the member type for the specified TypeConverter.
|
public static Class getMemberTypeForTypeConverter(TypeConverter conv, Class datastoreType)
conv - The converterdatastoreType - The datastore type for this converterpublic static Class getDatastoreTypeForTypeConverter(TypeConverter conv, Class memberType)
conv - The convertermemberType - The member typeCopyright © 2016. All rights reserved.