public interface TypedKeyValue
An interface for a key-value pair with mediaType and encoding
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding() |
String |
getKey() |
String |
getMediaType() |
Object |
getValue() |
void |
setEncoding(String encoding) |
void |
setKey(String key) |
void |
setMediaType(String mediaType) |
void |
setValue(Object value) |
Copyright © 2020. All rights reserved.