Package tools.jackson.databind.deser.std


package tools.jackson.databind.deser.std
Package that contains standard value and key deserializer base classes that Jackson both uses for its own implementations and offers for module developers as convenient partial implementations. This means that they are not merely implementation details, but part of developer-public interface where project tries to maintain backwards compatibility at higher level than for implementation types under tools.jackson.databind.deser.impl and tools.jackson.databind.deser.jdk packages (although not quite as fully user-facing API like that of ObjectMapper).