public class NumberConverter extends Object implements PropertyConverter<Number>
| Constructor and Description |
|---|
NumberConverter() |
| Modifier and Type | Method and Description |
|---|---|
Number |
convert(Class<? extends Number> targetType,
String value)
Converts a value from import file to Java.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic Number convert(Class<? extends Number> targetType, String value)
PropertyConverterconvert in interface PropertyConverter<Number>targetType - the type of the target propertyvalue - the value in the import fileCopyright © 2022 fastnate.org. All rights reserved.