T - destination typepublic abstract static class ValueWriter.Member<T> extends Object
| Constructor and Description |
|---|
Member(Class<?> valueType)
Creates a member contains nested value
|
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getOrigin()
The origin value of this member
|
Class<Object> |
getValueType() |
abstract void |
setValue(T destination,
Object value)
Set the value.
|
public Member(Class<?> valueType)
valueType - the value typeCopyright © 2011–2021. All rights reserved.