Class User.UserBuilder

    • Constructor Summary

      Constructors 
      Constructor Description
      UserBuilder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      User fromJson​(org.json.simple.JSONObject userJson)
      Creates a T instance from a JSON representation
      User fromJson​(org.json.simple.JSONObject userJson, User user)
      Populates the given T instance from a JSON representation and return it
      java.lang.Class<User> getType()
      Returns the Class of the resource that can be built
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait