interface CachedRepository
Modifier and Type | Field and Description |
---|---|
static CachedRepository |
EMPTY |
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
getAttributes() |
java.util.Collection |
getAttributes(java.lang.reflect.Constructor c) |
java.util.Collection |
getAttributes(java.lang.reflect.Field f) |
java.util.Collection |
getAttributes(java.lang.reflect.Method m) |
java.util.Collection |
getParameterAttributes(java.lang.reflect.Constructor c,
int parameter) |
java.util.Collection |
getParameterAttributes(java.lang.reflect.Method m,
int parameter) |
java.util.Collection |
getReturnAttributes(java.lang.reflect.Method m) |
static final CachedRepository EMPTY
java.util.Collection getAttributes()
java.util.Collection getAttributes(java.lang.reflect.Field f)
java.util.Collection getAttributes(java.lang.reflect.Method m)
java.util.Collection getParameterAttributes(java.lang.reflect.Method m, int parameter)
java.util.Collection getParameterAttributes(java.lang.reflect.Constructor c, int parameter)
java.util.Collection getReturnAttributes(java.lang.reflect.Method m)
java.util.Collection getAttributes(java.lang.reflect.Constructor c)