org.mapfish.print.wrapper.yaml.PYamlArray Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of print-lib Show documentation
Show all versions of print-lib Show documentation
Library for generating PDFs and images from online webmapping services
package org.mapfish.print.wrapper.yaml;
import org.json.JSONArray;
import org.json.JSONException;
import org.mapfish.print.ExceptionUtils;
import org.mapfish.print.wrapper.ObjectMissingException;
import org.mapfish.print.wrapper.PArray;
import org.mapfish.print.wrapper.PElement;
import org.mapfish.print.wrapper.PObject;
import org.mapfish.print.wrapper.json.PJsonArray;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
/**
* Array wrapper for Yaml parsing.
*/
public class PYamlArray extends PElement implements PArray {
private final List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy