Uses of Interface
org.osgi.service.blueprint.reflect.Metadata
Packages that use Metadata
-
Uses of Metadata in org.osgi.service.blueprint.reflect
Subinterfaces of Metadata in org.osgi.service.blueprint.reflectModifier and TypeInterfaceDescriptioninterfaceMetadata for a Bean component.interfaceMetadata for a collection based value.interfaceMetadata for managed components.interfaceMetadata for the verified id of another component managed by the Blueprint Container.interfaceMetadata for a Map based value.interfaceMetadata for a value that cannotnull.interfaceMetadata for a value specified to benullvia the <null> element.interfaceMetadata for ajava.util.Propertiesbased value.interfaceMetadata for a list of service references.interfaceMetadata for a reference that will bind to a single matching service in the service registry.interfaceMetadata for a reference to another component managed by the Blueprint Container.interfaceMetadata for a service to be registered by the Blueprint Container when enabled.interfaceMetadata for a reference to an OSGi service.interfaceA common interface for managed components that can be used as a direct target for method calls.interfaceMetadata for a simpleStringvalue that will be type-converted if necessary before injecting.Methods in org.osgi.service.blueprint.reflect that return MetadataModifier and TypeMethodDescriptionBeanArgument.getValue()Return the Metadata for the argument value.BeanProperty.getValue()Return the Metadata for the value to be injected into a bean.MapEntry.getValue()Return the Metadata for the value of the map entry.Methods in org.osgi.service.blueprint.reflect that return types with arguments of type Metadata