| Constructor and Description |
|---|
| org.easybatch.extensions.yaml.MultiYamlFileRecordReader(List<File>)
This constructor is deprecated since v5.3 and will be removed in v6.
It will be replaced with a constructor that accepts a
List<java.nio.file.Path> |
| org.easybatch.extensions.yaml.MultiYamlFileRecordReader(List<File>, Charset)
This constructor is deprecated since v5.3 and will be removed in v6.
It will be replaced with a constructor that accepts a
List<java.nio.file.Path> |
| org.easybatch.extensions.yaml.YamlFileRecordReader(File)
This constructor is deprecated since v5.3 and will be removed in v6.
Use
YamlFileRecordReader.YamlFileRecordReader(java.nio.file.Path) instead |
| org.easybatch.extensions.yaml.YamlFileRecordReader(File, String)
This constructor is deprecated since v5.3 and will be removed in v6.
Use
YamlFileRecordReader.YamlFileRecordReader(java.nio.file.Path, java.nio.charset.Charset) instead |
Copyright © 2020. All Rights Reserved.