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