public class VPackKeyMapAdapters extends Object
Modifier and Type | Field and Description |
---|---|
static VPackKeyMapAdapter<BigDecimal> |
BIG_DECIMAL |
static VPackKeyMapAdapter<BigInteger> |
BIG_INTEGER |
static VPackKeyMapAdapter<Boolean> |
BOOLEAN |
static VPackKeyMapAdapter<Character> |
CHARACTER |
static VPackKeyMapAdapter<Double> |
DOUBLE |
static VPackKeyMapAdapter<Float> |
FLOAT |
static VPackKeyMapAdapter<Integer> |
INTEGER |
static VPackKeyMapAdapter<Long> |
LONG |
static VPackKeyMapAdapter<Number> |
NUMBER |
static VPackKeyMapAdapter<Short> |
SHORT |
static VPackKeyMapAdapter<String> |
STRING |
Modifier and Type | Method and Description |
---|---|
static VPackKeyMapAdapter<Enum<?>> |
createEnumAdapter(Type type) |
public static final VPackKeyMapAdapter<String> STRING
public static final VPackKeyMapAdapter<Boolean> BOOLEAN
public static final VPackKeyMapAdapter<Integer> INTEGER
public static final VPackKeyMapAdapter<Long> LONG
public static final VPackKeyMapAdapter<Short> SHORT
public static final VPackKeyMapAdapter<Double> DOUBLE
public static final VPackKeyMapAdapter<Float> FLOAT
public static final VPackKeyMapAdapter<BigInteger> BIG_INTEGER
public static final VPackKeyMapAdapter<BigDecimal> BIG_DECIMAL
public static final VPackKeyMapAdapter<Number> NUMBER
public static final VPackKeyMapAdapter<Character> CHARACTER
public static final VPackKeyMapAdapter<Enum<?>> createEnumAdapter(Type type)
Copyright © 2016 ArangoDB GmbH. All rights reserved.