public static class JsonLoaderImpl.JsonLoaderBuilder extends Object
Constructor and Description |
---|
JsonLoaderBuilder() |
Modifier and Type | Method and Description |
---|---|
JsonLoader |
build() |
JsonLoaderImpl.JsonLoaderBuilder |
dataPath(String dataPath) |
JsonLoaderImpl.JsonLoaderBuilder |
errorContext(CustomErrorContext errorContext) |
JsonLoaderImpl.JsonLoaderBuilder |
fromReader(Reader reader) |
JsonLoaderImpl.JsonLoaderBuilder |
fromStream(InputStream stream) |
JsonLoaderImpl.JsonLoaderBuilder |
messageParser(MessageParser messageParser) |
JsonLoaderImpl.JsonLoaderBuilder |
options(JsonLoaderOptions options) |
JsonLoaderImpl.JsonLoaderBuilder |
providedSchema(TupleMetadata providedSchema) |
JsonLoaderImpl.JsonLoaderBuilder |
resultSetLoader(ResultSetLoader rsLoader) |
JsonLoaderImpl.JsonLoaderBuilder |
standardOptions(OptionSet optionSet) |
public JsonLoaderImpl.JsonLoaderBuilder resultSetLoader(ResultSetLoader rsLoader)
public JsonLoaderImpl.JsonLoaderBuilder providedSchema(TupleMetadata providedSchema)
public JsonLoaderImpl.JsonLoaderBuilder standardOptions(OptionSet optionSet)
public JsonLoaderImpl.JsonLoaderBuilder options(JsonLoaderOptions options)
public JsonLoaderImpl.JsonLoaderBuilder errorContext(CustomErrorContext errorContext)
public JsonLoaderImpl.JsonLoaderBuilder fromStream(InputStream stream)
public JsonLoaderImpl.JsonLoaderBuilder fromReader(Reader reader)
public JsonLoaderImpl.JsonLoaderBuilder messageParser(MessageParser messageParser)
public JsonLoaderImpl.JsonLoaderBuilder dataPath(String dataPath)
public JsonLoader build()
Copyright © 2021 The Apache Software Foundation. All rights reserved.