Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NOOPMarshaller

        public NOOPMarshaller()