public abstract static class VPackCache.FieldInfo extends Object
Modifier and Type | Method and Description |
---|---|
abstract Object |
get(Object obj) |
String |
getFieldName() |
Type |
getType() |
boolean |
isDeserialize() |
boolean |
isSerialize() |
abstract void |
set(Object obj,
Object value) |
public Type getType()
public String getFieldName()
public boolean isSerialize()
public boolean isDeserialize()
public abstract void set(Object obj, Object value) throws IllegalAccessException
IllegalAccessException
public abstract Object get(Object obj) throws IllegalAccessException
IllegalAccessException
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.