public class NumberConverter extends Converter
| Modifier | Constructor and Description |
|---|---|
protected |
NumberConverter() |
|
NumberConverter(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Collection<String> args) |
boolean |
isSupported(Class<?> type) |
protected NumberConverter()
public NumberConverter(Class<?> type)
public Object convert(Collection<String> args)
public boolean isSupported(Class<?> type)
isSupported in class ConverterCopyright © 2023. All rights reserved.