public interface HasTransientProperties
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getTransientProperties()
Get the transient properties.
|
Object |
getTransientProperty(String name)
Get a transient (non-serialized) property.
|
void |
setTransientProperty(String name,
Object value)
Set a transient (non-serialized) property.
|
Map<String,Object> getTransientProperties()
Object getTransientProperty(String name)
name - The name of the property.Copyright © 2016. All rights reserved.