Package | Description |
---|---|
com.epimorphics.jsonrdf |
The jsonrdf package provides serialisation of RDF models into
JSON.
|
Modifier and Type | Method and Description |
---|---|
static Encoder |
Encoder.get(EncoderPlugin rules)
Return an encoder using the specified rules and no Context, any
Context information will be generated on-the-fly.
|
static Encoder |
Encoder.get(EncoderPlugin rules,
ReadContext fromOntology)
Return an encoder using the specified rules and the specified
base ontology.
|
static Encoder |
Encoder.get(ReadContext context)
Return an encoder using the default rules and no Context, any
Context information will be generated on-the-fly.
|
static Encoder |
Encoder.getForOneResult() |
static Encoder |
Encoder.getForOneResult(ReadContext c) |
Copyright © 2014. All Rights Reserved.