| Modifier and Type | Field and Description |
|---|---|
static PositiveIntegerConverter |
INSTANCE |
| Constructor and Description |
|---|
PositiveIntegerConverter() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
applyFrom(Object o)
Converts the specified canonical (RFC-compliant data type) value to the preferred Java idiomatic type.
|
Object |
applyTo(Integer integer)
Converts the specified (Java idiomatic type) value to the canonical RFC-required data type.
|
public static final PositiveIntegerConverter INSTANCE
public Object applyTo(Integer integer)
ConverterCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.