Class URIParamMarshaller

  • All Implemented Interfaces:
    Marshaller

    public class URIParamMarshaller
    extends java.lang.Object
    implements Marshaller
    allows a user to specify the url.
    Version:
    $Revision: 1 $
    • 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)  
      • Methods inherited from class java.lang.Object

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

      • URIParamMarshaller

        public URIParamMarshaller()
    • Method Detail

      • getUri

        private java.net.URI getUri​(java.lang.Object target)