Uses of Interface
com.googlecode.ehcache.annotations.key.ReflectionHelper

Packages that use ReflectionHelper
com.googlecode.ehcache.annotations.impl   
com.googlecode.ehcache.annotations.key   
 

Uses of ReflectionHelper in com.googlecode.ehcache.annotations.impl
 

Methods in com.googlecode.ehcache.annotations.impl with parameters of type ReflectionHelper
 void CacheAttributeSourceImpl.setReflectionHelper(ReflectionHelper reflectionHelper)
           
 

Uses of ReflectionHelper in com.googlecode.ehcache.annotations.key
 

Classes in com.googlecode.ehcache.annotations.key that implement ReflectionHelper
 class CachingReflectionHelper
          ReflectionHelper that uses a cache to track reflection operations.
 class SimpleReflectionHelper
          Basic implementation of ReflectionHelper that determines which methods an object implements.
 

Methods in com.googlecode.ehcache.annotations.key that return ReflectionHelper
 ReflectionHelper AbstractDeepCacheKeyGenerator.getReflectionHelper()
           
 

Methods in com.googlecode.ehcache.annotations.key with parameters of type ReflectionHelper
 void SpELCacheKeyGenerator.setReflectionHelper(ReflectionHelper reflectionHelper)
           
 void ReflectionHelperAware.setReflectionHelper(ReflectionHelper reflectionHelper)
           
 void AbstractDeepCacheKeyGenerator.setReflectionHelper(ReflectionHelper reflectionHelper)
           
 



Copyright © 2011. All Rights Reserved.