| Constructor and Description |
|---|
EncodedObjectConverter(Class<T> type,
Converter<T,? super CharSequence> converter) |
| Modifier and Type | Method and Description |
|---|---|
T |
applyFrom(Object value)
Converts the specified canonical (RFC-compliant data type) value to the preferred Java idiomatic type.
|
Object |
applyTo(T t)
Converts the specified (Java idiomatic type) value to the canonical RFC-required data type.
|
public EncodedObjectConverter(Class<T> type, Converter<T,? super CharSequence> converter)
public Object applyTo(T t)
ConverterCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.