public class KeyStringifier extends Object implements Stringifier<Key<?>>
Converts Objectify Key>s to String.
Constructor and Description |
---|
KeyStringifier() |
Modifier and Type | Method and Description |
---|---|
Key<?> |
fromString(String str)
Convert the string back to a thing
|
String |
toString(Key<?> obj)
Convert the thing to a string
|
public String toString(Key<?> obj)
Stringifier
toString
in interface Stringifier<Key<?>>
public Key<?> fromString(String str)
Stringifier
fromString
in interface Stringifier<Key<?>>
Copyright © 2019. All rights reserved.