
com.fasterxml.jackson.jr.ob.impl.DeferredMap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-jr-objects Show documentation
Show all versions of jackson-jr-objects Show documentation
Simple data-binding that builds directly on jackson-core (streaming),
has no other dependencies, and provides additional builder-style content generator
package com.fasterxml.jackson.jr.ob.impl;
import java.util.*;
/**
* A specialized {@link java.util.Map} implementation that will collect
* entries during building, but only materialize full lookup structure
* when needed; that is, actual building of hash lookup is deferred.
*
* Inspired by lazily initialized Map used by Boon library.
*/
public class DeferredMap extends AbstractMap
© 2015 - 2025 Weber Informatics LLC | Privacy Policy