Class Space.SpaceBuilder

    • Constructor Summary

      Constructors 
      Constructor Description
      SpaceBuilder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Space fromJson​(org.json.simple.JSONObject spaceJson)
      Creates a T instance from a JSON representation
      Space fromJson​(org.json.simple.JSONObject spaceJson, Space space)
      Populates the given T instance from a JSON representation and return it
      java.lang.Class<Space> 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