public class URIStringConverter extends Object implements TypeConverter<URI,String>
| Constructor and Description |
|---|
URIStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
toDatastoreType(URI uri)
Method to convert the passed member value to the datastore type.
|
URI |
toMemberType(String str)
Method to convert the passed datastore value to the member type.
|
public URI toMemberType(String str)
TypeConvertertoMemberType in interface TypeConverter<URI,String>str - Value from the datastorepublic String toDatastoreType(URI uri)
TypeConvertertoDatastoreType in interface TypeConverter<URI,String>uri - Value from the memberCopyright © 2016. All rights reserved.