Package | Description |
---|---|
com.arangodb.entity | |
com.arangodb.internal | |
com.arangodb.internal.velocystream | |
com.arangodb.velocypack | |
com.arangodb.velocypack.internal | |
com.arangodb.velocystream |
Modifier and Type | Method and Description |
---|---|
VPackSlice |
CursorEntity.getResult() |
Modifier and Type | Method and Description |
---|---|
protected VPackSlice |
ArangoExecutor.serialize(Object entity) |
protected VPackSlice |
ArangoExecutor.serialize(Object entity,
boolean serializeNullValues) |
protected VPackSlice |
ArangoExecutor.serialize(Object entity,
Type type) |
protected VPackSlice |
ArangoExecutor.serialize(Object entity,
Type type,
boolean serializeNullValues) |
protected VPackSlice |
ArangoExecutor.serialize(Object entity,
Type type,
Map<String,Object> additionalFields) |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
ArangoExecutor.deserialize(VPackSlice vpack,
Type type) |
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 |
---|---|
VPackSlice |
Message.getBody() |
VPackSlice |
Message.getHead() |
Constructor and Description |
---|
Message(long id,
VPackSlice head,
VPackSlice body) |
Modifier and Type | Field and Description |
---|---|
protected VPackSlice |
SliceIterator.slice |
Modifier and Type | Method and Description |
---|---|
VPackSlice |
VPackParser.fromJson(String json) |
VPackSlice |
VPackParser.fromJson(String json,
boolean includeNullValues) |
VPackSlice |
VPackSlice.get(int index) |
VPackSlice |
VPackSlice.get(String attribute) |
protected VPackSlice |
SliceIterator.getCurrent() |
VPackSlice |
VPackSlice.keyAt(int index) |
protected VPackSlice |
VPackSlice.makeKey() |
VPackSlice |
ArrayIterator.next() |
VPackSlice |
VPack.serialize(Object entity) |
VPackSlice |
VPack.serialize(Object entity,
Map<String,Object> additionalFields) |
VPackSlice |
VPack.serialize(Object entity,
Type type) |
VPackSlice |
VPack.serialize(Object entity,
Type type,
Map<String,Object> additionalFields) |
VPackSlice |
VPackBuilder.slice() |
VPackSlice |
VPackAttributeTranslator.translate(int key) |
VPackSlice |
VPackAttributeTranslator.translate(String attribute) |
protected VPackSlice |
VPackSlice.translateUnchecked()
translates an integer key into a string, without checks
|
VPackSlice |
VPackSlice.valueAt(int index) |
Modifier and Type | Method and Description |
---|---|
Iterator<VPackSlice> |
VPackSlice.arrayIterator() |
Map.Entry<String,VPackSlice> |
ObjectIterator.next() |
Iterator<Map.Entry<String,VPackSlice>> |
VPackSlice.objectIterator() |
Modifier and Type | Method and Description |
---|---|
VPackBuilder |
VPackBuilder.add(String attribute,
VPackSlice value) |
VPackBuilder |
VPackBuilder.add(VPackSlice value) |
<T> T |
VPackDeserializationContext.deserialize(VPackSlice vpack,
Class<T> type) |
void |
VPackJsonDeserializer.deserialize(VPackSlice parent,
String attribute,
VPackSlice vpack,
StringBuilder json) |
<T> T |
VPack.deserialize(VPackSlice vpack,
Type type) |
T |
VPackDeserializer.deserialize(VPackSlice parent,
VPackSlice vpack,
VPackDeserializationContext context) |
String |
VPackParser.toJson(VPackSlice vpack) |
String |
VPackParser.toJson(VPackSlice vpack,
boolean includeNullValues) |
Constructor and Description |
---|
ArrayIterator(VPackSlice slice) |
ObjectIterator(VPackSlice slice) |
SliceIterator(VPackSlice slice) |
Modifier and Type | Field and Description |
---|---|
static VPackSerializer<VPackSlice> |
VPackSerializers.VPACK |
static VPackDeserializer<VPackSlice> |
VPackDeserializers.VPACK |
Modifier and Type | Method and Description |
---|---|
VPackSlice |
VPackAttributeTranslatorImpl.translate(int key) |
VPackSlice |
VPackAttributeTranslatorImpl.translate(String attribute) |
Modifier and Type | Method and Description |
---|---|
VPackSlice |
Response.getBody() |
VPackSlice |
Request.getBody() |
Modifier and Type | Method and Description |
---|---|
void |
Response.setBody(VPackSlice body) |
Request |
Request.setBody(VPackSlice body) |
Copyright © 2016 ArangoDB GmbH. All rights reserved.