org.apache.commons.attributes
Interface CachedRepository
- All Known Implementing Classes:
- DefaultCachedRepository, EmptyCachedRepository
interface CachedRepository
An attribute repository cache. Used internally to speed up operation.
All collections returned should be unmodifiable.
- Since:
- 2.1
EMPTY
static final CachedRepository EMPTY
getAttributes
java.util.Collection getAttributes()
getAttributes
java.util.Collection getAttributes(java.lang.reflect.Field f)
getAttributes
java.util.Collection getAttributes(java.lang.reflect.Method m)
getParameterAttributes
java.util.Collection getParameterAttributes(java.lang.reflect.Method m,
int parameter)
getParameterAttributes
java.util.Collection getParameterAttributes(java.lang.reflect.Constructor c,
int parameter)
getReturnAttributes
java.util.Collection getReturnAttributes(java.lang.reflect.Method m)
getAttributes
java.util.Collection getAttributes(java.lang.reflect.Constructor c)