Uses of Class
org.soulwing.prospecto.jaxrs.runtime.ResourceConfigurationException
-
Packages that use ResourceConfigurationException Package Description org.soulwing.prospecto.jaxrs.runtime Resource location resolver APIorg.soulwing.prospecto.jaxrs.runtime.discovery org.soulwing.prospecto.jaxrs.runtime.resolver -
-
Uses of ResourceConfigurationException in org.soulwing.prospecto.jaxrs.runtime
Methods in org.soulwing.prospecto.jaxrs.runtime that throw ResourceConfigurationException 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 ResourceConfigurationException in org.soulwing.prospecto.jaxrs.runtime.discovery
Methods in org.soulwing.prospecto.jaxrs.runtime.discovery that throw ResourceConfigurationException 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)static PathTemplateResolverTemplateResolverUtils. newResolver(Class<? extends PathTemplateResolver> resolverClass) -
Uses of ResourceConfigurationException in org.soulwing.prospecto.jaxrs.runtime.resolver
Methods in org.soulwing.prospecto.jaxrs.runtime.resolver that throw ResourceConfigurationException Modifier and Type Method Description voidConfigurableUrlResolver. validate()Validates the configuration of this resolver.voidResourceDescriptorUrlResolver. validate()Validates the configuration of this resolver.
-