org.apache.commons.clazz.reflect
Interface ReflectedPropertyIntrospector

All Known Implementing Classes:
ReflectedPropertyIntrospectorSupport

public interface ReflectedPropertyIntrospector

Performs introspection for one kind of property - scalar, indexed, mapped, etc. In the process of introspection ReflectedClazz invokes ReflectedPropertyIntrospectors one after another, discovering properties of one kind at a time.

Version:
$Id: ReflectedPropertyIntrospector.java,v 1.6 2004/02/19 23:58:37 scolebourne Exp $
Author:
Dmitri Plotnikov

Method Summary
 List introspectProperties(ReflectedClazz clazz, Class javaClass)
          Find methods and fields constituting properties of the corresponding kind.
 

Method Detail

introspectProperties

public List introspectProperties(ReflectedClazz clazz,
                                 Class javaClass)
Find methods and fields constituting properties of the corresponding kind. Create ClazzProperty objects and return them as a list. The clazz may already have been populated with properties created by other methods.



Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.