public class DoubleConverter extends BaseTypeConverter<Double>
| Constructor and Description |
|---|
DoubleConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected Double |
convertSingleObject(Object unspecifiedValue) |
protected SpecifiedTypeValue<Double> |
createValue(Double value) |
protected SpecifiedTypeValue<Double> |
createValue(List<Double> values) |
convert, convertArray, convertCollectionprotected SpecifiedTypeValue<Double> createValue(Double value)
createValue in class BaseTypeConverter<Double>protected SpecifiedTypeValue<Double> createValue(List<Double> values)
createValue in class BaseTypeConverter<Double>protected Double convertSingleObject(Object unspecifiedValue)
convertSingleObject in class BaseTypeConverter<Double>Copyright © 2019 Power Flows. All rights reserved.