public interface ValueModeHandler
| Modifier and Type | Method and Description |
|---|---|
Element |
createElement(Object key,
Serializable value)
Returns null for null values otherwise creates an
Element with the specified key-value and returns it |
ElementData |
createElementData(Element element) |
String |
createPortableKey(Object key) |
Object |
getRealKeyObject(String portableKey) |
Object |
getRealKeyObject(String portableKey,
ClassLoader classLoader) |
Object getRealKeyObject(String portableKey, ClassLoader classLoader)
String createPortableKey(Object key) throws IOException
IOExceptionElementData createElementData(Element element)
Element createElement(Object key, Serializable value)
Element with the specified key-value and returns itCopyright © 2003–2024 Terracotta, Inc.. All rights reserved.