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 DeclarativeServicesAnnotationErrorDSAnnotationReader.ComponentPropertyTypeDataCollector. detailsFields 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. mismatchedAnnotationsMethods in aQute.bnd.component that return DeclarativeServicesAnnotationError Modifier and Type Method Description private DeclarativeServicesAnnotationErrorDSAnnotationReader. getDetails(ReferenceDef def, DeclarativeServicesAnnotationError.ErrorType type)Methods in aQute.bnd.component with parameters of type DeclarativeServicesAnnotationError Modifier and Type Method Description private voidDSAnnotationReader. checkMapReturnType(DeclarativeServicesAnnotationError details)private voidDSAnnotationReader. processActivationObject(java.lang.String propertyDefKey, ClassTypeSignature param, java.lang.String memberDescriptor, DeclarativeServicesAnnotationError details, boolean deactivate)private voidDSAnnotationReader. 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)
-