|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.go.trove.util.CompleteIntrospector
A JavaBean Introspector that ensures interface properties are properly discovered.
| Constructor Summary | |
CompleteIntrospector()
|
|
| Method Summary | |
static java.util.Map |
getAllProperties(java.lang.Class clazz)
A function that returns a Map of all the available properties on a given class including write-only properties. |
static void |
main(java.lang.String[] args)
Test program. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CompleteIntrospector()
| Method Detail |
public static void main(java.lang.String[] args)
throws java.lang.Exception
public static java.util.Map getAllProperties(java.lang.Class clazz)
throws java.beans.IntrospectionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||