public interface TypeParameterValueProvider
| Modifier and Type | Method and Description |
|---|---|
Optional<Type> |
getGenericParameterByName(String name) |
Optional<Type> |
typeParamValue(TypeParameterDeclaration typeParameterDeclaration)
Calculate the value for the given type parameter.
|
default Type |
useThisTypeParametersOnTheGivenType(Type type)
Replace the type typeParametersValues present in the given type with the ones for which this type
has a value.
|
Optional<Type> typeParamValue(TypeParameterDeclaration typeParameterDeclaration)
default Type useThisTypeParametersOnTheGivenType(Type type)
Copyright © 2016. All rights reserved.