org.jboss.cache.util.reflect
Class CachedMethod

java.lang.Object
  extended by org.jboss.cache.util.reflect.CachedMethod

public class CachedMethod
extends Object

A cached Method object, so that calls to getParameterTypes, getAnnotations, etc are cached.

Since:
2.1.0
Author:
Manik Surtani (manik@jboss.org)

Constructor Summary
CachedMethod(Method method)
           
 
Method Summary
 Method getMethod()
           
 Annotation[][] getParameterAnnotations()
           
 Class[] getParameterTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedMethod

public CachedMethod(Method method)
Method Detail

getMethod

public Method getMethod()

getParameterTypes

public Class[] getParameterTypes()

getParameterAnnotations

public Annotation[][] getParameterAnnotations()


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.