OwlModule
OutputWriters.ToHoa
@FunctionalInterface public interface OutputWriter extends OwlModule
OutputWriter.Binding.write(Object)
, which may degrade performance in
parallel invocations.
If some implementation runs for a significant amount of time, consider converting it to an
object -> string transformer and using a string
output
.
Modifier and Type | Interface | Description |
---|---|---|
static interface |
OutputWriter.Binding |
|
static class |
OutputWriter.OutputWriterException |
Modifier and Type | Method | Description |
---|---|---|
OutputWriter.Binding |
bind(java.io.Writer writer,
Environment env) |
OutputWriter.Binding bind(java.io.Writer writer, Environment env)