Class Author.Converter

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

public static class Author.Converter extends Object implements DocConverter<Author>
  • Constructor Details

    • Converter

      public Converter()
  • Method Details

    • read

      public String read(Author 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<Author>
      Parameters:
      annotation - The annotation to process.
      Returns:
      A String processed from the Annotation provided.