jar

pro.johndunlap : getopt-databind

Maven & Gradle

Apr 20, 2023
0 stars

getopt-databind · This is a Java library which provides a flexible and customizable way to bind command line arguments to Java objects, in a similar manner to how JSON, XML, and YAML can be bound to Java objects. You can easily define Java classes that represent the data structure of your command line arguments, and use annotations to specify how those arguments should be parsed and bound to the corresponding fields in your Java object. This allows you to write command line interfaces that are more intuitive and easier to use, while also reducing the amount of boilerplate code that is needed to parse and validate command line arguments.

Table Of Contents

Latest Version

Download pro.johndunlap : getopt-databind JAR file - Latest Versions:

All Versions

Download pro.johndunlap : getopt-databind JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window getopt-databind-0.5.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

pro.johndunlap.getopt

├─ pro.johndunlap.getopt.DefaultValueParser.class - [JAR]

├─ pro.johndunlap.getopt.ExitMechanism.class - [JAR]

├─ pro.johndunlap.getopt.GetOpt.class - [JAR]

├─ pro.johndunlap.getopt.Main.class - [JAR]

├─ pro.johndunlap.getopt.OptionInfo.class - [JAR]

├─ pro.johndunlap.getopt.ParseContext.class - [JAR]

├─ pro.johndunlap.getopt.Parser.class - [JAR]

├─ pro.johndunlap.getopt.ReflectionUtil.class - [JAR]

├─ pro.johndunlap.getopt.TypeConverter.class - [JAR]

pro.johndunlap.getopt.exception

├─ pro.johndunlap.getopt.exception.DuplicateOptionException.class - [JAR]

├─ pro.johndunlap.getopt.exception.InaccessibleFieldException.class - [JAR]

├─ pro.johndunlap.getopt.exception.MissingNoArgConstructorException.class - [JAR]

├─ pro.johndunlap.getopt.exception.ParseException.class - [JAR]

├─ pro.johndunlap.getopt.exception.RethrownException.class - [JAR]

├─ pro.johndunlap.getopt.exception.UnsupportedTypeConversionException.class - [JAR]

pro.johndunlap.getopt.annotation

├─ pro.johndunlap.getopt.annotation.Arg.class - [JAR]

├─ pro.johndunlap.getopt.annotation.GetOptOrdered.class - [JAR]

├─ pro.johndunlap.getopt.annotation.Help.class - [JAR]

├─ pro.johndunlap.getopt.annotation.Ignore.class - [JAR]