Uses of Interface
com.fasterxml.jackson.databind.util.LookupCache

Packages that use LookupCache
Package
Description
Package that contains most of configuration-related classes; exception being couple of most-commonly used configuration things (like Feature enumerations) that are at the main level (com.fasterxml.jackson.databind).
Contains implementation classes of deserialization part of data binding.
Contains implementation classes of serialization part of data binding.
Contains implementation classes of serialization part of data binding.
Package that contains concrete implementations of JavaType, as well as the factory (TypeFactory) for constructing instances from various input data types (like Class, Type) and programmatically (for structured types, arrays, Lists and Maps).
Utility classes for Mapper package.