public abstract class SerializedImmutable<T> extends Object implements SerializedValue
| Constructor and Description |
|---|
SerializedImmutable(Type type,
Class<?> valueType) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getType() |
T |
getValue() |
Class<?> |
getValueType() |
void |
setValue(T value) |
String |
toString() |
SerializedImmutable<T> |
withValue(T value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptpublic SerializedImmutable<T> withValue(T value)
public void setValue(T value)
public Type getType()
getType in interface SerializedValuepublic Class<?> getValueType()
getValueType in interface SerializedValuepublic T getValue()
Copyright © 2016. All rights reserved.