Class DescriptionBuilder

  • All Implemented Interfaces:
    Builder<java.lang.String>

    public class DescriptionBuilder
    extends java.lang.Object
    implements Builder<java.lang.String>
    • Constructor Summary

      Constructors 
      Constructor Description
      DescriptionBuilder​(java.lang.reflect.AccessibleObject method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String build()  
      • Methods inherited from class java.lang.Object

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

      • DescriptionBuilder

        public DescriptionBuilder​(java.lang.reflect.AccessibleObject method)
    • Method Detail

      • build

        public java.lang.String build()
        Specified by:
        build in interface Builder<java.lang.String>