Class JsonRecyclerPools.NonRecyclingPool

java.lang.Object
com.fasterxml.jackson.core.util.RecyclerPool.NonRecyclingPoolBase<BufferRecycler>
com.fasterxml.jackson.core.util.JsonRecyclerPools.NonRecyclingPool
All Implemented Interfaces:
RecyclerPool<BufferRecycler>, Serializable
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: