Interface JSONifiable.Creator<T>

  • Enclosing interface:
    JSONifiable

    public static interface JSONifiable.Creator<T>
    An interface for a class with a factory method that creates an instance from a JSONObject.
    • Method Detail

      • getCreatedClass

        default Class<T> getCreatedClass()