Class JsonStructureHandler

  • All Implemented Interfaces:
    jakarta.ws.rs.ext.MessageBodyReader<jakarta.json.JsonStructure>, jakarta.ws.rs.ext.MessageBodyWriter<jakarta.json.JsonStructure>

    public class JsonStructureHandler
    extends Object
    implements jakarta.ws.rs.ext.MessageBodyReader<jakarta.json.JsonStructure>, jakarta.ws.rs.ext.MessageBodyWriter<jakarta.json.JsonStructure>
    • Constructor Detail

      • JsonStructureHandler

        public JsonStructureHandler()
    • Method Detail

      • isWriteable

        public boolean isWriteable​(Class<?> type,
                                   Type genericType,
                                   Annotation[] annotations,
                                   jakarta.ws.rs.core.MediaType mediaType)
        Specified by:
        isWriteable in interface jakarta.ws.rs.ext.MessageBodyWriter<jakarta.json.JsonStructure>
      • writeTo

        public void writeTo​(jakarta.json.JsonStructure o,
                            Class<?> type,
                            Type genericType,
                            Annotation[] annotations,
                            jakarta.ws.rs.core.MediaType mediaType,
                            jakarta.ws.rs.core.MultivaluedMap<String,​Object> httpHeaders,
                            OutputStream entityStream)
                     throws IOException,
                            jakarta.ws.rs.WebApplicationException
        Specified by:
        writeTo in interface jakarta.ws.rs.ext.MessageBodyWriter<jakarta.json.JsonStructure>
        Throws:
        IOException
        jakarta.ws.rs.WebApplicationException
      • isReadable

        public boolean isReadable​(Class<?> type,
                                  Type genericType,
                                  Annotation[] annotations,
                                  jakarta.ws.rs.core.MediaType mediaType)
        Specified by:
        isReadable in interface jakarta.ws.rs.ext.MessageBodyReader<jakarta.json.JsonStructure>
      • readFrom

        public jakarta.json.JsonStructure readFrom​(Class<jakarta.json.JsonStructure> type,
                                                   Type genericType,
                                                   Annotation[] annotations,
                                                   jakarta.ws.rs.core.MediaType mediaType,
                                                   jakarta.ws.rs.core.MultivaluedMap<String,​String> httpHeaders,
                                                   InputStream entityStream)
                                            throws IOException,
                                                   jakarta.ws.rs.WebApplicationException
        Specified by:
        readFrom in interface jakarta.ws.rs.ext.MessageBodyReader<jakarta.json.JsonStructure>
        Throws:
        IOException
        jakarta.ws.rs.WebApplicationException