public static class PropertyManagement.IntegerConverter extends Object implements PropertyManagement.PropertyConverter<Integer>
| Constructor and Description |
|---|
IntegerConverter() |
| Modifier and Type | Method and Description |
|---|---|
Class<Integer> |
baseClass() |
Serializable |
convert(Integer ob) |
Integer |
convert(Serializable ob) |
public Serializable convert(Integer ob)
convert in interface PropertyManagement.PropertyConverter<Integer>public Integer convert(Serializable ob) throws Exception
convert in interface PropertyManagement.PropertyConverter<Integer>Exceptionpublic Class<Integer> baseClass()
baseClass in interface PropertyManagement.PropertyConverter<Integer>Copyright © 2013–2022. All rights reserved.