Uses of Class
aQute.bnd.signatures.MethodSignature
-
Packages that use MethodSignature Package Description aQute.bnd.component aQute.bnd.osgi aQute.bnd.signatures -
-
Uses of MethodSignature in aQute.bnd.component
Fields in aQute.bnd.component declared as MethodSignature Modifier and Type Field Description (package private) MethodSignature
DSAnnotationReader. constructorSig
(package private) MethodSignature
DSAnnotationReader. methodSig
Methods in aQute.bnd.component that return MethodSignature Modifier and Type Method Description private MethodSignature
DSAnnotationReader. getMethodSignature(Clazz.MethodDef method)
Methods in aQute.bnd.component with parameters of type MethodSignature Modifier and Type Method Description private java.lang.String
DSAnnotationReader. determineMethodReferenceType(ReferenceDef def, Clazz.MethodDef method, MethodSignature signature, java.lang.String annoService)
-
Uses of MethodSignature in aQute.bnd.osgi
Fields in aQute.bnd.osgi with type parameters of type MethodSignature Modifier and Type Field Description private java.util.Map<java.lang.String,MethodSignature>
Descriptors. methodSignatureCache
Methods in aQute.bnd.osgi that return MethodSignature Modifier and Type Method Description MethodSignature
Analyzer. getMethodSignature(java.lang.String signature)
MethodSignature
Descriptors. getMethodSignature(java.lang.String signature)
-
Uses of MethodSignature in aQute.bnd.signatures
Fields in aQute.bnd.signatures declared as MethodSignature Modifier and Type Field Description private MethodSignature
MethodResolver. methodSig
Methods in aQute.bnd.signatures that return MethodSignature Modifier and Type Method Description static MethodSignature
MethodSignature. of(java.lang.String signature)
(package private) static MethodSignature
MethodSignature. parseMethodSignature(StringRover signature)
Constructors in aQute.bnd.signatures with parameters of type MethodSignature Constructor Description MethodResolver(ClassSignature classSig, MethodSignature methodSig)
-