public class RdfSerializer extends WriterSerializer implements RdfCommon
RdfSerializer.Xml
- RDF/XML.
RdfSerializer.XmlAbbrev
- RDF/XML-ABBREV.
RdfSerializer.NTriple
- N-TRIPLE.
RdfSerializer.Turtle
- TURTLE.
RdfSerializer.N3
- N3.
Modifier and Type | Class and Description |
---|---|
static class |
RdfSerializer.N3
Produces N3 output
|
static class |
RdfSerializer.NTriple
Produces N-Triple output
|
static class |
RdfSerializer.Turtle
Produces Turtle output
|
static class |
RdfSerializer.Xml
Produces RDF/XML output
|
static class |
RdfSerializer.XmlAbbrev
Produces Abbreviated RDF/XML output
|
Modifier and Type | Field and Description |
---|---|
static RdfSerializer |
DEFAULT_N3
Default N3 serializer, all default settings.
|
static RdfSerializer |
DEFAULT_NTRIPLE
Default N-Triple serializer, all default settings.
|
static RdfSerializer |
DEFAULT_TURTLE
Default Turtle serializer, all default settings.
|
static RdfSerializer |
DEFAULT_XML
Default RDF/XML serializer, all default settings.
|
static RdfSerializer |
DEFAULT_XMLABBREV
Default Abbreviated RDF/XML serializer, all default settings.
|
static String |
RDF_addBeanTypeProperties
Configuration property: Add
|
static String |
RDF_addLiteralTypes
Configuration property: Add XSI data types to non-
String literals. |
static String |
RDF_addRootProperty
Configuration property: Add RDF root identifier property to root node.
|
static String |
RDF_autoDetectNamespaces
Configuration property: Auto-detect namespace usage.
|
static String |
RDF_namespaces
Configuration property: Default namespaces.
|
SERIALIZER_abridged, SERIALIZER_addBeanTypeProperties, SERIALIZER_detectRecursions, SERIALIZER_ignoreRecursions, SERIALIZER_initialDepth, SERIALIZER_listener, SERIALIZER_maxDepth, SERIALIZER_maxIndent, SERIALIZER_quoteChar, SERIALIZER_sortCollections, SERIALIZER_sortMaps, SERIALIZER_trimEmptyCollections, SERIALIZER_trimEmptyMaps, SERIALIZER_trimNullProperties, SERIALIZER_trimStrings, SERIALIZER_uriContext, SERIALIZER_uriRelativity, SERIALIZER_uriResolution, SERIALIZER_useWhitespace
BEAN_beanClassVisibility, BEAN_beanConstructorVisibility, BEAN_beanDictionary, BEAN_beanDictionary_add, BEAN_beanDictionary_remove, BEAN_beanFieldVisibility, BEAN_beanFilters, BEAN_beanFilters_add, BEAN_beanFilters_remove, BEAN_beanMapPutReturnsOldValue, BEAN_beanMethodVisibility, BEAN_beansRequireDefaultConstructor, BEAN_beansRequireSerializable, BEAN_beansRequireSettersForGetters, BEAN_beansRequireSomeProperties, BEAN_beanTypePropertyName, BEAN_debug, BEAN_excludeProperties, BEAN_ignoreInvocationExceptionsOnGetters, BEAN_ignoreInvocationExceptionsOnSetters, BEAN_ignorePropertiesWithoutSetters, BEAN_ignoreUnknownBeanProperties, BEAN_ignoreUnknownNullBeanProperties, BEAN_implClasses, BEAN_includeProperties, BEAN_locale, BEAN_mediaType, BEAN_notBeanClasses, BEAN_notBeanClasses_add, BEAN_notBeanClasses_remove, BEAN_notBeanPackages, BEAN_notBeanPackages_add, BEAN_notBeanPackages_remove, BEAN_pojoSwaps, BEAN_pojoSwaps_add, BEAN_pojoSwaps_remove, BEAN_propertyNamer, BEAN_sortProperties, BEAN_timeZone, BEAN_useInterfaceProxies, BEAN_useJavaBeanIntrospector, DEFAULT_SORTED
LANG_PROP_MAP, RDF_arp_embedding, RDF_arp_err_, RDF_arp_errorMode, RDF_arp_ign_, RDF_arp_iriRules, RDF_arp_warn_, RDF_collectionFormat, RDF_juneauBpNs, RDF_juneauNs, RDF_language, RDF_looseCollections, RDF_n3_abbrevBaseUri, RDF_n3_indentProperty, RDF_n3_minGap, RDF_n3_objectLists, RDF_n3_propertyColumn, RDF_n3_subjectColumn, RDF_n3_useDoubles, RDF_n3_usePropertySymbols, RDF_n3_useTripleQuotedStrings, RDF_n3_widePropertyLen, RDF_rdfxml_allowBadUris, RDF_rdfxml_attributeQuoteChar, RDF_rdfxml_blockRules, RDF_rdfxml_longId, RDF_rdfxml_relativeUris, RDF_rdfxml_showDoctypeDeclaration, RDF_rdfxml_showXmlDeclaration, RDF_rdfxml_tab, RDF_rdfxml_xmlBase, RDF_useXmlNamespaces
Constructor and Description |
---|
RdfSerializer(PropertyStore ps)
Constructor.
|
RdfSerializer(PropertyStore ps,
String produces,
String... accept)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ObjectMap |
asMap()
Returns the properties defined on this bean context as a simple map for debugging purposes.
|
RdfSerializerBuilder |
builder()
Creates a builder from this context object.
|
static RdfSerializerBuilder |
create()
Instantiates a new clean-slate
RdfSerializerBuilder object. |
WriterSerializerSession |
createSession(SerializerSessionArgs args)
Create the session object used for actual serialization of objects.
|
isWriterSerializer, println, serialize, toString, toStringObject
createDefaultSessionArgs, createSession, getMediaTypes, getResponseContentType, serialize
_class, createBeanSession, createBeanSession, createDefaultBeanSessionArgs, createSession, createSession, dumpCacheStats, getBeanMeta, getBeanRegistry, getBeanTypePropertyName, getClassMeta, getClassMeta, getClassMetaForObject, getExcludeProperties, getImplClassConstructor, getIncludeProperties, hasSameCache, isBean, isNotABean, newInstance, newInstance, newInstanceFromOuter, object, resolveClassMeta, string
equals, getArrayProperty, getArrayProperty, getBooleanProperty, getClassArrayProperty, getClassArrayProperty, getClassArrayProperty, getClassListProperty, getClassListProperty, getClassMapProperty, getClassMapProperty, getClassProperty, getClassSetProperty, getClassSetProperty, getInstanceArrayProperty, getInstanceArrayProperty, getInstanceArrayProperty, getInstanceProperty, getInstanceProperty, getInstanceProperty, getIntegerProperty, getListProperty, getListProperty, getLongProperty, getMapProperty, getProperty, getProperty, getPropertyKeys, getPropertyStore, getSetProperty, getSetProperty, getStringProperty, hashCode, toString
public static final String RDF_addBeanTypeProperties
Boolean
If
When present, this value overrides the Serializer.SERIALIZER_addBeanTypeProperties
setting and is
provided to customize the behavior of specific serializers in a SerializerGroup
.
public static final String RDF_addLiteralTypes
String
literals.
Boolean
public static final String RDF_addRootProperty
Boolean
When enabled an RDF property http://www.apache.org/juneau/root
is added with a value of
This helps locate the root node during parsing.
If disabled, the parser has to search through the model to find any resources without incoming predicates to identify root notes, which can introduce a considerable performance degradation.
public static final String RDF_autoDetectNamespaces
Boolean
Detect namespace usage before serialization.
If enabled, then the data structure will first be crawled looking for namespaces that will be encountered before the root element is serialized.
public static final String RDF_namespaces
List<String>
(serialized Namespace
objects)
The default list of namespaces associated with this serializer.
public static final RdfSerializer DEFAULT_XML
public static final RdfSerializer DEFAULT_XMLABBREV
public static final RdfSerializer DEFAULT_TURTLE
public static final RdfSerializer DEFAULT_NTRIPLE
public static final RdfSerializer DEFAULT_N3
public RdfSerializer(PropertyStore ps, String produces, String... accept)
ps
- The property store containing all the settings for this object.produces
- The media type that this serializer produces.accept
- The accept media types that the serializer can handle.
Can contain meta-characters per the media-type
specification of
RFC2616/14.1
If empty, then assumes the only media type supported is produces
.
For example, if this serializer produces
public RdfSerializer(PropertyStore ps)
ps
- The property store containing all the settings for this object.public RdfSerializerBuilder builder()
Context
Builders are used to define new contexts (e.g. serializers, parsers) based on existing configurations.
builder
in class Serializer
public static RdfSerializerBuilder create()
RdfSerializerBuilder
object.
This is equivalent to simply calling
.
Note that this method creates a builder initialized to all default settings, whereas builder()
copies
the settings of the object called on.
RdfSerializerBuilder
object.public WriterSerializerSession createSession(SerializerSessionArgs args)
Serializer
createSession
in class WriterSerializer
args
- Runtime arguments.
These specify session-level information such as locale and URI context.
It also include session-level properties that override the properties defined on the bean and serializer
contexts.public ObjectMap asMap()
Context
asMap
in class Serializer
Copyright © 2018 Apache. All rights reserved.