Class AnnotatedTypes
java.lang.Object
org.jboss.weld.lite.extension.translator.util.reflection.AnnotatedTypes
-
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotatedArrayTypestatic AnnotatedTypestatic AnnotatedParameterizedTypeparameterized(Class<?> genericClass, Type... typeArguments) static AnnotatedTypeVariabletypeVariable(TypeVariable<?> typeVariable) static AnnotatedWildcardTypestatic AnnotatedWildcardTypewildcardWithLowerBound(Type lowerBound) static AnnotatedWildcardTypewildcardWithUpperBound(Type upperBound)
-
Method Details
-
from
-
array
-
parameterized
public static AnnotatedParameterizedType parameterized(Class<?> genericClass, Type... typeArguments) -
typeVariable
-
wildcardWithUpperBound
-
wildcardWithLowerBound
-
unboundedWildcardType
-