JsonList<T extends JsonType> constructor

JsonList<T extends JsonType>(
  1. T childCreator()
)

Implementation

JsonList(this.childCreator);