Class ServletContextReflectionService
- java.lang.Object
-
- org.soulwing.prospecto.jaxrs.runtime.discovery.ReflectionsReflectionService
-
- org.soulwing.prospecto.jaxrs.runtime.discovery.ServletContextReflectionService
-
- All Implemented Interfaces:
ReflectionService
public class ServletContextReflectionService extends ReflectionsReflectionService
AReflectionServicefor aServletContext.- Author:
- Carl Harris
-
-
Constructor Summary
Constructors Constructor Description ServletContextReflectionService(javax.servlet.ServletContext servletContext)
-
Method Summary
-
Methods inherited from class org.soulwing.prospecto.jaxrs.runtime.discovery.ReflectionsReflectionService
getAnnotation, getAnnotation, getMethods, getReturnType, getSubTypesOf, getTypesAnnotatedWith, isAbstractType
-
-