Class CustomizableEntityReader<E,​B extends CustomizableBuilder<E>>


  • public abstract class CustomizableEntityReader<E,​B extends CustomizableBuilder<E>>
    extends java.lang.Object
    TODO
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void read​(java.lang.String jsonString)
      Method extracted from org.json.JSONObject#JSONObject(JSONTokener)
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomizableEntityReader

        public CustomizableEntityReader​(B builder)
    • Method Detail

      • read

        public void read​(java.lang.String jsonString)
        Method extracted from org.json.JSONObject#JSONObject(JSONTokener)
        Parameters:
        jsonString -