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