protected static class BaseJsonLoaderTest.JsonLoaderFixture extends Object
| Modifier and Type | Field and Description |
|---|---|
JsonLoaderImpl.JsonLoaderBuilder |
builder |
CustomErrorContext |
errorContext |
JsonLoaderOptions |
jsonOptions |
ResultSetOptionBuilder |
rsLoaderOptions |
| Modifier | Constructor and Description |
|---|---|
protected |
JsonLoaderFixture() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
RowSet |
next() |
void |
open(InputStream is) |
void |
open(String json) |
public ResultSetOptionBuilder rsLoaderOptions
public JsonLoaderImpl.JsonLoaderBuilder builder
public JsonLoaderOptions jsonOptions
public CustomErrorContext errorContext
public void open(InputStream is)
public void open(String json)
public RowSet next()
public void close()
Copyright © 2021 The Apache Software Foundation. All rights reserved.