public interface InMemoryFormat
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
The in-memory format key
|
Object |
getValue()
The in-memory format value
|
Class<?> |
getValueType()
The type reference for the value.
|
static InMemoryFormat |
of(String key,
Object value,
Class<?> valueType) |
String getKey()
Object getValue()
Class<?> getValueType()
static InMemoryFormat of(String key, Object value, Class<?> valueType)
Copyright © 2019. All rights reserved.