spring-framework / org.springframework.asm / TypeReference / getTypeParameterBoundIndex

getTypeParameterBoundIndex

open fun getTypeParameterBoundIndex(): Int

Returns the index of the type parameter bound, within the type parameter #getTypeParameterIndex, referenced by this type reference. This method must only be used for type references whose sort is CLASS_TYPE_PARAMETER_BOUND or METHOD_TYPE_PARAMETER_BOUND.

Return
a type parameter bound index.