Package com.cedarsoftware.io
Class JsonIoCleanup.ThreadLocalCleaner
java.lang.Object
com.cedarsoftware.io.JsonIoCleanup.ThreadLocalCleaner
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- JsonIoCleanup
Auto-closeable wrapper for ThreadLocal cleanup.
This class enables automatic cleanup in try-with-resources blocks.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Automatically cleans up ThreadLocal resources when the try-with-resources block is exited.
-
Method Details
-
close
public void close()Automatically cleans up ThreadLocal resources when the try-with-resources block is exited.- Specified by:
close
in interfaceAutoCloseable
-