| Package | Description | 
|---|---|
| com.hazelcast.jet.pipeline.file | This package offers the  FileSourceBuilderwhich allows you to construct various kinds ofPipelinesources that read from local or distributed files. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> JsonFileFormat<T> | FileFormat. json()Returns a file format for JSON Lines files. | 
| static <T> JsonFileFormat<T> | FileFormat. json(Class<T> clazz)Returns a file format for JSON Lines files, where each line of text
 is one JSON object. | 
| JsonFileFormat<T> | JsonFileFormat. multiline(boolean multiline)Specifies if the Json parser should accept json records spanning
 multiple lines. | 
| JsonFileFormat<T> | JsonFileFormat. withClass(Class<T> clazz)Specifies class that data will be deserialized into. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.