Uses of Interface
org.soulwing.prospecto.jaxrs.runtime.ReflectionService
-
Packages that use ReflectionService Package Description org.soulwing.prospecto.jaxrs.runtime Resource location resolver APIorg.soulwing.prospecto.jaxrs.runtime.discovery -
-
Uses of ReflectionService in org.soulwing.prospecto.jaxrs.runtime
Methods in org.soulwing.prospecto.jaxrs.runtime with parameters of type ReflectionService Modifier and Type Method Description Collection<ResourceDescriptor>ResourceDiscoveryService. discoverResources(String applicationPath, ReflectionService reflectionService)Discovers JAX-RS resources, adding appropriate descriptors to the given configurable resolver. -
Uses of ReflectionService in org.soulwing.prospecto.jaxrs.runtime.discovery
Classes in org.soulwing.prospecto.jaxrs.runtime.discovery that implement ReflectionService Modifier and Type Class Description classReflectionsReflectionServiceAReflectionServicethat delegates to theReflectionsutility and the Java Reflection API.classServletContextReflectionServiceAReflectionServicefor aServletContext.Methods in org.soulwing.prospecto.jaxrs.runtime.discovery with parameters of type ReflectionService Modifier and Type Method Description Collection<ResourceDescriptor>ResourceMethodIntrospector. describe(Method method, String resourcePath, ModelPath modelPath, TemplateResolver templateResolver, ReflectionService reflectionService, ResourceTypeIntrospector typeIntrospector)Describes the specified JAX-RS resource to the given resolver.Collection<ResourceDescriptor>ResourceTypeIntrospector. describe(Class<?> type, String resourcePath, ModelPath modelPath, TemplateResolver templateResolver, ReflectionService reflectionService)Describes the specified JAX-RS resource.Collection<ResourceDescriptor>ReflectionResourceDiscoveryService. discoverResources(String applicationPath, ReflectionService reflectionService)
-