org.apache.cocoon.util
Class ReflectionUtils

java.lang.Object
  extended by org.apache.cocoon.util.ReflectionUtils

public final class ReflectionUtils
extends Object

Version:
$Id: ReflectionUtils.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Nested Class Summary
static interface ReflectionUtils.Indexer
           
static interface ReflectionUtils.Matcher
           
 
Constructor Summary
ReflectionUtils()
           
 
Method Summary
static Map discoverFields(Class pClazz)
           
static Map discoverFields(Class pClazz, ReflectionUtils.Matcher pMatcher)
           
static Map discoverFields(Class pClazz, ReflectionUtils.Matcher pMatcher, ReflectionUtils.Indexer pIndexer)
           
static Map discoverMethods(Class pClazz)
           
static Map discoverMethods(Class pClazz, ReflectionUtils.Matcher pMatcher)
           
static Map discoverMethods(Class pClazz, ReflectionUtils.Matcher pMatcher, ReflectionUtils.Indexer pIndexer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtils

public ReflectionUtils()
Method Detail

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.