Uses of Interface
org.osgi.service.blueprint.reflect.Metadata

Packages that use Metadata
org.osgi.service.blueprint.reflect Blueprint Reflection Package Version 1.0. 
 

Uses of Metadata in org.osgi.service.blueprint.reflect
 

Subinterfaces of Metadata in org.osgi.service.blueprint.reflect
 interface BeanMetadata
          Metadata for a Bean component.
 interface CollectionMetadata
          Metadata for a collection based value.
 interface ComponentMetadata
          Metadata for managed components.
 interface IdRefMetadata
          Metadata for the verified id of another component managed by the Blueprint Container.
 interface MapMetadata
          Metadata for a Map based value.
 interface NonNullMetadata
          Metadata for a value that cannot null.
 interface NullMetadata
          Metadata for a value specified to be null via the <null> element.
 interface PropsMetadata
          Metadata for a java.util.Properties based value.
 interface ReferenceListMetadata
          Metadata for a list of service references.
 interface ReferenceMetadata
          Metadata for a reference that will bind to a single matching service in the service registry.
 interface RefMetadata
          Metadata for a reference to another component managed by the Blueprint Container.
 interface ServiceMetadata
          Metadata for a service to be registered by the Blueprint Container when enabled.
 interface ServiceReferenceMetadata
          Metadata for a reference to an OSGi service.
 interface Target
          A common interface for managed components that can be used as a direct target for method calls.
 interface ValueMetadata
          Metadata for a simple String value that will be type-converted if necessary before injecting.
 

Methods in org.osgi.service.blueprint.reflect that return Metadata
 Metadata BeanProperty.getValue()
          Return the Metadata for the value to be injected into a bean.
 Metadata MapEntry.getValue()
          Return the Metadata for the value of the map entry.
 Metadata BeanArgument.getValue()
          Return the Metadata for the argument value.
 



Copyright © 2006-2011 Spring Framework. All Rights Reserved.