|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanProperty | |
|---|---|
| org.apache.geronimo.blueprint.container | |
| org.apache.geronimo.blueprint.mutable | |
| org.apache.geronimo.blueprint.reflect | |
| org.osgi.service.blueprint.reflect | Blueprint Reflection Package Version 1.0. |
| Uses of BeanProperty in org.apache.geronimo.blueprint.container |
|---|
| Methods in org.apache.geronimo.blueprint.container that return BeanProperty | |
|---|---|
BeanProperty |
Parser.parseBeanProperty(ComponentMetadata enclosingComponent,
Element element)
|
| Uses of BeanProperty in org.apache.geronimo.blueprint.mutable |
|---|
| Subinterfaces of BeanProperty in org.apache.geronimo.blueprint.mutable | |
|---|---|
interface |
MutableBeanProperty
A mutable version of the BeanProperty that allows modifications. |
| Methods in org.apache.geronimo.blueprint.mutable that return BeanProperty | |
|---|---|
BeanProperty |
MutableBeanMetadata.addProperty(String name,
Metadata value)
|
| Methods in org.apache.geronimo.blueprint.mutable with parameters of type BeanProperty | |
|---|---|
void |
MutableBeanMetadata.addProperty(BeanProperty property)
|
void |
MutableBeanMetadata.removeProperty(BeanProperty property)
|
| Uses of BeanProperty in org.apache.geronimo.blueprint.reflect |
|---|
| Classes in org.apache.geronimo.blueprint.reflect that implement BeanProperty | |
|---|---|
class |
BeanPropertyImpl
Implementation of BeanProperty |
| Methods in org.apache.geronimo.blueprint.reflect that return BeanProperty | |
|---|---|
BeanProperty |
BeanMetadataImpl.addProperty(String name,
Metadata value)
|
| Methods in org.apache.geronimo.blueprint.reflect that return types with arguments of type BeanProperty | |
|---|---|
List<BeanProperty> |
BeanMetadataImpl.getProperties()
|
| Methods in org.apache.geronimo.blueprint.reflect with parameters of type BeanProperty | |
|---|---|
void |
BeanMetadataImpl.addProperty(BeanProperty property)
|
void |
BeanMetadataImpl.removeProperty(BeanProperty property)
|
| Method parameters in org.apache.geronimo.blueprint.reflect with type arguments of type BeanProperty | |
|---|---|
void |
BeanMetadataImpl.setProperties(List<BeanProperty> properties)
|
| Constructors in org.apache.geronimo.blueprint.reflect with parameters of type BeanProperty | |
|---|---|
BeanPropertyImpl(BeanProperty source)
|
|
| Uses of BeanProperty in org.osgi.service.blueprint.reflect |
|---|
| Methods in org.osgi.service.blueprint.reflect that return types with arguments of type BeanProperty | |
|---|---|
List<BeanProperty> |
BeanMetadata.getProperties()
Return the properties for the bean. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||