pojoTypeForClassWithTypeArguments

fun pojoTypeForClassWithTypeArguments(target: Class<*>, typeArgs: A_Tuple): AvailObject

Create a pojo type from the specified Java class and type arguments.

Return

The requested pojo type.

Parameters

target

A Java class or interface.

typeArgs

The type arguments. These may be any Avail types, not just pojo types.