public class RdfModelConverter
extends org.springframework.http.converter.AbstractHttpMessageConverter<org.apache.jena.rdf.model.Model>
| Constructor and Description |
|---|
RdfModelConverter() |
RdfModelConverter(org.springframework.http.MediaType... supportedMediaTypes) |
RdfModelConverter(org.springframework.http.MediaType supportedMediaType) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jena.rdf.model.Model |
readInternal(java.lang.Class<? extends org.apache.jena.rdf.model.Model> aClass,
org.springframework.http.HttpInputMessage httpInputMessage) |
protected boolean |
supports(java.lang.Class<?> clazz) |
protected void |
writeInternal(org.apache.jena.rdf.model.Model model,
org.springframework.http.HttpOutputMessage httpOutputMessage) |
public RdfModelConverter()
public RdfModelConverter(org.springframework.http.MediaType supportedMediaType)
public RdfModelConverter(org.springframework.http.MediaType... supportedMediaTypes)
protected boolean supports(java.lang.Class<?> clazz)
supports in class org.springframework.http.converter.AbstractHttpMessageConverter<org.apache.jena.rdf.model.Model>protected org.apache.jena.rdf.model.Model readInternal(java.lang.Class<? extends org.apache.jena.rdf.model.Model> aClass,
org.springframework.http.HttpInputMessage httpInputMessage)
throws java.io.IOException,
org.springframework.http.converter.HttpMessageNotReadableException
readInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<org.apache.jena.rdf.model.Model>java.io.IOExceptionorg.springframework.http.converter.HttpMessageNotReadableExceptionprotected void writeInternal(org.apache.jena.rdf.model.Model model,
org.springframework.http.HttpOutputMessage httpOutputMessage)
throws java.io.IOException,
org.springframework.http.converter.HttpMessageNotWritableException
writeInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<org.apache.jena.rdf.model.Model>java.io.IOExceptionorg.springframework.http.converter.HttpMessageNotWritableExceptionCopyright © 2019. All Rights Reserved.