Package org.apache.cxf.jaxrs.utils
Class AnnotationUtils
java.lang.Object
org.apache.cxf.jaxrs.utils.AnnotationUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic MethodgetAnnotatedMethod(Class<?> serviceClass, Method m) static <T> TgetAnnotation(Annotation[] anns, Class<T> type) static Stringstatic intgetBindingPriority(Class<?> providerCls) static <A extends Annotation>
AgetClassAnnotation(Class<?> c, Class<A> aClass) static StringgetDefaultParameterValue(Annotation[] anns) static StringgetInstanceNameBindings(org.apache.cxf.Bus bus, Object obj) static <A extends Annotation>
AgetMethodAnnotation(Method m, Class<A> aClass) getNameBindings(Annotation[] targetAnns) getNameBindings(org.apache.cxf.Bus bus, Class<?> clazz) static booleanstatic booleanisParamAnnotationClass(Class<?> annotationClass) static booleanisValidParamAnnotationClass(Class<?> annotationClass) static booleanisValidParamAnnotations(Annotation[] paramAnnotations)
-
Method Details
-
getBindingPriority
-
getInstanceNameBindings
-
getNameBindings
-
getNameBindings
-
isParamAnnotationClass
-
isValidParamAnnotationClass
-
isValidParamAnnotations
-
isMethodAnnotation
-
getAnnotationValue
-
getAnnotation
-
getAnnotatedMethod
-
getHttpMethodValue
-
getMethodAnnotation
-
getClassAnnotation
-
getDefaultParameterValue
-