| Modifier and Type | Field and Description |
|---|---|
static Converter<String,Object> |
INSTANCE |
| Constructor and Description |
|---|
CompactMediaTypeIdConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
applyFrom(Object o)
Converts the specified canonical (RFC-compliant data type) value to the preferred Java idiomatic type.
|
Object |
applyTo(String s)
Converts the specified (Java idiomatic type) value to the canonical RFC-required data type.
|
public Object applyTo(String s)
ConverterCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.