Package org.apache.ibatis.io
Class SerialFilterChecker
- java.lang.Object
-
- org.apache.ibatis.io.SerialFilterChecker
-
public final class SerialFilterChecker extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static boolean
firstInvocation
private static java.lang.String
JDK_SERIAL_FILTER
private static Log
log
private static boolean
SERIAL_FILTER_MISSING
-
Constructor Summary
Constructors Modifier Constructor Description private
SerialFilterChecker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
check()
-
-
-
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
-
-