Class URIParamMarshaller
- java.lang.Object
-
- org.jboss.resteasy.client.core.marshallers.URIParamMarshaller
-
- All Implemented Interfaces:
Marshaller
public class URIParamMarshaller extends java.lang.Object implements Marshaller
allows a user to specify the url.- Version:
- $Revision: 1 $
-
-
Constructor Summary
Constructors Constructor Description URIParamMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(ClientRequest request, java.lang.Object target)
private java.net.URI
getUri(java.lang.Object target)
-
-
-
Method Detail
-
build
public void build(ClientRequest request, java.lang.Object target)
- Specified by:
build
in interfaceMarshaller
-
getUri
private java.net.URI getUri(java.lang.Object target)
-
-