class EmptyCachedRepository extends java.lang.Object implements CachedRepository
Modifier and Type | Field and Description |
---|---|
private static java.util.Collection |
EMPTY_COLLECTION |
EMPTY
Constructor and Description |
---|
EmptyCachedRepository() |
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) |
public java.util.Collection getAttributes()
getAttributes
in interface CachedRepository
public java.util.Collection getAttributes(java.lang.reflect.Field f)
getAttributes
in interface CachedRepository
public java.util.Collection getAttributes(java.lang.reflect.Method m)
getAttributes
in interface CachedRepository
public java.util.Collection getParameterAttributes(java.lang.reflect.Constructor c, int parameter)
getParameterAttributes
in interface CachedRepository
public java.util.Collection getParameterAttributes(java.lang.reflect.Method m, int parameter)
getParameterAttributes
in interface CachedRepository
public java.util.Collection getReturnAttributes(java.lang.reflect.Method m)
getReturnAttributes
in interface CachedRepository
public java.util.Collection getAttributes(java.lang.reflect.Constructor c)
getAttributes
in interface CachedRepository