|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Introspector
Converts a Java bean to a set of String-to-Object mappings by enumerating all get* and is* methods on the bean.
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties(java.lang.Object bean)
Return the properties of the bean as property names mapped to property value Objects. |
Method Detail |
---|
java.util.Map<java.lang.String,java.lang.Object> getProperties(java.lang.Object bean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |