public class Annotations extends org.springframework.util.ReflectionUtils
org.springframework.util.ReflectionUtils.FieldCallback, org.springframework.util.ReflectionUtils.FieldFilter, org.springframework.util.ReflectionUtils.MethodCallback, org.springframework.util.ReflectionUtils.MethodFilter| Constructor and Description |
|---|
Annotations() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Annotation> |
get(Class<?> type,
Class<T> annotationClass) |
static <T extends Annotation> |
get(Field field,
Class<T> annotationClass) |
declaresException, doWithFields, doWithFields, doWithMethods, doWithMethods, findField, findField, findMethod, findMethod, getAllDeclaredMethods, getField, getUniqueDeclaredMethods, handleInvocationTargetException, handleReflectionException, invokeJdbcMethod, invokeJdbcMethod, invokeMethod, invokeMethod, isCglibRenamedMethod, isEqualsMethod, isHashCodeMethod, isObjectMethod, isPublicStaticFinal, isToStringMethod, makeAccessible, makeAccessible, makeAccessible, rethrowException, rethrowRuntimeException, setField, shallowCopyFieldStatepublic Annotations()
public static <T extends Annotation> com.google.common.base.Optional<T> get(Class<?> type, Class<T> annotationClass)
public static <T extends Annotation> com.google.common.base.Optional<T> get(Field field, Class<T> annotationClass)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.