public interface TypeConverter<X,Y> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Y |
toDatastoreType(X memberValue)
Method to convert the passed member value to the datastore type.
|
X |
toMemberType(Y datastoreValue)
Method to convert the passed datastore value to the member type.
|
Copyright © 2016. All rights reserved.