Uses of Interface
jakarta.ws.rs.client.RxInvokerProvider
Packages that use RxInvokerProvider
Package
Description
-
Uses of RxInvokerProvider in org.jboss.resteasy.client.jaxrs.internal
Classes in org.jboss.resteasy.client.jaxrs.internal that implement RxInvokerProviderMethods in org.jboss.resteasy.client.jaxrs.internal that return RxInvokerProviderModifier and TypeMethodDescription<I extends RxInvoker<?>>
RxInvokerProvider<I>ClientConfiguration.getRxInvokerProvider(Class<I> clazz) 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 -
Uses of RxInvokerProvider in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory with type parameters of type RxInvokerProviderModifier and TypeFieldDescriptionprotected Map<Class<?>,Class<? extends RxInvokerProvider<?>>> ClientHelper.reactiveClassesMethods in org.jboss.resteasy.core.providerfactory that return RxInvokerProviderModifier and TypeMethodDescription<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) ResteasyProviderFactoryDelegate.getRxInvokerProviderFromReactiveClass(Class<?> clazz) ResteasyProviderFactoryImpl.getRxInvokerProviderFromReactiveClass(Class<?> clazz) Methods in org.jboss.resteasy.core.providerfactory that return types with arguments of type RxInvokerProviderModifier and TypeMethodDescriptionMap<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 RxInvokerProviderModifier and TypeMethodDescriptionabstract <I extends RxInvoker>
RxInvokerProvider<I>ResteasyProviderFactory.getRxInvokerProvider(Class<I> clazz) abstract RxInvokerProvider<?>ResteasyProviderFactory.getRxInvokerProviderFromReactiveClass(Class<?> clazz)