Uses of Interface
com.beust.jcommander.IStringConverter
Packages that use IStringConverter
Package
Description
-
Uses of IStringConverter in com.beust.jcommander
Methods in com.beust.jcommander that return IStringConverterModifier and TypeMethodDescriptionprivate IStringConverter<?>JCommander.findConverterInstance(Parameter parameter, Class<?> forType, String optionName) IStringConverterInstanceFactory.getConverterInstance(Parameter parameter, Class<?> forType, String optionName) Obtain a converter instance for parsingparameteras typeforTypeMethods in com.beust.jcommander that return types with arguments of type IStringConverterModifier and TypeMethodDescriptionClass<? extends IStringConverter<?>>IStringConverterFactory.getConverter(Class<?> forType) -
Uses of IStringConverter in com.beust.jcommander.converters
Classes in com.beust.jcommander.converters that implement IStringConverterModifier and TypeClassDescriptionclassBase class for converters that store the name of the option.classConverts a String to a BigDecimal.classConverts a string to a boolean.classConverts a String to a char[].classA converter to obtain a list of elements.classConvert a string to a double.classEnumConverter<T extends Enum<T>>A converter to parse enumsclassConvert a string into a file.classConvert a string to a float.classConvertsStrings toInetAddress'.classConvert a string to an integer.classConverts a String to a Date.classConvert a string to a long.classDefault value for a converter when none is specified.classConvert a string into a path.classDefault converter for strings.classConvert a string into a URI.classConvert a string into a URI.Fields in com.beust.jcommander.converters declared as IStringConverterModifier and TypeFieldDescriptionprivate final IStringConverter<T>DefaultListConverter.converterConstructors in com.beust.jcommander.converters with parameters of type IStringConverterModifierConstructorDescriptionDefaultListConverter(IParameterSplitter splitter, IStringConverter<T> converter) Constructs a new converter. -
Uses of IStringConverter in com.beust.jcommander.internal
Fields in com.beust.jcommander.internal with type parameters of type IStringConverterModifier and TypeFieldDescriptionprivate static Map<Class,Class<? extends IStringConverter<?>>> DefaultConverterFactory.classConvertersA map of converters per class.Methods in com.beust.jcommander.internal that return types with arguments of type IStringConverterModifier and TypeMethodDescriptionClass<? extends IStringConverter<?>>DefaultConverterFactory.getConverter(Class forType)