public class AbstractParser<T> extends Object
| Constructor and Description |
|---|
AbstractParser() |
| Modifier and Type | Method and Description |
|---|---|
protected TypeConverter |
getTypeConverter(ParseState<T> state)
Gets the type converter to use for converting arguments into
option/argument values
|
protected final TypeConverter getTypeConverter(ParseState<T> state)
state - Parser StateCopyright © 2012–2022. All rights reserved.