Class RuntimeDelegateImpl
java.lang.Object
jakarta.ws.rs.ext.RuntimeDelegate
org.glassfish.jersey.internal.AbstractRuntimeDelegate
org.glassfish.jersey.server.internal.RuntimeDelegateImpl
Server-side implementation of JAX-RS
RuntimeDelegate.
This overrides the default implementation of
RuntimeDelegate from jersey-common which does not
implement
createEndpoint(jakarta.ws.rs.core.Application, java.lang.Class)
method.- Author:
- Jakub Podlesak, Marek Potociar, Martin Matula
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.ws.rs.ext.RuntimeDelegate
RuntimeDelegate.HeaderDelegate<T extends Object> -
Field Summary
Fields inherited from class jakarta.ws.rs.ext.RuntimeDelegate
JAXRS_RUNTIME_DELEGATE_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbootstrap(Application application, SeBootstrap.Configuration configuration) bootstrap(Class<? extends Application> applicationClass, SeBootstrap.Configuration configuration) <T> TcreateEndpoint(Application application, Class<T> endpointType) Methods inherited from class org.glassfish.jersey.internal.AbstractRuntimeDelegate
createEntityPartBuilder, createHeaderDelegate, createLinkBuilder, createResponseBuilder, createUriBuilder, createVariantListBuilderMethods inherited from class jakarta.ws.rs.ext.RuntimeDelegate
getInstance, setInstance
-
Constructor Details
-
RuntimeDelegateImpl
public RuntimeDelegateImpl()
-
-
Method Details
-
createEndpoint
public <T> T createEndpoint(Application application, Class<T> endpointType) throws IllegalArgumentException, UnsupportedOperationException - Specified by:
createEndpointin classRuntimeDelegate- Throws:
IllegalArgumentExceptionUnsupportedOperationException
-
createConfigurationBuilder
- Specified by:
createConfigurationBuilderin classRuntimeDelegate
-
bootstrap
public CompletableFuture<SeBootstrap.Instance> bootstrap(Application application, SeBootstrap.Configuration configuration) - Specified by:
bootstrapin classRuntimeDelegate
-
bootstrap
public CompletableFuture<SeBootstrap.Instance> bootstrap(Class<? extends Application> applicationClass, SeBootstrap.Configuration configuration) - Specified by:
bootstrapin classRuntimeDelegate
-