com.exasol.adapter.document.documentnode.objectwrapper.ListWrapperNode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of virtual-schema-common-document Show documentation
Show all versions of virtual-schema-common-document Show documentation
Common module of Exasol Virtual Schema Adapters for Document Data Sources.
The newest version!
package com.exasol.adapter.document.documentnode.objectwrapper;
import java.util.List;
import java.util.stream.Collectors;
import com.exasol.adapter.document.documentnode.DocumentArray;
import com.exasol.adapter.document.documentnode.DocumentNode;
/**
* This class wraps list of java objects as {@link DocumentNode}.
*/
class ListWrapperNode implements DocumentArray {
/** @serial */
private final List