@Plugin(name="Double", category="TypeConverter") public static class TypeConverters.DoubleConverter extends java.lang.Object implements TypeConverter<java.lang.Double>
String into a Double.| Constructor and Description |
|---|
DoubleConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
convert(java.lang.String s)
Converts a String to a given type.
|
public java.lang.Double convert(java.lang.String s)
TypeConverterconvert in interface TypeConverter<java.lang.Double>s - the String to convert. Cannot be null.