moshi
1.14.0
moshi
/
com.squareup.moshi
/
asArrayType
as
Array
Type
@
ExperimentalStdlibApi
fun
KType
.
asArrayType
(
)
:
GenericArrayType
Content copied to clipboard
fun
KClass
<
*
>
.
asArrayType
(
)
:
GenericArrayType
Content copied to clipboard
fun
Type
.
asArrayType
(
)
:
GenericArrayType
Content copied to clipboard
Returns a
GenericArrayType
with
this
as its
GenericArrayType.getGenericComponentType
.