Interface | Description |
---|---|
RdfCommon |
Configurable properties common to both the
RdfSerializer and RdfParser classes. |
Class | Description |
---|---|
Constants |
Constants used by the
RdfSerializer and RdfParser classes. |
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.
|
RdfParser.N3 |
Consumes N3 input
|
RdfParser.NTriple |
Consumes N-Triple input
|
RdfParser.Turtle |
Consumes Turtle input
|
RdfParser.Xml |
Consumes RDF/XML input
|
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.
|
RdfSerializer.N3 |
Produces N3 output
|
RdfSerializer.NTriple |
Produces N-Triple output
|
RdfSerializer.Turtle |
Produces Turtle output
|
RdfSerializer.Xml |
Produces RDF/XML output
|
RdfSerializer.XmlAbbrev |
Produces Abbreviated RDF/XML output
|
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.
|
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 © 2018 Apache. All rights reserved.