public interface TypeConverter<X,Y> extends Serializable
Modifier and Type | Field and Description |
---|---|
static Localiser |
LOCALISER
Localiser for messages
|
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 © 2021. All rights reserved.