|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.spicefactory.lib.reflect.Bean
public class Bean
Represents a target bean and provides information on its properties.
Bean instances will be created through ReflectionFactory instances.
| Method Summary | |
|---|---|
Map<String,Property> |
getProperties()
Returns a Map of all Properties of this Bean. |
Property |
getProperty(String name)
Returns the Property instance for the given property name. |
Map<String,Property> |
getReadableProperties()
Returns a Map containing all readable properties of this Bean. |
Class<?> |
getType()
Returns the class of the bean. |
Map<String,Property> |
getWritableProperties()
Returns a Map containing all writable properties of this Bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Class<?> getType()
public Property getProperty(String name)
name - the name of the bean property
public Map<String,Property> getProperties()
public Map<String,Property> getReadableProperties()
public Map<String,Property> getWritableProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||