Uses of Interface
org.osgi.service.blueprint.reflect.ComponentMetadata
Packages that use ComponentMetadata
Package
Description
Blueprint Container Package Version 1.0.
Blueprint Reflection Package Version 1.0.
-
Uses of ComponentMetadata in org.osgi.service.blueprint.container
Methods in org.osgi.service.blueprint.container with type parameters of type ComponentMetadataModifier and TypeMethodDescription<T extends ComponentMetadata>
Collection<T>BlueprintContainer.getMetadata
(Class<T> type) Return allComponentMetadata
objects of the specified Component Metadata type.Methods in org.osgi.service.blueprint.container that return ComponentMetadataModifier and TypeMethodDescriptionBlueprintContainer.getComponentMetadata
(String id) Return the Component Metadata object for the component with the specified component id. -
Uses of ComponentMetadata in org.osgi.service.blueprint.reflect
Subinterfaces of ComponentMetadata in org.osgi.service.blueprint.reflectModifier and TypeInterfaceDescriptioninterface
Metadata for a Bean component.interface
Metadata for a list of service references.interface
Metadata for a reference that will bind to a single matching service in the service registry.interface
Metadata for a service to be registered by the Blueprint Container when enabled.interface
Metadata for a reference to an OSGi service.