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 class
GenericType.GenericArray
static class
GenericType.GenericWildcard
Fields in aQute.bnd.compatibility declared as GenericType Modifier and Type Field Description (package private) GenericType[]
GenericType. a
(package private) GenericType[]
GenericType. b
(package private) GenericType
Scope. base
(package private) GenericType[]
GenericParameter. bounds
(package private) static GenericType[]
GenericType. EMPTY
(package private) GenericType[]
Scope. exceptions
(package private) GenericType[]
Scope. parameters
Methods in aQute.bnd.compatibility that return GenericType Modifier and Type Method Description private GenericType
RuntimeSignatureBuilder. 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 void
Scope. setBase(GenericType typeSignature)
void
Scope. setExceptionTypes(GenericType[] convert)
void
Scope. setParameterTypes(GenericType[] convert)
Constructors in aQute.bnd.compatibility with parameters of type GenericType Constructor Description GenericParameter(java.lang.String name, GenericType[] bounds)
-