-
JenaModelHttpMessageConverter.create(org.apache.jena.riot.Lang... langs)
Factory method that generates a converter that supports all of the given
Lang instances and uses the first of them as default.
JenaModelHttpMessageConverter.create(org.apache.jena.riot.Lang defaultLang,
String regexPattern,
org.apache.jena.riot.Lang... langs)
Factory method that generates a converter that supports all of the given
Lang instances and media types which abide to the given regular
expression.
JenaModelHttpMessageConverter.create(org.apache.jena.riot.Lang defaultLang,
org.apache.jena.riot.Lang... langs)
Factory method that generates a converter that supports all of the given
Lang instances and uses the given single Lang instance as
default.
Factory method that generates a converter that supports all
SUPPORTED_LANGS that have a mediatype starting with
"application/".
Factory method that generates a converter that supports all
SUPPORTED_LANGS that have a mediatype starting with
"text/".
Factory method that generates a converter that supports all
SUPPORTED_LANGS that have a mediatype starting with
"x/".