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) MethodSignatureDSAnnotationReader. constructorSig(package private) MethodSignatureDSAnnotationReader. methodSigMethods in aQute.bnd.component that return MethodSignature Modifier and Type Method Description private MethodSignatureDSAnnotationReader. getMethodSignature(Clazz.MethodDef method)Methods in aQute.bnd.component with parameters of type MethodSignature Modifier and Type Method Description private java.lang.StringDSAnnotationReader. 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. methodSignatureCacheMethods in aQute.bnd.osgi that return MethodSignature Modifier and Type Method Description MethodSignatureAnalyzer. getMethodSignature(java.lang.String signature)MethodSignatureDescriptors. 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 MethodSignatureMethodResolver. methodSigMethods in aQute.bnd.signatures that return MethodSignature Modifier and Type Method Description static MethodSignatureMethodSignature. of(java.lang.String signature)(package private) static MethodSignatureMethodSignature. parseMethodSignature(StringRover signature)Constructors in aQute.bnd.signatures with parameters of type MethodSignature Constructor Description MethodResolver(ClassSignature classSig, MethodSignature methodSig)
-