@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, wait
toString
public static UriStringConverter create()
public EnhancedType<URI> type()
StringConverter
type
in interface StringConverter<URI>
public URI fromString(String string)
StringConverter
fromString
in interface StringConverter<URI>
Copyright © 2021. All rights reserved.