public class JsonLdOptions extends Object
Modifier and Type | Field and Description |
---|---|
String |
format |
String |
outputForm |
Boolean |
useNamespaces |
Constructor and Description |
---|
JsonLdOptions()
Constructs an instance of JsonLdOptions using an empty base.
|
JsonLdOptions(String base)
Constructs an instance of JsonLdOptions using the given base.
|
Modifier and Type | Method and Description |
---|---|
String |
getBase() |
Boolean |
getCompactArrays() |
DocumentLoader |
getDocumentLoader() |
Boolean |
getEmbed() |
Object |
getExpandContext() |
Boolean |
getExplicit() |
Boolean |
getOmitDefault() |
String |
getProcessingMode() |
boolean |
getProduceGeneralizedRdf() |
Boolean |
getUseNativeTypes() |
Boolean |
getUseRdfType() |
void |
setBase(String base) |
void |
setCompactArrays(Boolean compactArrays) |
void |
setDocumentLoader(DocumentLoader documentLoader) |
void |
setEmbed(Boolean embed) |
void |
setExpandContext(Object expandContext) |
void |
setExplicit(Boolean explicit) |
void |
setOmitDefault(Boolean omitDefault) |
void |
setProcessingMode(String processingMode) |
void |
setProduceGeneralizedRdf(Boolean produceGeneralizedRdf) |
void |
setUseNativeTypes(Boolean useNativeTypes) |
void |
setUseRdfType(Boolean useRdfType) |
public String format
public Boolean useNamespaces
public String outputForm
public JsonLdOptions()
public JsonLdOptions(String base)
base
- The base IRI for the document.public Boolean getEmbed()
public void setEmbed(Boolean embed)
public Boolean getExplicit()
public void setExplicit(Boolean explicit)
public Boolean getOmitDefault()
public void setOmitDefault(Boolean omitDefault)
public Boolean getCompactArrays()
public void setCompactArrays(Boolean compactArrays)
public Object getExpandContext()
public void setExpandContext(Object expandContext)
public String getProcessingMode()
public void setProcessingMode(String processingMode)
public String getBase()
public void setBase(String base)
public Boolean getUseRdfType()
public void setUseRdfType(Boolean useRdfType)
public Boolean getUseNativeTypes()
public void setUseNativeTypes(Boolean useNativeTypes)
public boolean getProduceGeneralizedRdf()
public void setProduceGeneralizedRdf(Boolean produceGeneralizedRdf)
public DocumentLoader getDocumentLoader()
public void setDocumentLoader(DocumentLoader documentLoader)
Copyright © 2015. All rights reserved.