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