|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector
Helper class to introspect a ReflectionJavaType representing a class to find its properties.
Nested Class Summary | |
(package private) static class |
ReflectionJavaTypeIntrospector.PropertyStore
Helper class to introspect a class in order to find properties. |
Field Summary | |
private static I18NHelper |
msg
I18N support |
Constructor Summary | |
ReflectionJavaTypeIntrospector()
|
Method Summary | |
void |
addDeclaredJavaProperties(ReflectionJavaType beanClass)
Adds declared properties to the specified ReflectionJavaType instance. |
private java.beans.PropertyDescriptor[] |
getPublicAndProtectedPropertyDescriptors(java.lang.Class clazz)
Returns an array of PropertyDescriptor instances representing the declared public and protected properties of the specified class. |
private java.beans.PropertyDescriptor[] |
getPublicPropertyDescriptors(java.lang.Class clazz)
Returns an array of PropertyDescriptor instances representing the declared public properties of the specified class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final I18NHelper msg
Constructor Detail |
public ReflectionJavaTypeIntrospector()
Method Detail |
public void addDeclaredJavaProperties(ReflectionJavaType beanClass)
beanClass
- the class to be introspectedprivate java.beans.PropertyDescriptor[] getPublicPropertyDescriptors(java.lang.Class clazz)
clazz
- the class to be introspected
private java.beans.PropertyDescriptor[] getPublicAndProtectedPropertyDescriptors(java.lang.Class clazz)
clazz
- the class to be introspected
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |