Class OptionType<T>

java.lang.Object
de.jplag.options.OptionType<T>
Type Parameters:
T - The java type of the option.

public abstract sealed class OptionType<T> extends Object
The available types for language specific options.
  • Method Details

    • string

      public static de.jplag.options.OptionType.StringType string()
    • integer

      public static de.jplag.options.OptionType.IntegerType integer()
    • bool

      public static de.jplag.options.OptionType.BooleanType bool()
    • getJavaType

      public Class<T> getJavaType()