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.extMethods in jakarta.ws.rs.ext with parameters of type Application Modifier and Type Method Description abstract <T> TRuntimeDelegate. createEndpoint(Application application, Class<T> endpointType)Create a configured instance of the supplied endpoint type.