JsonObject<T extends JsonModel> constructor
JsonObject<T extends JsonModel> (
- String fieldName
Constructs an instance of JsonObject.
Parameters:
fieldName: The name of the field.type: The constructor for creating instances of typeT.
Implementation
JsonObject(super.fieldName);