|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.geomobile.joined.api.data.UserFactory
public class UserFactory
This class contains various methods for creating user information.
| Method Summary | |
|---|---|
User |
createUser(String json)
This method creates an User object from a Json document. |
static UserFactory |
instance()
This methods returns an instance of the class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static UserFactory instance()
public User createUser(String json)
throws FriendFinderUnexpectedException
User object from a Json document.
json - The Json document.
User object.
FriendFinderUnexpectedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||