type<T> static method

JObjType<JArray<T>> type<T>(
  1. JType<T> innerType
)

The type which includes information such as the signature of this class.

Implementation

static JObjType<JArray<T>> type<T>(JType<T> innerType) =>
    JArrayType(innerType);