class CustomParameterConverters
extends java.lang.Object
implements com.beust.jcommander.IStringConverterFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomParameterConverters.PathConverter |
| Constructor and Description |
|---|
CustomParameterConverters() |
| Modifier and Type | Method and Description |
|---|---|
<T> java.lang.Class<? extends com.beust.jcommander.IStringConverter<T>> |
getConverter(java.lang.Class<T> forType) |