Class NOOPMarshaller

java.lang.Object
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.
  • Constructor Details

    • NOOPMarshaller

      public NOOPMarshaller()
  • Method Details