public static class StandardConverters.DoubleConverter extends StandardConverters.StringToNumberConverter<Double>
defaultValue| Constructor and Description |
|---|
StandardConverters.DoubleConverter(Double defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
protected Double |
fromString(String value,
TypeInfo<Double> type) |
convertpublic StandardConverters.DoubleConverter(Double defaultValue)
protected Double fromString(String value, TypeInfo<Double> type)
fromString in class StandardConverters.StringToNumberConverter<Double>Copyright © 2016. All rights reserved.