Uses of Class
com.fasterxml.jackson.core.util.ThreadLocalBufferManager
-
Packages that use ThreadLocalBufferManager Package Description com.fasterxml.jackson.core.util Utility classes used by Jackson Core functionality. -
-
Uses of ThreadLocalBufferManager in com.fasterxml.jackson.core.util
Fields in com.fasterxml.jackson.core.util declared as ThreadLocalBufferManager Modifier and Type Field Description private static ThreadLocalBufferManager
BufferRecyclers. _bufferRecyclerTracker
Flag that indicates whetherBufferRecycler
instances should be tracked.(package private) static ThreadLocalBufferManager
ThreadLocalBufferManager.ThreadLocalBufferManagerHolder. manager
Methods in com.fasterxml.jackson.core.util that return ThreadLocalBufferManager Modifier and Type Method Description static ThreadLocalBufferManager
ThreadLocalBufferManager. instance()
Returns the lazily initialized singleton instance
-