Package org.soulwing.prospecto.jaxrs.api
-
Interface Summary Interface Description PathTemplateResolver An object that resolves placeholders in a path template to produce a path for a resource. -
Class Summary Class Description MapPathTemplateResolver A template resolver that builds a URI from map of parameters.UrlResolverInitializingContextListener AServletContextListenerthat initializes theUrlResolverProducer. -
Exception Summary Exception Description AmbiguousPathResolutionException An exception thrown when more the model path specification of more than one resource method matches a given model path specification. -
Annotation Types Summary Annotation Type Description ModelPathSpec An annotation that identifies a sequence of model classes that collectively refer to a given resource.ModelPathSpecs An annotation that acts as a container forModelPathSpecannotations.TemplateResolver An annotation that identifies aPathTemplateResolverto be used in resolving the path template for a resource method.