public class IntegerConversion extends ObjectConversion<Integer>
| Constructor and Description |
|---|
IntegerConversion()
Creates a Conversion from String to Integer with default values to return when the input is null.
|
IntegerConversion(Integer valueIfStringIsNull,
String valueIfObjectIsNull)
Creates a Conversion from String to Integer with default values to return when the input is null.
|
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
fromString(String input)
Converts a String to Integer.
|
execute, fromInput, getValueIfObjectIsNull, getValueIfStringIsNull, revert, setValueIfObjectIsNull, setValueIfStringIsNull, undogetValueOnNullInput, getValueOnNullOutput, setValueOnNullInput, setValueOnNullOutputpublic IntegerConversion()
public IntegerConversion(Integer valueIfStringIsNull, String valueIfObjectIsNull)
valueIfStringIsNull - default Integer value to be returned when the input String is null. Used when ObjectConversion.execute(String) is invoked.valueIfObjectIsNull - default String value to be returned when a Integer input is null. Used when revert(Integer) is invoked.protected Integer fromString(String input)
fromString in class ObjectConversion<Integer>input - The String to be converted to TCopyright © 2021 Univocity Software Pty Ltd. All rights reserved.