| Interface | Description |
|---|---|
| RdfCommon |
Configurable properties common to both the
RdfSerializer and RdfParser classes. |
| Class | Description |
|---|---|
| Constants |
Constants used by the
RdfSerializer and RdfParser classes. |
| N3Parser |
Subclass of
RdfParser for parsing RDF in N3 notation. |
| N3Serializer |
Subclass of
RdfSerializer for serializing RDF in N3 notation. |
| NTripleParser |
Subclass of
RdfParser for parsing RDF in N-Triple notation. |
| NTripleSerializer |
Subclass of
RdfSerializer for serializing RDF in N-Triple notation. |
| RdfBeanMeta |
Metadata on beans specific to the RDF serializers and parsers pulled from the
@Rdf annotation on the
class. |
| RdfBeanPropertyMeta |
Metadata on bean properties specific to the RDF serializers and parsers pulled from the
@Rdf annotation
on the bean property. |
| RdfClassMeta |
Metadata on classes specific to the RDF serializers and parsers pulled from the
@Rdf annotation on the
class. |
| RdfParser |
Parses RDF into POJOs.
|
| RdfParserBuilder |
Builder class for building instances of RDF parsers.
|
| RdfParserSession |
Session object that lives for the duration of a single use of
RdfParser. |
| RdfSerializer |
Serializes POJOs to RDF.
|
| RdfSerializerBuilder |
Builder class for building instances of RDF serializers.
|
| RdfSerializerSession |
Session object that lives for the duration of a single use of
RdfSerializer. |
| RdfUtils |
Utility classes.
|
| RdfXmlAbbrevSerializer |
Subclass of
RdfParser for parsing RDF in Abbreviated-XML notation. |
| RdfXmlParser |
Subclass of
RdfParser for parsing RDF in standard XML notation. |
| RdfXmlSerializer |
Subclass of
RdfSerializer for serializing RDF in standard XML notation. |
| TurtleParser |
Subclass of
RdfParser for parsing RDF in Turtle notation. |
| TurtleSerializer |
Subclass of
RdfSerializer for serializing RDF in Turtle notation. |
| Enum | Description |
|---|---|
| RdfCollectionFormat |
Used in conjunction with the
@Rdf(collectionFormat) annotation to fine-tune how
classes, beans, and bean properties are serialized, particularly collections. |
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.