org.apache.cocoon.util
Class ReflectionUtils
java.lang.Object
org.apache.cocoon.util.ReflectionUtils
public final class ReflectionUtils
- extends Object
- Version:
- $Id: ReflectionUtils.java 433543 2006-08-22 06:22:54Z crossley $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionUtils
public ReflectionUtils()
discoverFields
public static Map discoverFields(Class pClazz,
ReflectionUtils.Matcher pMatcher)
discoverFields
public static Map discoverFields(Class pClazz)
discoverFields
public static Map discoverFields(Class pClazz,
ReflectionUtils.Matcher pMatcher,
ReflectionUtils.Indexer pIndexer)
discoverMethods
public static Map discoverMethods(Class pClazz,
ReflectionUtils.Matcher pMatcher)
discoverMethods
public static Map discoverMethods(Class pClazz)
discoverMethods
public static Map discoverMethods(Class pClazz,
ReflectionUtils.Matcher pMatcher,
ReflectionUtils.Indexer pIndexer)
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.