All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AmbiguousPathResolutionException An exception thrown when more the model path specification of more than one resource method matches a given model path specification.AnyModel An pseudo-model type that matches any model single model type in a model path.AnyModelSequence A pseudo-model type that matches any sequence of model types in a path (including an empty sequence).ConfigurableUrlResolver A configurableUrlResolver.GlobMatcher<T> A type-generalized pattern matcher supporting "glob" expressions.JaxRsUrlResolverProvider AUrlResolverProviderdesigned for use in a web application that utilizes JAX-RS in a standardServletContext.JsonViewMessageBodyReader AMessageBodyReaderfor JSON.JsonViewMessageBodyWriter A message body writer for a JSON representation of aView.MapPathTemplateResolver A template resolver that builds a URI from map of parameters.ModelPath An abstraction for a path of model classes.ModelPath.MatchType 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.ModelPathUtil Static utility methods for model paths.PathTemplateResolver An object that resolves placeholders in a path template to produce a path for a resource.ReflectionResourceDiscoveryService A concreteResourceDiscoveryService.ReflectionService A service that provides reflection (introspection) support.ReflectionsReflectionService AReflectionServicethat delegates to theReflectionsutility and the Java Reflection API.ResourceConfigurationException An exception thrown when the annotations applied to the JAX-RS resource for path resolution are incorrectly applied.ResourceDescriptor A descriptor for a resource method.ResourceDescriptorFactory A factory that producesResourceDescriptorobjects.ResourceDescriptorUrlResolver A simpleUrlResolverbacked by a set of resource descriptors.ResourceDiscoveryService A service that discovers JAX-RS resources association model path references with resource path templates.ResourceMethodIntrospector A service that uses introspection to discover and correlate model path reference annotations with JAX-RS resource annotations on a public method in a resource class.ResourceNotFoundException An exception thrown to indicate that the path for a referenced resource could not be resolved because the resource was not found.ResourceTypeIntrospector A service that uses introspection to discover and correlate model path reference annotations with JAX-RS resource annotations on an JAX-RS resource type.ServletContextReflectionService AReflectionServicefor aServletContext.SimpleResourceDescriptorFactory AResourceDescriptorFactorythat creates descriptors using their public constructors.TemplateResolver An annotation that identifies aPathTemplateResolverto be used in resolving the path template for a resource method.TemplateResolverUtils Static utility method for creating a template resolver.UrlResolverInitializingContextListener AServletContextListenerthat initializes theUrlResolverProducer.XmlViewMessageBodyReader AMessageBodyReaderfor XML.XmlViewMessageBodyWriter A message body writer for an XML representation of aView.