JsonObject<T extends JsonModel> constructor

JsonObject<T extends JsonModel>(
  1. String fieldName
)

Constructs an instance of JsonObject.

Parameters:

  • fieldName: The name of the field.
  • type: The constructor for creating instances of type T.

Implementation

JsonObject(super.fieldName);