Interface | Description |
---|---|
InitializeStringifier |
If a Stringifier> implements this interface, it will be called once just after construction
with the actual Type of the key to stringify.
|
Stringifier<T> |
Used with the @Stringify annotation to convert arbitrary objects to Strings.
|
Class | Description |
---|---|
EnumStringifier<E extends Enum> |
Converts Enums back and forth with their string representation
|
KeyStringifier |
Converts Objectify Key>s to String.
|
NullStringifier |
No-op stringifier used as a null object.
|
Copyright © 2015. All rights reserved.