Class NOOPMarshaller
- java.lang.Object
-
- org.jboss.resteasy.client.core.marshallers.NOOPMarshaller
-
- All Implemented Interfaces:
Marshaller
public class NOOPMarshaller extends java.lang.Object implements Marshaller
Marshaller that doesn't do anything with the target. Useful for @Context parameters which are server-generated.
-
-
Constructor Summary
Constructors Constructor Description NOOPMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(ClientRequest request, java.lang.Object target)
-
-
-
Method Detail
-
build
public void build(ClientRequest request, java.lang.Object target)
- Specified by:
build
in interfaceMarshaller
-
-