public interface InitializeStringifier
If a Stringifier> implements this interface, it will be called once just after construction with the actual Type of the key to stringify.
Modifier and Type | Method and Description |
---|---|
void |
init(ObjectifyFactory fact,
Type keyType)
Informs the stringifier of the actual key type.
|
void init(ObjectifyFactory fact, Type keyType)
fact
- is just handy to have aroundkeyType
- is the declared type of the map key.Copyright © 2017. All rights reserved.