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