Class InitInterceptorContext


  • public class InitInterceptorContext
    extends Object
    • Constructor Detail

      • InitInterceptorContext

        public InitInterceptorContext()
    • Method Detail

      • getPath

        public String getPath()
      • getMethod

        public String getMethod()
      • getQueryParams

        public List<Pair> getQueryParams()
      • getCollectionQueryParams

        public List<Pair> getCollectionQueryParams()
      • getBody

        public Object getBody()
      • getAuthNames

        public String[] getAuthNames()
      • isCommon

        public boolean isCommon()
      • setPath

        public void setPath​(String path)
      • setMethod

        public void setMethod​(String method)
      • setQueryParams

        public void setQueryParams​(List<Pair> queryParams)
      • setCollectionQueryParams

        public void setCollectionQueryParams​(List<Pair> collectionQueryParams)
      • setBody

        public void setBody​(Object body)
      • setHeaderParams

        public void setHeaderParams​(Map<String,​String> headerParams)
      • setFormParams

        public void setFormParams​(Map<String,​Object> formParams)
      • setAuthNames

        public void setAuthNames​(String[] authNames)
      • setCommon

        public void setCommon​(boolean common)