Class Page.PageBuilder

    • Constructor Summary

      Constructors 
      Constructor Description
      PageBuilder()  
    • Method Summary

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