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
IllegalAccessExceptionpublic abstract Object get(Object obj) throws IllegalAccessException
IllegalAccessExceptionCopyright © 2016 ArangoDB GmbH. All rights reserved.