Package com.googlecode.objectify.stringifier
-
Interface SummaryInterfaceDescriptionIf 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 SummaryClassDescriptionEnumStringifier<E extends Enum>Converts Enums back and forth with their string representationConverts Objectify Key>s to String.No-op stringifier used as a null object.