Uses of Class
com.fasterxml.jackson.core.util.RecyclerPool.NonRecyclingPoolBase
-
Packages that use RecyclerPool.NonRecyclingPoolBase Package Description com.fasterxml.jackson.core.util Utility classes used by Jackson Core functionality. -
-
Uses of RecyclerPool.NonRecyclingPoolBase in com.fasterxml.jackson.core.util
Subclasses of RecyclerPool.NonRecyclingPoolBase in com.fasterxml.jackson.core.util Modifier and Type Class Description static class
JsonRecyclerPools.NonRecyclingPool
DummyRecyclerPool
implementation that does not recycle anything but simply creates new instances when asked to acquire items.
-