org.apache.cocoon.util
Class ReflectionUtils
java.lang.Object
org.apache.cocoon.util.ReflectionUtils
public final class ReflectionUtils
- extends Object
- Version:
- $Id: ReflectionUtils.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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-2010 The Apache Software Foundation. All Rights Reserved.