Package | Description |
---|---|
org.apache.aries.blueprint.container | |
org.apache.aries.blueprint.mutable | |
org.apache.aries.blueprint.reflect | |
org.osgi.service.blueprint.reflect |
Blueprint Reflection Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
BeanProperty |
Parser.parseBeanProperty(ComponentMetadata enclosingComponent,
Element element) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableBeanProperty
A mutable version of the
BeanProperty that allows modifications. |
Modifier and Type | Method and Description |
---|---|
BeanProperty |
MutableBeanMetadata.addProperty(String name,
Metadata value) |
Modifier and Type | Method and Description |
---|---|
void |
MutableBeanMetadata.addProperty(BeanProperty property) |
void |
MutableBeanMetadata.removeProperty(BeanProperty property) |
Modifier and Type | Class and Description |
---|---|
class |
BeanPropertyImpl
Implementation of BeanProperty
|
Modifier and Type | Method and Description |
---|---|
BeanProperty |
BeanMetadataImpl.addProperty(String name,
Metadata value) |
Modifier and Type | Method and Description |
---|---|
List<BeanProperty> |
BeanMetadataImpl.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
BeanMetadataImpl.addProperty(BeanProperty property) |
void |
BeanMetadataImpl.removeProperty(BeanProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
BeanMetadataImpl.setProperties(List<BeanProperty> properties) |
Constructor and Description |
---|
BeanPropertyImpl(BeanProperty source) |
Modifier and Type | Method and Description |
---|---|
List<BeanProperty> |
BeanMetadata.getProperties()
Return the properties for the bean.
|
Copyright © 2016. All rights reserved.