Class JsonConstructor<T>

  • Type Parameters:
    T -

    public class JsonConstructor<T>
    extends Object
    'model class' that will be converted into a call of a constructor using 'object' as parameter when converted by JSONObject.fromObject
    Author:
    arnouten
    • Constructor Detail

      • JsonConstructor

        public JsonConstructor​(String name,
                               T object)
    • Method Detail

      • getObject

        public T getObject()
      • getName

        public String getName()