Class JsonRecyclerPools.NonRecyclingPool

java.lang.Object
tools.jackson.core.util.RecyclerPool.NonRecyclingPoolBase<BufferRecycler>
tools.jackson.core.util.JsonRecyclerPools.NonRecyclingPool
All Implemented Interfaces:
Serializable, RecyclerPool<BufferRecycler>
Enclosing class:
JsonRecyclerPools

public static class JsonRecyclerPools.NonRecyclingPool extends RecyclerPool.NonRecyclingPoolBase<BufferRecycler>
Dummy RecyclerPool implementation that does not recycle anything but simply creates new instances when asked to acquire items.
See Also: