Class SerialFilterChecker


  • public final class SerialFilterChecker
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SerialFilterChecker()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void check()  
      • Methods inherited from class java.lang.Object

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

      • log

        private static final Log log
      • JDK_SERIAL_FILTER

        private static final java.lang.String JDK_SERIAL_FILTER
        See Also:
        Constant Field Values
      • SERIAL_FILTER_MISSING

        private static final boolean SERIAL_FILTER_MISSING
      • firstInvocation

        private static boolean firstInvocation
    • Constructor Detail

      • SerialFilterChecker

        private SerialFilterChecker()
    • Method Detail

      • check

        public static void check()