Class AbstractClientInterceptorContextImpl

    • Field Detail

      • mediaType

        protected javax.ws.rs.core.MediaType mediaType
      • entityType

        protected Type entityType
      • entityClass

        protected Class<?> entityClass
    • Constructor Detail

      • AbstractClientInterceptorContextImpl

        public AbstractClientInterceptorContextImpl​(Annotation[] annotations,
                                                    Class<?> entityClass,
                                                    Type entityType,
                                                    javax.ws.rs.core.MediaType mediaType,
                                                    Map<String,​Object> properties)
    • Method Detail

      • getProperty

        public Object getProperty​(String name)
        Specified by:
        getProperty in interface javax.ws.rs.ext.InterceptorContext
      • getPropertyNames

        public Collection<String> getPropertyNames()
        Specified by:
        getPropertyNames in interface javax.ws.rs.ext.InterceptorContext
      • setProperty

        public void setProperty​(String name,
                                Object object)
        Specified by:
        setProperty in interface javax.ws.rs.ext.InterceptorContext
      • removeProperty

        public void removeProperty​(String name)
        Specified by:
        removeProperty in interface javax.ws.rs.ext.InterceptorContext
      • getAnnotations

        public Annotation[] getAnnotations()
        Specified by:
        getAnnotations in interface javax.ws.rs.ext.InterceptorContext
      • setAnnotations

        public void setAnnotations​(Annotation[] annotations)
        Specified by:
        setAnnotations in interface javax.ws.rs.ext.InterceptorContext
      • getType

        public Class<?> getType()
        Specified by:
        getType in interface javax.ws.rs.ext.InterceptorContext
      • setType

        public void setType​(Class<?> type)
        Specified by:
        setType in interface javax.ws.rs.ext.InterceptorContext
      • getGenericType

        public Type getGenericType()
        Specified by:
        getGenericType in interface javax.ws.rs.ext.InterceptorContext
      • setGenericType

        public void setGenericType​(Type genericType)
        Specified by:
        setGenericType in interface javax.ws.rs.ext.InterceptorContext
      • getMediaType

        public javax.ws.rs.core.MediaType getMediaType()
        Specified by:
        getMediaType in interface javax.ws.rs.ext.InterceptorContext
      • setMediaType

        public void setMediaType​(javax.ws.rs.core.MediaType mediaType)
        Specified by:
        setMediaType in interface javax.ws.rs.ext.InterceptorContext