public abstract class DataWriterFactory<T> extends Object
| Constructor and Description |
|---|
DataWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract DataWriter<T> |
constructWriter(OutputStream out) |
public abstract DataWriter<T> constructWriter(OutputStream out) throws IOException
IOExceptionCopyright © 2022 FasterXML. All rights reserved.