Package org.jboss.weld.util.reflection
Class TypeResolver
java.lang.Object
org.jboss.weld.util.reflection.TypeResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<TypeVariable<?>,Type> resolveType(GenericArrayType type) resolveType(ParameterizedType type) Resolves a given parameterized type.resolveType(Type type) resolveType(TypeVariable<?> variable) Resolves a given type variable.
-
Constructor Details
-
TypeResolver
-
-
Method Details
-
resolveType
Resolves a given type variable. This is achieved by a lookup in theresolvedTypeVariablesmap. -
resolveType
Resolves a given parameterized type. If the parameterized type contains no type variables it is returned untouched. Otherwise, a newParameterizedTypeinstance is returned in which each type variable is resolved usingresolveType(TypeVariable). -
resolveType
-
resolveType
-
getResolvedTypeVariables
-