Package com.googlecode.objectify.stringifier

  • Interface Summary
    Interface
    Description
    If a Stringifier implements this interface, it will be called once just after construction with the actual Type of the key to stringify.
    Used with the @Stringify annotation to convert arbitrary objects to Strings.
  • Class Summary
    Class
    Description
    Converts Enums back and forth with their string representation
    Converts Objectify Keys to String.
    No-op stringifier used as a null object.