Uses of Class
aQute.bnd.component.error.DeclarativeServicesAnnotationError
-
Packages that use DeclarativeServicesAnnotationError Package Description aQute.bnd.component -
-
Uses of DeclarativeServicesAnnotationError in aQute.bnd.component
Fields in aQute.bnd.component declared as DeclarativeServicesAnnotationError Modifier and Type Field Description private DeclarativeServicesAnnotationError
DSAnnotationReader.ComponentPropertyTypeDataCollector. details
Fields in aQute.bnd.component with type parameters of type DeclarativeServicesAnnotationError Modifier and Type Field Description (package private) java.util.Map<java.lang.String,java.util.List<DeclarativeServicesAnnotationError>>
DSAnnotationReader. mismatchedAnnotations
Methods in aQute.bnd.component that return DeclarativeServicesAnnotationError Modifier and Type Method Description private DeclarativeServicesAnnotationError
DSAnnotationReader. getDetails(ReferenceDef def, DeclarativeServicesAnnotationError.ErrorType type)
Methods in aQute.bnd.component with parameters of type DeclarativeServicesAnnotationError Modifier and Type Method Description private void
DSAnnotationReader. checkMapReturnType(DeclarativeServicesAnnotationError details)
private void
DSAnnotationReader. processActivationObject(java.lang.String propertyDefKey, ClassTypeSignature param, java.lang.String memberDescriptor, DeclarativeServicesAnnotationError details, boolean deactivate)
private void
DSAnnotationReader. processMethodActivationArgs(java.lang.String propertyDefKeyFormat, java.lang.String memberDescriptor, DeclarativeServicesAnnotationError details, boolean deactivate)
look for annotation activation objects and extract properties from themConstructors in aQute.bnd.component with parameters of type DeclarativeServicesAnnotationError Constructor Description ComponentPropertyTypeDataCollector(java.lang.String propertyDefKey, Annotation componentPropertyAnnotation, DeclarativeServicesAnnotationError details)
ComponentPropertyTypeDataCollector(java.lang.String propertyDefKey, java.lang.String memberDescriptor, DeclarativeServicesAnnotationError details)
-