Uses of Class
javax.ws.rs.core.Application
Packages that use Application
Package
Description
APIs that provide extensions to the types supported by the JAX-RS API.
-
Uses of Application in javax.ws.rs.ext
Methods in javax.ws.rs.ext with parameters of type ApplicationModifier and TypeMethodDescriptionabstract <T> T
RuntimeDelegate.createEndpoint
(Application application, Class<T> endpointType) Create a configured instance of the supplied endpoint type.