Class Dumper


  • public class Dumper
    extends java.lang.Object
    Author:
    Fabrizio Giudici
    • Constructor Summary

      Constructors 
      Constructor Description
      Dumper()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dumpAll()  
      static java.lang.String toString​(java.lang.Object event)  
      • Methods inherited from class java.lang.Object

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

      • Dumper

        public Dumper()
    • Method Detail

      • dumpAll

        public void dumpAll()
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

        @Nonnull
        public static java.lang.String toString​(@Nonnull
                                                java.lang.Object event)