Package org.infinispan.cli.printers
Class JsonPrettyPrinter
- java.lang.Object
-
- org.infinispan.cli.printers.AbstractPrettyPrinter
-
- org.infinispan.cli.printers.JsonPrettyPrinter
-
- All Implemented Interfaces:
Closeable,AutoCloseable,PrettyPrinter
public class JsonPrettyPrinter extends AbstractPrettyPrinter
- Since:
- 14.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.cli.printers.PrettyPrinter
PrettyPrinter.PrettyPrintMode
-
-
Field Summary
-
Fields inherited from class org.infinispan.cli.printers.AbstractPrettyPrinter
shell
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsonPrettyPrinter(org.aesh.command.shell.Shell shell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidprintItem(Map<String,String> item)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.infinispan.cli.printers.PrettyPrinter
print, print
-
-
-
-
Method Detail
-
close
public void close() throws IOException- Throws:
IOException
-
-