Class CommandInfo.Converter
java.lang.Object
com.jagrosh.jdautilities.doc.standard.CommandInfo.Converter
- All Implemented Interfaces:
DocConverter<CommandInfo>
- Enclosing class:
CommandInfo
The
DocConverter for
the @CommandInfo
annotation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(CommandInfo annotation) Returns a String processed from the contents of the providedAnnotation.
-
Constructor Details
-
Converter
public Converter()
-
-
Method Details
-
read
Description copied from interface:DocConverterReturns a String processed from the contents of the providedAnnotation.
Should never throw and/or encounter uncaught exceptions.- Specified by:
readin interfaceDocConverter<CommandInfo>- Parameters:
annotation- The annotation to process.- Returns:
- A String processed from the Annotation provided.
-