public class SerializedImmutable<V> extends AbstractSerializedReferenceType implements SerializedImmutableType
| Constructor and Description |
|---|
SerializedImmutable(Type type) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Deserializer<T> visitor) |
V |
getValue() |
void |
setValue(V value) |
String |
toString() |
SerializedImmutable<V> |
withValue(V value) |
getResultType, setResultTypegetType, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetResultTypegetResultType, getType, setTypepublic SerializedImmutable(Type type)
public SerializedImmutable<V> withValue(V value)
public V getValue()
public void setValue(V value)
public <T> T accept(Deserializer<T> visitor)
accept in interface SerializedValueCopyright © 2016. All rights reserved.