public final class WrapperUtil extends Object
Modifier and Type | Method and Description |
---|---|
static List<Annotation> |
getJaxbAnnotations(Method method) |
static List<Annotation> |
getJaxbAnnotations(Method method,
int idx) |
static boolean |
isWrapperClassExists(Method method) |
public static boolean isWrapperClassExists(Method method)
public static List<Annotation> getJaxbAnnotations(Method method)
public static List<Annotation> getJaxbAnnotations(Method method, int idx)
Apache CXF