Modifier and Type | Method | Description |
---|---|---|
CommandLine.ITypeConverter<?>[] |
CommandLine.Model.ArgSpec.converters() |
Returns one or more
type converters to use to convert the command line
argument into a strongly typed value (or key-value pair for map fields). |
Modifier and Type | Method | Description |
---|---|---|
<K> CommandLine |
CommandLine.registerConverter(Class<K> cls,
CommandLine.ITypeConverter<K> converter) |
Registers the specified type converter for the specified class.
|
Copyright © 2017–2019. All rights reserved.