io.github.thunderz99.cosmos.CosmosDocumentList Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-cosmos Show documentation
Show all versions of java-cosmos Show documentation
A lightweight Azure CosmosDB client for Java
package io.github.thunderz99.cosmos;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import io.github.thunderz99.cosmos.util.JsonUtil;
import org.apache.commons.collections4.CollectionUtils;
/**
* Represent a list of CosmosDB document.
*
*
* Having toList and toJson util method to convert to {@code List} or String
* conveniently.
*
*/
public class CosmosDocumentList {
List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy