org.jboss.resteasy.client.core.marshallers
Class NOOPMarshaller

java.lang.Object
  extended by org.jboss.resteasy.client.core.marshallers.NOOPMarshaller
All Implemented Interfaces:
Marshaller

public class NOOPMarshaller
extends Object
implements Marshaller

Marshaller that doesn't do anything with the target. Useful for @Context parameters which are server-generated.

Author:
Stephane Epardaud

Constructor Summary
NOOPMarshaller()
           
 
Method Summary
 void build(ClientRequest request, Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NOOPMarshaller

public NOOPMarshaller()
Method Detail

build

public void build(ClientRequest request,
                  Object target)
Specified by:
build in interface Marshaller


Copyright © 2011. All Rights Reserved.