Class OslcRdfJsonProvider

java.lang.Object
org.eclipse.lyo.oslc4j.provider.json4j.AbstractOslcRdfJsonProvider
org.eclipse.lyo.oslc4j.provider.json4j.OslcRdfJsonProvider
All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyReader<Object>, jakarta.ws.rs.ext.MessageBodyWriter<Object>

@Deprecated @Provider @Produces("application/json") @Consumes("application/json") public final class OslcRdfJsonProvider extends AbstractOslcRdfJsonProvider implements jakarta.ws.rs.ext.MessageBodyReader<Object>, jakarta.ws.rs.ext.MessageBodyWriter<Object>
Deprecated.
Use JSON-LD support in Jena provider.
  • Constructor Details

    • OslcRdfJsonProvider

      public OslcRdfJsonProvider()
      Deprecated.
  • Method Details

    • getSize

      public long getSize(Object object, Class<?> type, Type genericType, Annotation[] annotation, jakarta.ws.rs.core.MediaType mediaType)
      Deprecated.
      Specified by:
      getSize in interface jakarta.ws.rs.ext.MessageBodyWriter<Object>
    • isWriteable

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

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

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

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