public static interface CommandSerializationUtil.Accessor
Modifier and Type | Method and Description |
---|---|
boolean |
canMakeValueCommand() |
boolean |
canSet(Class<?> clazz)
Indicates if set can be called with a value of the given type.
|
Object |
get(Object instance,
Field f) |
Class<?> |
getTargetType() |
ValueCommand |
makeValueCommand(Object value) |
Object |
readNext(SerializationStreamReader reader) |
void |
set(Object instance,
Field f,
Object value) |
void |
set(Object array,
int index,
Object value) |
boolean canMakeValueCommand()
boolean canSet(Class<?> clazz)
Class<?> getTargetType()
ValueCommand makeValueCommand(Object value)
Object readNext(SerializationStreamReader reader) throws SerializationException
SerializationException
Copyright © 2018. All rights reserved.