org.apache.jdo.impl.model.java.reflection
Class ReflectionJavaTypeIntrospector

java.lang.Object
  extended byorg.apache.jdo.impl.model.java.reflection.ReflectionJavaTypeIntrospector

public class ReflectionJavaTypeIntrospector
extends java.lang.Object

Helper class to introspect a ReflectionJavaType representing a class to find its properties.

Since:
JDO 2.0
Author:
Michael Bouschen

Constructor Summary
ReflectionJavaTypeIntrospector()
           
 
Method Summary
 void addDeclaredJavaProperties(ReflectionJavaType beanClass)
          Adds declared properties to the specified ReflectionJavaType instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionJavaTypeIntrospector

public ReflectionJavaTypeIntrospector()
Method Detail

addDeclaredJavaProperties

public void addDeclaredJavaProperties(ReflectionJavaType beanClass)
Adds declared properties to the specified ReflectionJavaType instance.

Parameters:
beanClass - the class to be introspected


Copyright © 2005 Apache Software Foundation. All Rights Reserved.