Uses of Interface
org.jboss.resteasy.client.core.extractors.EntityExtractorFactory
Packages that use EntityExtractorFactory
Package
Description
JAX-RS specification 1.1 (
})
had no client framework, so Resteasy release 2.x provided one.
invalid @link
{@link <a href="https://jcp.org/en/jsr/detail?id=311">https://jcp.org/en/jsr/detail?id=311</a>
-
Uses of EntityExtractorFactory in org.jboss.resteasy.client
Fields in org.jboss.resteasy.client declared as EntityExtractorFactoryModifier and TypeFieldDescriptionprivate EntityExtractorFactory
ProxyBuilder.extractorFactory
Deprecated.private final EntityExtractorFactory
ProxyConfig.extractorFactory
Deprecated.Methods in org.jboss.resteasy.client that return EntityExtractorFactoryMethods in org.jboss.resteasy.client with parameters of type EntityExtractorFactoryModifier and TypeMethodDescriptionstatic <T> T
ProxyFactory.create
(Class<T> clazz, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory) Deprecated.static <T> T
ProxyFactory.create
(Class<T> clazz, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory, Map<String, Object> requestAttributes) Deprecated.static <T> ClientInvoker
ProxyFactory.createClientInvoker
(Class<T> clazz, Method method, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory) Deprecated.static <T> ClientInvoker
ProxyFactory.createClientInvoker
(Class<T> clazz, Method method, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory, Map<String, Object> requestAttributes) Deprecated.ProxyBuilder.extractorFactory
(EntityExtractorFactory fact) Deprecated.Constructors in org.jboss.resteasy.client with parameters of type EntityExtractorFactoryModifierConstructorDescriptionProxyConfig
(ClassLoader loader, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory, Map<String, Object> requestAttributes, javax.ws.rs.core.MediaType serverConsumes, javax.ws.rs.core.MediaType serverProduces) Deprecated. -
Uses of EntityExtractorFactory in org.jboss.resteasy.client.core
Fields in org.jboss.resteasy.client.core declared as EntityExtractorFactoryConstructors in org.jboss.resteasy.client.core with parameters of type EntityExtractorFactoryModifierConstructorDescriptionClientInvoker
(URI baseUri, Class declaring, Method method, ResteasyProviderFactory providerFactory, ClientExecutor executor, EntityExtractorFactory extractorFactory) -
Uses of EntityExtractorFactory in org.jboss.resteasy.client.core.extractors
Classes in org.jboss.resteasy.client.core.extractors that implement EntityExtractorFactoryModifier and TypeClassDescriptionclass
class
This class represents the method level creation of a "rich response object" that has the @ResponseObject annotation.Fields in org.jboss.resteasy.client.core.extractors declared as EntityExtractorFactoryModifier and TypeFieldDescriptionprivate EntityExtractorFactory
ClientRequestContext.extractorFactory
Methods in org.jboss.resteasy.client.core.extractors that return EntityExtractorFactoryConstructors in org.jboss.resteasy.client.core.extractors with parameters of type EntityExtractorFactoryModifierConstructorDescriptionClientRequestContext
(ClientRequest request, BaseClientResponse<?> clientResponse, ClientErrorHandler errorHandler, EntityExtractorFactory extractorFactory, URI baseURI) ResponseObjectProxy
(Method method, EntityExtractorFactory extractorFactory)