Package org.soulwing.prospecto.jaxrs.runtime.discovery
-
Interface Summary Interface Description ResourceDescriptorFactory A factory that producesResourceDescriptorobjects.ResourceMethodIntrospector A service that uses introspection to discover and correlate model path reference annotations with JAX-RS resource annotations on a public method in a resource class.ResourceTypeIntrospector A service that uses introspection to discover and correlate model path reference annotations with JAX-RS resource annotations on an JAX-RS resource type. -
Class Summary Class Description ReflectionResourceDiscoveryService A concreteResourceDiscoveryService.ReflectionsReflectionService AReflectionServicethat delegates to theReflectionsutility and the Java Reflection API.ServletContextReflectionService AReflectionServicefor aServletContext.SimpleResourceDescriptorFactory AResourceDescriptorFactorythat creates descriptors using their public constructors.TemplateResolverUtils Static utility method for creating a template resolver.