Uses of Interface
org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.EntityExtractorFactory
Packages that use EntityExtractorFactory
-
Uses of EntityExtractorFactory in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
Classes in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors that implement EntityExtractorFactoryModifier and TypeClassDescriptionclass
class
This class represents the method level creation of a "rich response object" that has the @ResponseObject annotation.Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors that return EntityExtractorFactoryConstructors in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors with parameters of type EntityExtractorFactoryModifierConstructorDescriptionClientContext
(ClientInvocation invocation, ClientResponse clientResponse, EntityExtractorFactory extractorFactory) ResponseObjectProxy
(Method method, EntityExtractorFactory extractorFactory)