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