Uses of Class
com.fasterxml.jackson.core.util.RecyclerPool.StatefulImplBase
Packages that use RecyclerPool.StatefulImplBase
Package
Description
Utility classes used by Jackson Core functionality.
-
Uses of RecyclerPool.StatefulImplBase in com.fasterxml.jackson.core.util
Subclasses of RecyclerPool.StatefulImplBase in com.fasterxml.jackson.core.utilModifier and TypeClassDescriptionstatic class
RecyclerPool
implementation that uses a bounded queue (ArrayBlockingQueue
for recycling instances.static class
RecyclerPool
implementation that usesConcurrentLinkedDeque
for recycling instances.static class
Deprecated.Since 2.18: use other implementations insteadstatic class
RecyclerPool.BoundedPoolBase<P extends RecyclerPool.WithPool<P>>
RecyclerPool
implementation that uses a bounded queue (ArrayBlockingQueue
for recycling instances.static class
RecyclerPool.ConcurrentDequePoolBase<P extends RecyclerPool.WithPool<P>>
RecyclerPool
implementation that usesConcurrentLinkedDeque
for recycling instances.static class
RecyclerPool.LockFreePoolBase<P extends RecyclerPool.WithPool<P>>
Deprecated.Since 2.18: use other implementationsMethods in com.fasterxml.jackson.core.util that return types with arguments of type RecyclerPool.StatefulImplBaseModifier and TypeMethodDescriptionprotected Optional
<RecyclerPool.StatefulImplBase<P>> RecyclerPool.StatefulImplBase._resolveToShared
(RecyclerPool.StatefulImplBase<P> shared) Methods in com.fasterxml.jackson.core.util with parameters of type RecyclerPool.StatefulImplBaseModifier and TypeMethodDescriptionprotected Optional
<RecyclerPool.StatefulImplBase<P>> RecyclerPool.StatefulImplBase._resolveToShared
(RecyclerPool.StatefulImplBase<P> shared)