getParameterType

abstract fun getParameterType(): Class<T>(source)

Returns the expected type of the parameter. It should be an interface with only getters and setters.

Return

The type of the parameter.