pojoFieldVariableForInnerType

fun pojoFieldVariableForInnerType(    field: AvailObject,     receiver: AvailObject,     innerType: A_Type): AvailObject

Create a PojoFieldDescriptor variable that can read/write through to the specified field values of the specified type.

Return

A new variable able to read/write values of the specified types.

Parameters

field

A raw pojo that wraps a reflected Java field.

receiver

The pojo to which the reflected Java field is bound.

innerType

The types of values that can be read/written.