Package | Description |
---|---|
com.arangodb.internal | |
com.arangodb.velocypack | |
com.arangodb.velocypack.exception | |
com.arangodb.velocypack.internal |
Modifier and Type | Method and Description |
---|---|
T |
ArangoExecutor.ResponseDeserializer.deserialize(Response response) |
protected <E> Collection<E> |
InternalArangoDatabase.deserializeEdges(Class<E> edgeClass,
VPackSlice next) |
protected <V> Collection<V> |
InternalArangoDatabase.deserializeVertices(Class<V> vertexClass,
VPackSlice vpack) |
Modifier and Type | Method and Description |
---|---|
void |
VPackAttributeTranslator.add(String attribute,
int key) |
void |
VPackJsonDeserializer.deserialize(VPackSlice parent,
String attribute,
VPackSlice vpack,
StringBuilder json) |
T |
VPackDeserializer.deserialize(VPackSlice parent,
VPackSlice vpack,
VPackDeserializationContext context) |
VPackSlice |
VPackParser.fromJson(String json) |
VPackSlice |
VPackParser.fromJson(String json,
boolean includeNullValues) |
VPackSlice |
VPackSlice.get(String attribute) |
void |
VPackAttributeTranslator.seal() |
void |
VPackSerializer.serialize(VPackBuilder builder,
String attribute,
T value,
VPackSerializationContext context) |
String |
VPackParser.toJson(VPackSlice vpack) |
String |
VPackParser.toJson(VPackSlice vpack,
boolean includeNullValues) |
Modifier and Type | Class and Description |
---|---|
class |
VPackBuilderException |
class |
VPackBuilderKeyAlreadyWrittenException |
class |
VPackBuilderNeedOpenCompoundException |
class |
VPackBuilderNeedOpenObjectException |
class |
VPackBuilderNumberOutOfRangeException |
class |
VPackBuilderUnexpectedValueException |
class |
VPackKeyTypeException |
class |
VPackNeedAttributeTranslatorException |
class |
VPackParserException |
class |
VPackValueTypeException |
Modifier and Type | Method and Description |
---|---|
void |
VPackAttributeTranslatorImpl.add(String attribute,
int key) |
void |
VPackAttributeTranslatorImpl.seal() |
Copyright © 2016 ArangoDB GmbH. All rights reserved.