|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NonNullMetadata | |
|---|---|
| org.apache.geronimo.blueprint | |
| org.apache.geronimo.blueprint.ext | |
| org.apache.geronimo.blueprint.mutable | |
| org.apache.geronimo.blueprint.reflect | |
| org.osgi.service.blueprint.reflect | Blueprint Reflection Package Version 1.0. |
| Uses of NonNullMetadata in org.apache.geronimo.blueprint |
|---|
| Subinterfaces of NonNullMetadata in org.apache.geronimo.blueprint | |
|---|---|
interface |
ExtendedBeanMetadata
An extended BeanMetadata that allows specifying if
the bean instances are processors or not. |
interface |
ExtendedReferenceListMetadata
TODO: javadoc |
interface |
ExtendedServiceReferenceMetadata
TODO: javadoc |
| Uses of NonNullMetadata in org.apache.geronimo.blueprint.ext |
|---|
| Classes in org.apache.geronimo.blueprint.ext that implement NonNullMetadata | |
|---|---|
class |
AbstractPropertyPlaceholder.LateBindingValueMetadata
|
| Uses of NonNullMetadata in org.apache.geronimo.blueprint.mutable |
|---|
| Subinterfaces of NonNullMetadata in org.apache.geronimo.blueprint.mutable | |
|---|---|
interface |
MutableBeanMetadata
A mutable version of the BeanMetadata that allows modifications. |
interface |
MutableCollectionMetadata
A mutable version of the CollectionMetadata that allows modifications. |
interface |
MutableComponentMetadata
A mutable version of the ComponentMetadata that allows modifications. |
interface |
MutableIdRefMetadata
A mutable version of the IdRefMetadata that allows modifications. |
interface |
MutableMapMetadata
A mutable version of the MapMetadata that allows modifications. |
interface |
MutablePropsMetadata
A mutable version of the PropsMetadata that allows modifications. |
interface |
MutableReferenceListMetadata
A mutable version of the RefCollectionMetadata that allows modifications. |
interface |
MutableReferenceMetadata
A mutable version of the ReferenceMetadata that allows modifications. |
interface |
MutableRefMetadata
A mutable version of the RefMetadata that allows modifications. |
interface |
MutableServiceMetadata
A mutable version of the ServiceMetadata that allows modifications. |
interface |
MutableServiceReferenceMetadata
A mutable version of the ServiceReferenceMetadata that allows modifications. |
interface |
MutableValueMetadata
A mutable version of the ValueMetadata that allows modifications. |
| Methods in org.apache.geronimo.blueprint.mutable with parameters of type NonNullMetadata | |
|---|---|
MapEntry |
MutableMapMetadata.addEntry(NonNullMetadata key,
Metadata value)
|
MapEntry |
MutablePropsMetadata.addEntry(NonNullMetadata key,
Metadata value)
|
MapEntry |
MutableServiceMetadata.addServiceProperty(NonNullMetadata key,
Metadata value)
|
void |
MutableMapEntry.setKey(NonNullMetadata key)
|
| Uses of NonNullMetadata in org.apache.geronimo.blueprint.reflect |
|---|
| Classes in org.apache.geronimo.blueprint.reflect that implement NonNullMetadata | |
|---|---|
class |
BeanMetadataImpl
Implementation of BeanMetadata |
class |
CollectionMetadataImpl
Implementation of CollectionMetadata |
class |
ComponentMetadataImpl
Implementation of ComponentMetadata |
class |
EnvironmentMetadataImpl
A metadata for environment managers. |
class |
IdRefMetadataImpl
Implementation of IdRefMetadata |
class |
MapMetadataImpl
Implementation of MapMetadata |
class |
PropsMetadataImpl
Implementation of PropsMetadata |
class |
ReferenceListMetadataImpl
Implementation of RefCollectionMetadata |
class |
ReferenceMetadataImpl
Implementation of ReferenceMetadata |
class |
RefMetadataImpl
Implementation of RefMetadata |
class |
ServiceMetadataImpl
Implementation of ServiceMetadata |
class |
ServiceReferenceMetadataImpl
Implementation of ServiceReferenceMetadata |
class |
ValueMetadataImpl
Implementation of ValueMetadata |
| Methods in org.apache.geronimo.blueprint.reflect that return NonNullMetadata | |
|---|---|
NonNullMetadata |
MapEntryImpl.getKey()
|
| Methods in org.apache.geronimo.blueprint.reflect with parameters of type NonNullMetadata | |
|---|---|
MapEntry |
MapMetadataImpl.addEntry(NonNullMetadata key,
Metadata value)
|
MapEntry |
PropsMetadataImpl.addEntry(NonNullMetadata key,
Metadata value)
|
MapEntry |
ServiceMetadataImpl.addServiceProperty(NonNullMetadata key,
Metadata value)
|
void |
MapEntryImpl.setKey(NonNullMetadata key)
|
| Constructors in org.apache.geronimo.blueprint.reflect with parameters of type NonNullMetadata | |
|---|---|
MapEntryImpl(NonNullMetadata key,
Metadata value)
|
|
| Uses of NonNullMetadata in org.osgi.service.blueprint.reflect |
|---|
| Subinterfaces of NonNullMetadata 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 |
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 NonNullMetadata | |
|---|---|
NonNullMetadata |
MapEntry.getKey()
Return the Metadata for the key of the map entry. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||