pojoTypeForClass

fun pojoTypeForClass(target: Class<*>): AvailObject

Create a pojo type for the specified Java class.

Return

The requested pojo type.

Parameters

target

A Java class or interface.