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