public class UriStringConverter extends Object implements Converter<URI,CharSequence>
| Constructor and Description |
|---|
UriStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
URI |
applyFrom(CharSequence s)
Converts the specified canonical (RFC-compliant data type) value to the preferred Java idiomatic type.
|
String |
applyTo(URI uri)
Converts the specified (Java idiomatic type) value to the canonical RFC-required data type.
|
public String applyTo(URI uri)
ConverterapplyTo in interface Converter<URI,CharSequence>uri - the preferred idiomatic valuepublic URI applyFrom(CharSequence s)
ConverterapplyFrom in interface Converter<URI,CharSequence>s - the canonical value to convertCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.