Class SMIMEOutput

    • Field Detail

      • entity

        protected Object entity
      • genericType

        protected Type genericType
      • type

        protected Class type
      • mediaType

        protected jakarta.ws.rs.core.MediaType mediaType
    • Constructor Detail

      • SMIMEOutput

        public SMIMEOutput​(Object obj,
                           String mediaType)
      • SMIMEOutput

        public SMIMEOutput​(Object obj,
                           jakarta.ws.rs.core.MediaType mediaType)
    • Method Detail

      • getEntity

        public Object getEntity()
      • setEntity

        public void setEntity​(Object entity)
      • getGenericType

        public Type getGenericType()
      • setGenericType

        public void setGenericType​(Type genericType)
      • getType

        public Class getType()
      • setType

        public void setType​(Class type)
      • setType

        public void setType​(jakarta.ws.rs.core.GenericType t)
      • getMediaType

        public jakarta.ws.rs.core.MediaType getMediaType()
      • setMediaType

        public void setMediaType​(jakarta.ws.rs.core.MediaType mediaType)
      • setMediaType

        public void setMediaType​(String mediaType)
      • setCertificate

        public void setCertificate​(X509Certificate certificate)