public class JsonOptions
extends java.lang.Object
Constructor and Description |
---|
JsonOptions() |
Modifier and Type | Method and Description |
---|---|
JsonOptions |
embedOccurrences(boolean embedOccurrences) |
java.lang.String |
getMongoDBOccStore() |
boolean |
isEmbeddedOccurrences() |
boolean |
isMetadataOnly() |
boolean |
isMongoDBOccStore() |
boolean |
isWithContexts() |
boolean |
isWithOccurrences() |
JsonOptions |
metadataOnly(boolean metadataOnly) |
JsonOptions |
mongoDBOccStoreURI(java.lang.String mongoDBOccStoreURI) |
JsonOptions |
withContexts(boolean withContexts) |
boolean |
withOccurrences() |
JsonOptions |
withOccurrences(boolean withOccurrences) |
public JsonOptions metadataOnly(boolean metadataOnly)
public boolean isMetadataOnly()
public JsonOptions withOccurrences(boolean withOccurrences)
public JsonOptions embedOccurrences(boolean embedOccurrences)
public JsonOptions withContexts(boolean withContexts)
public boolean isWithOccurrences()
public boolean withOccurrences()
public boolean isEmbeddedOccurrences()
public boolean isWithContexts()
public JsonOptions mongoDBOccStoreURI(java.lang.String mongoDBOccStoreURI)
public boolean isMongoDBOccStore()
public java.lang.String getMongoDBOccStore()