Class MatrixParamProcessor

    • Constructor Summary

      Constructors 
      Constructor Description
      MatrixParamProcessor​(java.lang.String paramName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.ws.rs.client.WebTarget apply​(javax.ws.rs.client.WebTarget target, java.lang.Object object)  
      • Methods inherited from class java.lang.Object

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

      • MatrixParamProcessor

        public MatrixParamProcessor​(java.lang.String paramName)
    • Method Detail

      • apply

        protected javax.ws.rs.client.WebTarget apply​(javax.ws.rs.client.WebTarget target,
                                                     java.lang.Object object)
        Specified by:
        apply in class AbstractCollectionProcessor<javax.ws.rs.client.WebTarget>