org.apache.cxf.tools.util
Class AnnotationUtil
java.lang.Object
org.apache.cxf.tools.util.AnnotationUtil
public final class AnnotationUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPrivClassAnnotation
public static <T extends Annotation> T getPrivClassAnnotation(Class<?> clazz,
Class<T> anoClass)
getPrivMethodAnnotation
public static <T extends Annotation> T getPrivMethodAnnotation(Method method,
Class<T> anoClass)
getPrivParameterAnnotations
public static Annotation[][] getPrivParameterAnnotations(Method method)
getClassLoader
public static URLClassLoader getClassLoader(ClassLoader parent)
loadClass
public static Class<?> loadClass(String className,
ClassLoader parent)
getWebParam
public static WebParam getWebParam(Method method,
String paraName)
getWebResult
public static WebResult getWebResult(Method method)
Apache CXF