public class MethodParameterUtil extends Object
| Constructor and Description |
|---|
MethodParameterUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <A extends Annotation> |
getAnnotation(Class<A> annotationType,
org.springframework.core.MethodParameter parameter) |
static boolean |
isAnnotatedWith(Class<? extends Annotation> annotation,
org.springframework.core.MethodParameter param) |
public static boolean isAnnotatedWith(Class<? extends Annotation> annotation, org.springframework.core.MethodParameter param)
public static <A extends Annotation> A getAnnotation(Class<A> annotationType, org.springframework.core.MethodParameter parameter)
Copyright © 2014–2020. All rights reserved.