Uses of Interface
org.jboss.resteasy.client.core.extractors.EntityExtractorFactory
-
Packages that use EntityExtractorFactory Package Description org.jboss.resteasy.client JAX-RS specification 1.1 ({@link https://jcp.org/en/jsr/detail?id=311}) had no client framework, so Resteasy release 2.x provided one.org.jboss.resteasy.client.core org.jboss.resteasy.client.core.extractors -
-
Uses of EntityExtractorFactory in org.jboss.resteasy.client
Fields in org.jboss.resteasy.client declared as EntityExtractorFactory Modifier and Type Field Description private EntityExtractorFactory
ProxyBuilder. extractorFactory
Deprecated.private EntityExtractorFactory
ProxyConfig. extractorFactory
Deprecated.Methods in org.jboss.resteasy.client that return EntityExtractorFactory Modifier and Type Method Description EntityExtractorFactory
ProxyConfig. getExtractorFactory()
Deprecated.Methods in org.jboss.resteasy.client with parameters of type EntityExtractorFactory Modifier and Type Method Description static <T> T
ProxyFactory. create(java.lang.Class<T> clazz, java.net.URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory)
Deprecated.static <T> T
ProxyFactory. create(java.lang.Class<T> clazz, java.net.URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory, java.util.Map<java.lang.String,java.lang.Object> requestAttributes)
Deprecated.static <T> ClientInvoker
ProxyFactory. createClientInvoker(java.lang.Class<T> clazz, java.lang.reflect.Method method, java.net.URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory)
Deprecated.static <T> ClientInvoker
ProxyFactory. createClientInvoker(java.lang.Class<T> clazz, java.lang.reflect.Method method, java.net.URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory, java.util.Map<java.lang.String,java.lang.Object> requestAttributes)
Deprecated.ProxyBuilder<T>
ProxyBuilder. extractorFactory(EntityExtractorFactory fact)
Deprecated.Constructors in org.jboss.resteasy.client with parameters of type EntityExtractorFactory Constructor Description ProxyConfig(java.lang.ClassLoader loader, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory, java.util.Map<java.lang.String,java.lang.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 EntityExtractorFactory Modifier and Type Field Description protected EntityExtractorFactory
ClientInvoker. extractorFactory
Constructors in org.jboss.resteasy.client.core with parameters of type EntityExtractorFactory Constructor Description ClientInvoker(java.net.URI baseUri, java.lang.Class declaring, java.lang.reflect.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 EntityExtractorFactory Modifier and Type Class Description class
DefaultEntityExtractorFactory
class
ResponseObjectEntityExtractorFactory
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 EntityExtractorFactory Modifier and Type Field Description private EntityExtractorFactory
ClientRequestContext. extractorFactory
Methods in org.jboss.resteasy.client.core.extractors that return EntityExtractorFactory Modifier and Type Method Description EntityExtractorFactory
ClientRequestContext. getExtractorFactory()
Constructors in org.jboss.resteasy.client.core.extractors with parameters of type EntityExtractorFactory Constructor Description ClientRequestContext(ClientRequest request, BaseClientResponse<?> clientResponse, ClientErrorHandler errorHandler, EntityExtractorFactory extractorFactory, java.net.URI baseURI)
ResponseObjectProxy(java.lang.reflect.Method method, EntityExtractorFactory extractorFactory)
-