Class RuntimeDelegateImpl
- java.lang.Object
-
- jakarta.ws.rs.ext.RuntimeDelegate
-
- org.jboss.resteasy.reactive.common.jaxrs.RuntimeDelegateImpl
-
public class RuntimeDelegateImpl extends jakarta.ws.rs.ext.RuntimeDelegate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jakarta.ws.rs.ext.RuntimeDelegate
jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description RuntimeDelegateImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<jakarta.ws.rs.SeBootstrap.Instance>bootstrap(jakarta.ws.rs.core.Application application, jakarta.ws.rs.SeBootstrap.Configuration configuration)CompletionStage<jakarta.ws.rs.SeBootstrap.Instance>bootstrap(Class<? extends jakarta.ws.rs.core.Application> aClass, jakarta.ws.rs.SeBootstrap.Configuration configuration)jakarta.ws.rs.SeBootstrap.Configuration.BuildercreateConfigurationBuilder()<T> TcreateEndpoint(jakarta.ws.rs.core.Application application, Class<T> endpointType)jakarta.ws.rs.core.EntityPart.BuildercreateEntityPartBuilder(String s)<T> jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T>createHeaderDelegate(Class<T> type)jakarta.ws.rs.core.Link.BuildercreateLinkBuilder()jakarta.ws.rs.core.Response.ResponseBuildercreateResponseBuilder()<T> RestResponse.ResponseBuilder<T>createRestResponseBuilder()jakarta.ws.rs.core.UriBuildercreateUriBuilder()jakarta.ws.rs.core.Variant.VariantListBuildercreateVariantListBuilder()
-
-
-
Method Detail
-
createUriBuilder
public jakarta.ws.rs.core.UriBuilder createUriBuilder()
- Specified by:
createUriBuilderin classjakarta.ws.rs.ext.RuntimeDelegate
-
createResponseBuilder
public jakarta.ws.rs.core.Response.ResponseBuilder createResponseBuilder()
- Specified by:
createResponseBuilderin classjakarta.ws.rs.ext.RuntimeDelegate
-
createRestResponseBuilder
public <T> RestResponse.ResponseBuilder<T> createRestResponseBuilder()
-
createVariantListBuilder
public jakarta.ws.rs.core.Variant.VariantListBuilder createVariantListBuilder()
- Specified by:
createVariantListBuilderin classjakarta.ws.rs.ext.RuntimeDelegate
-
createEndpoint
public <T> T createEndpoint(jakarta.ws.rs.core.Application application, Class<T> endpointType) throws IllegalArgumentException, UnsupportedOperationException- Specified by:
createEndpointin classjakarta.ws.rs.ext.RuntimeDelegate- Throws:
IllegalArgumentExceptionUnsupportedOperationException
-
createHeaderDelegate
public <T> jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T> createHeaderDelegate(Class<T> type) throws IllegalArgumentException
- Specified by:
createHeaderDelegatein classjakarta.ws.rs.ext.RuntimeDelegate- Throws:
IllegalArgumentException
-
createLinkBuilder
public jakarta.ws.rs.core.Link.Builder createLinkBuilder()
- Specified by:
createLinkBuilderin classjakarta.ws.rs.ext.RuntimeDelegate
-
createConfigurationBuilder
public jakarta.ws.rs.SeBootstrap.Configuration.Builder createConfigurationBuilder()
- Specified by:
createConfigurationBuilderin classjakarta.ws.rs.ext.RuntimeDelegate
-
bootstrap
public CompletionStage<jakarta.ws.rs.SeBootstrap.Instance> bootstrap(jakarta.ws.rs.core.Application application, jakarta.ws.rs.SeBootstrap.Configuration configuration)
- Specified by:
bootstrapin classjakarta.ws.rs.ext.RuntimeDelegate
-
bootstrap
public CompletionStage<jakarta.ws.rs.SeBootstrap.Instance> bootstrap(Class<? extends jakarta.ws.rs.core.Application> aClass, jakarta.ws.rs.SeBootstrap.Configuration configuration)
- Specified by:
bootstrapin classjakarta.ws.rs.ext.RuntimeDelegate
-
createEntityPartBuilder
public jakarta.ws.rs.core.EntityPart.Builder createEntityPartBuilder(String s) throws IllegalArgumentException
- Specified by:
createEntityPartBuilderin classjakarta.ws.rs.ext.RuntimeDelegate- Throws:
IllegalArgumentException
-
-