Uses of Interface
org.soulwing.prospecto.jaxrs.runtime.discovery.ResourceTypeIntrospector
-
Packages that use ResourceTypeIntrospector Package Description org.soulwing.prospecto.jaxrs.runtime.discovery -
-
Uses of ResourceTypeIntrospector in org.soulwing.prospecto.jaxrs.runtime.discovery
Methods in org.soulwing.prospecto.jaxrs.runtime.discovery with parameters of type ResourceTypeIntrospector 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.
-