Interface ResolvedTypeParameterValueProvider

    • Method Detail

      • useThisTypeParametersOnTheGivenType

        default ResolvedType useThisTypeParametersOnTheGivenType​(ResolvedType type)
        Replace the type typeParametersValues present in the given type with the ones for which this type has a value.
      • getGenericParameterByName

        java.util.Optional<ResolvedType> getGenericParameterByName​(java.lang.String name)