ConverterBuilderClassBuilder
Builder class that itself builds converter builder classes. Meta, I know.
This is a fairly messy class containing a string builder, but what can you do?
Properties
Link copied to clipboard
Argument type, the type the user should ultimately be given after parsing.
Link copied to clipboard
Builder generic params, if any. Omit the <>.
Link copied to clipboard
Converter class - class that should be instantiated to construct the converter.
Link copied to clipboard
Extra generic bounds to place after where in the builder signature.
Functions
Link copied to clipboard
Add a builder constructor argument.
Link copied to clipboard
Add a builder build function statement.
Link copied to clipboard
Add a builder build function statement.
Link copied to clipboard
Add a builder extra statement.
Link copied to clipboard
Add a builder field.
Link copied to clipboard
Add a builder init statement.
Link copied to clipboard
Specify the converter types that this builder concerns.