public static class ResolveInterceptor.SerializedValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
value
The serialized value.
|
Constructor and Description |
---|
SerializedValue()
Create a new serialized value.
|
SerializedValue(java.lang.String value)
Create a new serialized value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue()
Get the value.
|
void |
setValue(java.lang.String value)
Set the value.
|