Uses of Class
com.fasterxml.jackson.core.util.RecyclerPool.StatefulImplBase
-
Packages that use RecyclerPool.StatefulImplBase Package Description com.fasterxml.jackson.core.util 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.util Modifier and Type Class Description static classJsonRecyclerPools.BoundedPoolRecyclerPoolimplementation that uses a bounded queue (ArrayBlockingQueuefor recycling instances.static classJsonRecyclerPools.ConcurrentDequePoolRecyclerPoolimplementation that usesConcurrentLinkedDequefor recycling instances.static classJsonRecyclerPools.LockFreePoolDeprecated.Since 2.18: use other implementations insteadstatic classRecyclerPool.BoundedPoolBase<P extends RecyclerPool.WithPool<P>>RecyclerPoolimplementation that uses a bounded queue (ArrayBlockingQueuefor recycling instances.static classRecyclerPool.ConcurrentDequePoolBase<P extends RecyclerPool.WithPool<P>>RecyclerPoolimplementation that usesConcurrentLinkedDequefor recycling instances.static classRecyclerPool.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.StatefulImplBase Modifier and Type Method Description protected java.util.Optional<RecyclerPool.StatefulImplBase<P>>RecyclerPool.StatefulImplBase. _resolveToShared(RecyclerPool.StatefulImplBase<P> shared)Methods in com.fasterxml.jackson.core.util with parameters of type RecyclerPool.StatefulImplBase Modifier and Type Method Description protected java.util.Optional<RecyclerPool.StatefulImplBase<P>>RecyclerPool.StatefulImplBase. _resolveToShared(RecyclerPool.StatefulImplBase<P> shared)
-