| Package | Description |
|---|---|
| us.bpsm.edn.printer |
This package provides a Printer to convert values to edn text.
|
| Modifier and Type | Method and Description |
|---|---|
Printer |
Printer.append(char c)
Append the given character to the underlying character stream.
|
Printer |
Printer.append(CharSequence csq)
Append the given characters to the underlying character stream.
|
static Printer |
LoosePrinter.newLoosePrinter(Appendable out) |
static Printer |
Printers.newPrinter(Appendable out)
Return a new Printer with the default printing
protocol.
|
static Printer |
Printers.newPrinter(Protocol<Printer.Fn<?>> fns,
Appendable out)
Return a new Printer with the printing protocol given as
fns. |
Printer |
Printer.printValue(Object ednValue)
Print
ednValue in edn syntax to the underlying
character stream. |
Printer |
Printer.softspace()
Increment the internal softspace counter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Printer.Fn.eval(E self,
Printer printer)
Implementations which may provoke an
IOException should wrapping it in an
EdnIOException before re-throwing it. |
Copyright © 2019. All rights reserved.