Uses of Class
aQute.bnd.compatibility.GenericType
-
Packages that use GenericType Package Description aQute.bnd.compatibility -
-
Uses of GenericType in aQute.bnd.compatibility
Subclasses of GenericType in aQute.bnd.compatibility Modifier and Type Class Description static classGenericType.GenericArraystatic classGenericType.GenericWildcardFields in aQute.bnd.compatibility declared as GenericType Modifier and Type Field Description (package private) GenericType[]GenericType. a(package private) GenericType[]GenericType. b(package private) GenericTypeScope. base(package private) GenericType[]GenericParameter. bounds(package private) static GenericType[]GenericType. EMPTY(package private) GenericType[]Scope. exceptions(package private) GenericType[]Scope. parametersMethods in aQute.bnd.compatibility that return GenericType Modifier and Type Method Description private GenericTypeRuntimeSignatureBuilder. convert(Scope source, java.lang.reflect.Type t)private GenericType[]RuntimeSignatureBuilder. convert(java.lang.reflect.Type[] parameterTypes)Methods in aQute.bnd.compatibility with parameters of type GenericType Modifier and Type Method Description voidScope. setBase(GenericType typeSignature)voidScope. setExceptionTypes(GenericType[] convert)voidScope. setParameterTypes(GenericType[] convert)Constructors in aQute.bnd.compatibility with parameters of type GenericType Constructor Description GenericParameter(java.lang.String name, GenericType[] bounds)
-