io.avaje.json.simple.DSimpleMapper Maven / Gradle / Ivy
package io.avaje.json.simple;
import io.avaje.json.JsonAdapter;
import io.avaje.json.PropertyNames;
import io.avaje.json.core.CoreTypes;
import io.avaje.json.stream.JsonStream;
import java.util.List;
import java.util.Map;
final class DSimpleMapper implements SimpleMapper {
private final JsonStream jsonStream;
private final Type
© 2015 - 2024 Weber Informatics LLC | Privacy Policy