| Package | Description |
|---|---|
| com.arangodb.velocypack | |
| com.arangodb.velocypack.internal |
| Modifier and Type | Field and Description |
|---|---|
protected VPackSlice |
SliceIterator.slice |
| Modifier and Type | Method and Description |
|---|---|
VPackSlice |
VPackParser.fromJson(Iterable<String> jsons) |
VPackSlice |
VPackParser.fromJson(Iterable<String> jsons,
boolean includeNullValues) |
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)
Serialize a given Object to VelocyPack
|
VPackSlice |
VPack.serialize(Object entity,
Map<String,Object> additionalFields)
Deprecated.
use
VPack.serialize(Object, SerializeOptions) instead |
VPackSlice |
VPack.serialize(Object entity,
Type type)
Deprecated.
use
VPack.serialize(Object, SerializeOptions) instead |
VPackSlice |
VPack.serialize(Object entity,
Type type,
Map<String,Object> additionalFields)
Deprecated.
use
VPack.serialize(Object, SerializeOptions) instead |
VPackSlice |
VPack.serialize(Object entity,
VPack.SerializeOptions options)
Serialize a given Object to VelocyPack
|
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) |
T |
VPackDeserializerParameterizedType.deserialize(VPackSlice parent,
VPackSlice vpack,
VPackDeserializationContext context,
ParameterizedType type) |
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) |
Copyright © 2017 ArangoDB GmbH. All rights reserved.