Class RecyclerPool.NonRecyclingPoolBase<P extends RecyclerPool.WithPool<P>>

java.lang.Object
com.fasterxml.jackson.core.util.RecyclerPool.NonRecyclingPoolBase<P>
All Implemented Interfaces:
RecyclerPool<P>, Serializable
Direct Known Subclasses:
JsonRecyclerPools.NonRecyclingPool
Enclosing interface:
RecyclerPool<P extends RecyclerPool.WithPool<P>>

public abstract static class RecyclerPool.NonRecyclingPoolBase<P extends RecyclerPool.WithPool<P>> extends Object implements RecyclerPool<P>
RecyclerPool implementation that does not use any pool but simply creates new instances when necessary.
See Also: