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 ThreadLocalBufferManagerBufferRecyclers. _bufferRecyclerTrackerFlag that indicates whetherBufferRecyclerinstances should be tracked.(package private) static ThreadLocalBufferManagerThreadLocalBufferManager.ThreadLocalBufferManagerHolder. managerMethods in com.fasterxml.jackson.core.util that return ThreadLocalBufferManager Modifier and Type Method Description static ThreadLocalBufferManagerThreadLocalBufferManager. instance()Returns the lazily initialized singleton instance
-