Uses of Interface
pro.johndunlap.getopt.TypeConverter
-
Packages that use TypeConverter Package Description pro.johndunlap.getopt pro.johndunlap.getopt.annotation -
-
Uses of TypeConverter in pro.johndunlap.getopt
Classes in pro.johndunlap.getopt that implement TypeConverter Modifier and Type Class Description classDefaultValueParserA default implementation of the ValueParser interface.Methods in pro.johndunlap.getopt with parameters of type TypeConverter Modifier and Type Method Description protected ObjectParseContext. parse(String value, Class<?> fieldType, TypeConverter<?> typeConverter)GetOptGetOpt. register(Class<?> type, TypeConverter<?> typeConverter)Method parameters in pro.johndunlap.getopt with type arguments of type TypeConverter Modifier and Type Method Description GetOptGetOpt. register(Map<Class<?>,TypeConverter<?>> typeConverters)Constructor parameters in pro.johndunlap.getopt with type arguments of type TypeConverter Constructor Description ParseContext(Class<T> classType, String[] args, Map<Class<?>,TypeConverter<?>> typeConverters)Create a new ParseContext for the given class type and string arguments. -
Uses of TypeConverter in pro.johndunlap.getopt.annotation
Methods in pro.johndunlap.getopt.annotation that return types with arguments of type TypeConverter Modifier and Type Method Description Class<? extends TypeConverter<?>>converter()This is only necessary if the field is a type that is not supported by default.Class<? extends TypeConverter<?>>converter()The parser to use for this option.
-