newPojo

fun newPojo(rawPojo: AvailObject, pojoType: A_Type): AvailObject

Create a new AvailObject that wraps the specified raw pojo and has the specified pojo type.

Return

The new Avail pojo.

Parameters

rawPojo

A raw pojo.

pojoType

A pojo type.