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