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