Uses of Interface
jakarta.ws.rs.client.RxInvoker
Packages that use RxInvoker
Package
Description
The JAX-RS client API
-
Uses of RxInvoker in jakarta.ws.rs.client
Classes in jakarta.ws.rs.client with type parameters of type RxInvokerModifier and TypeInterfaceDescriptioninterfaceRxInvokerProvider<T extends RxInvoker>RxInvokerprovider.Subinterfaces of RxInvoker in jakarta.ws.rs.clientMethods in jakarta.ws.rs.client with type parameters of type RxInvoker -
Uses of RxInvoker in org.jboss.resteasy.client.jaxrs
Subinterfaces of RxInvoker in org.jboss.resteasy.client.jaxrs -
Uses of RxInvoker in org.jboss.resteasy.client.jaxrs.internal
Classes in org.jboss.resteasy.client.jaxrs.internal that implement RxInvokerMethods in org.jboss.resteasy.client.jaxrs.internal with type parameters of type RxInvokerModifier and TypeMethodDescription<I extends RxInvoker<?>>
RxInvokerProvider<I>ClientConfiguration.getRxInvokerProvider(Class<I> clazz) <T extends RxInvoker>
T -
Uses of RxInvoker in org.jboss.resteasy.core.providerfactory
Methods in org.jboss.resteasy.core.providerfactory with type parameters of type RxInvokerModifier and TypeMethodDescription<I extends RxInvoker>
RxInvokerProvider<I>ResteasyProviderFactoryDelegate.getRxInvokerProvider(Class<I> clazz) <I extends RxInvoker>
RxInvokerProvider<I>ResteasyProviderFactoryImpl.getRxInvokerProvider(Class<I> clazz) -
Uses of RxInvoker in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi with type parameters of type RxInvokerModifier and TypeMethodDescriptionabstract <I extends RxInvoker>
RxInvokerProvider<I>ResteasyProviderFactory.getRxInvokerProvider(Class<I> clazz)