Package org.jboss.resteasy.annotations
Annotation Type ClientResponseType
Deprecated.
This is an annotation that you can add to a RESTEasy client interface that
has a return type of Response.
You have two options:
- use the entityType property to set a Class that will always be returned
- use the entityTypeFactory to determine which Class to use based on a factory that determines which class to use based on logic that uses the headers and status of the result.
- Version:
- $Revision: 1 $
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDeprecated.Class<? extends EntityTypeFactory>
Deprecated.
-
Element Details
-
entityType
Class entityTypeDeprecated.- Default:
- java.lang.Void.class
-
entityTypeFactory
Class<? extends EntityTypeFactory> entityTypeFactoryDeprecated.- Default:
- org.jboss.resteasy.client.core.VoidEntityTypeFactory.class
-