| Constructor and Description |
|---|
RedactedValueConverter(Converter<T,Object> delegate) |
| Modifier and Type | Method and Description |
|---|---|
T |
applyFrom(Object o)
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 Object applyTo(T t)
ConverterCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.