Uses of Interface
jakarta.ws.rs.client.RxInvokerProvider
-
Packages that use RxInvokerProvider Package Description org.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.client.jaxrs.internal.proxy org.jboss.resteasy.core.providerfactory org.jboss.resteasy.spi -
-
Uses of RxInvokerProvider in org.jboss.resteasy.client.jaxrs.internal
Classes in org.jboss.resteasy.client.jaxrs.internal that implement RxInvokerProvider Modifier and Type Class Description classCompletionStageRxInvokerProviderMethods in org.jboss.resteasy.client.jaxrs.internal that return RxInvokerProvider Modifier and Type Method Description <I extends RxInvoker<?>>
RxInvokerProvider<I>ClientConfiguration. getRxInvokerProvider(Class<I> clazz)RxInvokerProvider<?>ClientConfiguration. getRxInvokerProviderFromReactiveClass(Class<?> clazz) -
Uses of RxInvokerProvider in org.jboss.resteasy.client.jaxrs.internal.proxy
Fields in org.jboss.resteasy.client.jaxrs.internal.proxy declared as RxInvokerProvider Modifier and Type Field Description protected RxInvokerProvider<?>ClientInvoker. rxInvokerProvider -
Uses of RxInvokerProvider in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory with type parameters of type RxInvokerProvider Modifier and Type Field Description protected Map<Class<?>,Class<? extends RxInvokerProvider<?>>>ClientHelper. reactiveClassesMethods in org.jboss.resteasy.core.providerfactory that return RxInvokerProvider Modifier and Type Method Description <I extends RxInvoker>
RxInvokerProvider<I>ResteasyProviderFactoryDelegate. getRxInvokerProvider(Class<I> clazz)<I extends RxInvoker>
RxInvokerProvider<I>ResteasyProviderFactoryImpl. getRxInvokerProvider(Class<I> clazz)protected RxInvokerProvider<?>ClientHelper. getRxInvokerProviderFromReactiveClass(Class<?> clazz)protected RxInvokerProvider<?>NOOPClientHelper. getRxInvokerProviderFromReactiveClass(Class<?> clazz)RxInvokerProvider<?>ResteasyProviderFactoryDelegate. getRxInvokerProviderFromReactiveClass(Class<?> clazz)RxInvokerProvider<?>ResteasyProviderFactoryImpl. getRxInvokerProviderFromReactiveClass(Class<?> clazz)Methods in org.jboss.resteasy.core.providerfactory that return types with arguments of type RxInvokerProvider Modifier and Type Method Description Map<Class<?>,Class<? extends RxInvokerProvider<?>>>ClientHelper. getReactiveClasses()Map<Class<?>,Class<? extends RxInvokerProvider<?>>>NOOPClientHelper. getReactiveClasses()protected Map<Class<?>,Class<? extends RxInvokerProvider<?>>>ClientHelper. getReactiveClassesForWrite()protected Map<Class<?>,Class<? extends RxInvokerProvider<?>>>NOOPClientHelper. getReactiveClassesForWrite() -
Uses of RxInvokerProvider in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return RxInvokerProvider Modifier and Type Method Description abstract <I extends RxInvoker>
RxInvokerProvider<I>ResteasyProviderFactory. getRxInvokerProvider(Class<I> clazz)abstract RxInvokerProvider<?>ResteasyProviderFactory. getRxInvokerProviderFromReactiveClass(Class<?> clazz)
-