Class Description


  • public class Description
    extends java.lang.Object
    Utility class to describe classes as text.
    • Constructor Summary

      Constructors 
      Constructor Description
      Description()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String of​(java.lang.reflect.Member member)
      Describes a Member.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Description

        public Description()
    • Method Detail

      • of

        public static java.lang.String of​(java.lang.reflect.Member member)
        Describes a Member.
        Parameters:
        member - a Member, cannot be null
        Returns:
        a description, never null