View Javadoc
1   package com.atlassian.sal.api.net;
2   
3   /**
4    * {@code HttpClientRequestFactory} implements this interface.
5    * The rest plugin provides an implementation that allows marshalling of entities.
6    *
7    * @since 2.1
8    */
9   public interface NonMarshallingRequestFactory<T extends Request<?, ?>> extends RequestFactory<T> {
10  }