org.apache.commons.clazz.reflect
Interface ReflectedOperationIntrospector
- All Known Implementing Classes:
- ReflectedMethodOperationIntrospector
- public interface ReflectedOperationIntrospector
Performs introspection for one kind of operations. In the process of
introspection ReflectedClazz invokes ReflectedOperationIntrospectors one
after another, discovering operations of one kind at a time.
- Version:
- $Id: ReflectedOperationIntrospector.java,v 1.4 2004/02/19 23:58:37 scolebourne Exp $
- Author:
- Dmitri Plotnikov
introspectOperations
public List introspectOperations(ReflectedClazz clazz,
Class javaClass)
- Find methods (and perhaps fields) constituting operations. Create
ClazzOperation objects and return them as a list.
Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.