| Package | Description |
|---|---|
| us.bpsm.edn.printer |
This package provides a Printer to convert values to edn text.
|
| us.bpsm.edn.protocols |
This package provides the basis for implementing the printer.
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol<Printer.Fn<?>> |
Printers.defaultPrinterProtocol()
Return the default printer
Protocol. |
static Protocol<Printer.Fn<?>> |
Printers.prettyPrinterProtocol() |
| Modifier and Type | Method and Description |
|---|---|
static Printer |
Printers.newPrinter(Protocol<Printer.Fn<?>> fns,
Appendable out)
Return a new Printer with the printing protocol given as
fns. |
static String |
Printers.printString(Protocol<Printer.Fn<?>> fns,
Object ednValue)
Print
ednValue to a new String using the printing
protocol given as fns. |
| Modifier and Type | Method and Description |
|---|---|
Protocol<F> |
Protocol.Builder.build()
Build and return the
Protocol described by the
preceding calls made on this Builder. |
Copyright © 2019. All rights reserved.