@ThreadSafe @Immutable public class UriStringConverter extends Object implements StringConverter<URI>
| Modifier and Type | Method and Description |
|---|---|
static UriStringConverter |
create() |
URI |
fromString(String string)
Convert the provided string into an object.
|
EnhancedType<URI> |
type()
The type supported by this converter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic static UriStringConverter create()
public EnhancedType<URI> type()
StringConvertertype in interface StringConverter<URI>public URI fromString(String string)
StringConverterfromString in interface StringConverter<URI>Copyright © 2022. All rights reserved.