de.geomobile.joined.api.data
Class UserFactory

java.lang.Object
  extended by de.geomobile.joined.api.data.UserFactory

public class UserFactory
extends Object

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

instance

public static UserFactory instance()
This methods returns an instance of the class.

Returns:
An instance of the class.

createUser

public User createUser(String json)
                throws FriendFinderUnexpectedException
This method creates an User object from a Json document.

Parameters:
json - The Json document.
Returns:
The User object.
Throws:
FriendFinderUnexpectedException


Copyright © 2012 GeoMobile GmbH. All Rights Reserved.