pojo Type For Class With Type Arguments
fun pojoTypeForClassWithTypeArguments(target: Class<*>, typeArgs: A_Tuple): AvailObject
Content copied to clipboard
Create a pojo type from the specified Java class and type arguments.
Return
The requested pojo type.
Parameters
target
A Java class or interface.
type Args
The type arguments. These may be any Avail types, not just pojo types.