Class PersonRenderable

    • Field Summary

      • Fields inherited from interface it.tidalwave.thesefoolishthings.examples.dci.displayable.role.Renderable

        _Renderable_
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void renderTo​(java.lang.String pattern, java.util.function.Consumer<java.lang.String> renderingContext)  
      • Methods inherited from class java.lang.Object

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

      • PersonRenderable

        public PersonRenderable()
    • Method Detail

      • renderTo

        public void renderTo​(@Nonnull
                             java.lang.String pattern,
                             @Nonnull
                             java.util.function.Consumer<java.lang.String> renderingContext)
        Specified by:
        renderTo in interface Renderable