pojoFinalFieldForInnerType

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

Create a PojoFinalFieldDescriptor variable that can read through to the specified field values of the specified type.

Return

A new variable able to read 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.