Package com.googlecode.objectify.stringifier


package com.googlecode.objectify.stringifier
  • Class
    Description
    Converts Enums back and forth with their string representation
    If a Stringifierinvalid input: '<'?> implements this interface, it will be called once just after construction with the actual Type of the key to stringify.
    Converts Objectify Keyinvalid input: '<'?>s to String.
    No-op stringifier used as a null object.
    Used with the @Stringify annotation to convert arbitrary objects to Strings.