Class CommandInfo.Converter

java.lang.Object
com.jagrosh.jdautilities.doc.standard.CommandInfo.Converter
All Implemented Interfaces:
DocConverter<CommandInfo>
Enclosing class:
CommandInfo

public static class CommandInfo.Converter extends Object implements DocConverter<CommandInfo>
The DocConverter for the @CommandInfo annotation.
  • Constructor Details

    • Converter

      public Converter()
  • Method Details

    • read

      public String read(CommandInfo annotation)
      Description copied from interface: DocConverter
      Returns a String processed from the contents of the provided Annotation.
      Should never throw and/or encounter uncaught exceptions.
      Specified by:
      read in interface DocConverter<CommandInfo>
      Parameters:
      annotation - The annotation to process.
      Returns:
      A String processed from the Annotation provided.