Class ClassIntrospector
- java.lang.Object
-
- org.apache.aries.jax.rs.whiteboard.internal.introspection.ClassIntrospector
-
public class ClassIntrospector extends Object
-
-
Constructor Summary
Constructors Constructor Description ClassIntrospector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<org.osgi.service.jaxrs.runtime.dto.ResourceMethodInfoDTO>
getResourceMethodInfos(Class<?> clazz, org.apache.cxf.Bus bus)
-
-
-
Method Detail
-
getResourceMethodInfos
public static Collection<org.osgi.service.jaxrs.runtime.dto.ResourceMethodInfoDTO> getResourceMethodInfos(Class<?> clazz, org.apache.cxf.Bus bus)
-
-