T - the typ of the value heldpublic class DistributedValue<T> extends Object implements Serializable
| Constructor and Description |
|---|
DistributedValue() |
| Modifier and Type | Method and Description |
|---|---|
T |
getNaturalRepresentation() |
byte[] |
getSerializedRepresentation() |
Object |
getValue()
If the
naturalRepresentation of the value is not {code null} then returns it. |
void |
setNaturalRepresentation(T naturalRepresentation) |
void |
setSerializedRepresentation(byte[] serializedRepresentation) |
public Object getValue()
naturalRepresentation of the value is not {code null} then returns it. Otherwise it returns
serializedRepresentationpublic T getNaturalRepresentation()
public void setNaturalRepresentation(T naturalRepresentation)
public byte[] getSerializedRepresentation()
public void setSerializedRepresentation(byte[] serializedRepresentation)
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.