public interface JsonldShapeWriter
| Modifier and Type | Interface and Description |
|---|---|
static class |
JsonldShapeWriter.ContextOption |
| Modifier and Type | Method and Description |
|---|---|
void |
toJson(Vertex subject,
Shape shape,
Context context,
JsonldShapeWriter.ContextOption contextOption,
com.fasterxml.jackson.core.JsonGenerator json) |
void |
toJson(Vertex subject,
Shape shape,
com.fasterxml.jackson.core.JsonGenerator json) |
void toJson(Vertex subject, Shape shape, com.fasterxml.jackson.core.JsonGenerator json) throws IOException
IOExceptionvoid toJson(Vertex subject, Shape shape, Context context, JsonldShapeWriter.ContextOption contextOption, com.fasterxml.jackson.core.JsonGenerator json) throws IOException
IOExceptionCopyright © 2016. All rights reserved.