Class AbstractOslcRdfJsonProvider
java.lang.Object
org.eclipse.lyo.oslc4j.provider.json4j.AbstractOslcRdfJsonProvider
- Direct Known Subclasses:
OslcCompactJsonProvider
,OslcRdfJsonArrayProvider
,OslcRdfJsonCollectionProvider
,OslcRdfJsonProvider
Deprecated.
Use JSON-LD support in Jena provider.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Response
buildBadRequestResponse
(Exception exception, MediaType errorMediaType, MultivaluedMap<String, ?> map) Deprecated.protected static boolean
isOslcQuery
(String parmString) Deprecated.protected static boolean
isReadable
(Class<?> type, MediaType requiredMediaType, MediaType actualMediaType) Deprecated.protected static boolean
isWriteable
(Class<?> klass, Annotation[] annotations, MediaType requiredMediaType, MediaType actualMediaType) Deprecated.protected Object[]
readFrom
(Class<?> type, MediaType errorMediaType, MultivaluedMap<String, String> map, InputStream inputStream) Deprecated.protected void
writeTo
(boolean queryResult, Object[] objects, MediaType errorMediaType, MultivaluedMap<String, Object> map, OutputStream outputStream) Deprecated.protected void
writeTo
(Object[] objects, MediaType errorMediaType, MultivaluedMap<String, Object> map, OutputStream outputStream, Map<String, Object> properties, String descriptionURI, String responseInfoURI, ResponseInfo<?> responseInfo) Deprecated.
-
Field Details
-
httpServletRequest
Deprecated.
-
-
Constructor Details
-
AbstractOslcRdfJsonProvider
protected AbstractOslcRdfJsonProvider()Deprecated.
-
-
Method Details
-
isWriteable
protected static boolean isWriteable(Class<?> klass, Annotation[] annotations, MediaType requiredMediaType, MediaType actualMediaType) Deprecated. -
writeTo
protected void writeTo(boolean queryResult, Object[] objects, MediaType errorMediaType, MultivaluedMap<String, Object> map, OutputStream outputStream) throws WebApplicationExceptionDeprecated.- Throws:
WebApplicationException
-
writeTo
protected void writeTo(Object[] objects, MediaType errorMediaType, MultivaluedMap<String, Object> map, OutputStream outputStream, Map<String, throws WebApplicationExceptionObject> properties, String descriptionURI, String responseInfoURI, ResponseInfo<?> responseInfo) Deprecated.- Throws:
WebApplicationException
-
isReadable
protected static boolean isReadable(Class<?> type, MediaType requiredMediaType, MediaType actualMediaType) Deprecated. -
readFrom
protected Object[] readFrom(Class<?> type, MediaType errorMediaType, MultivaluedMap<String, String> map, InputStream inputStream) throws WebApplicationExceptionDeprecated.- Throws:
WebApplicationException
-
buildBadRequestResponse
protected Response buildBadRequestResponse(Exception exception, MediaType errorMediaType, MultivaluedMap<String, ?> map) Deprecated. -
isOslcQuery
Deprecated.
-