Uses of Interface
org.soulwing.prospecto.jaxrs.runtime.ResourceDescriptor
-
Packages that use ResourceDescriptor Package Description org.soulwing.prospecto.jaxrs.api org.soulwing.prospecto.jaxrs.runtime Resource location resolver APIorg.soulwing.prospecto.jaxrs.runtime.discovery org.soulwing.prospecto.jaxrs.runtime.resolver -
-
Uses of ResourceDescriptor in org.soulwing.prospecto.jaxrs.api
Constructor parameters in org.soulwing.prospecto.jaxrs.api with type arguments of type ResourceDescriptor Constructor Description AmbiguousPathResolutionException(ModelPath modelPath, List<ResourceDescriptor> methodDescriptors) -
Uses of ResourceDescriptor in org.soulwing.prospecto.jaxrs.runtime
Methods in org.soulwing.prospecto.jaxrs.runtime that return types with arguments of type ResourceDescriptor 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 ResourceDescriptor in org.soulwing.prospecto.jaxrs.runtime.discovery
Methods in org.soulwing.prospecto.jaxrs.runtime.discovery that return ResourceDescriptor Modifier and Type Method Description ResourceDescriptorResourceDescriptorFactory. newDescriptor(Class<?> type, String resourcePath, ModelPath modelPath, PathTemplateResolver templateResolver)ResourceDescriptorResourceDescriptorFactory. newDescriptor(Method method, String resourcePath, ModelPath modelPath, PathTemplateResolver templateResolver)ResourceDescriptorSimpleResourceDescriptorFactory. newDescriptor(Class<?> type, String resourcePath, ModelPath modelPath, PathTemplateResolver templateResolver)ResourceDescriptorSimpleResourceDescriptorFactory. newDescriptor(Method method, String resourcePath, ModelPath modelPath, PathTemplateResolver templateResolver)Methods in org.soulwing.prospecto.jaxrs.runtime.discovery that return types with arguments of type ResourceDescriptor 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) -
Uses of ResourceDescriptor in org.soulwing.prospecto.jaxrs.runtime.resolver
Methods in org.soulwing.prospecto.jaxrs.runtime.resolver with parameters of type ResourceDescriptor Modifier and Type Method Description voidResourceDescriptorUrlResolver. addDescriptor(ResourceDescriptor descriptor)Method parameters in org.soulwing.prospecto.jaxrs.runtime.resolver with type arguments of type ResourceDescriptor Modifier and Type Method Description voidConfigurableUrlResolver. addAll(Collection<ResourceDescriptor> descriptors)Adds resource descriptors to the resolver.voidResourceDescriptorUrlResolver. addAll(Collection<ResourceDescriptor> descriptors)Adds resource descriptors to the resolver.
-