Class TableJournalPrettyPrinter
- java.lang.Object
-
- org.projectbarbel.histo.functions.TableJournalPrettyPrinter
-
- All Implemented Interfaces:
Function<List<Bitemporal>,String>
public class TableJournalPrettyPrinter extends Object implements Function<List<Bitemporal>,String>
Default pretty printer for journals.- Author:
- Niklas Schlimm
-
-
Constructor Summary
Constructors Constructor Description TableJournalPrettyPrinter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
apply(List<Bitemporal> objectsToPrint)
String
prettyPrint(List<Bitemporal> objects, Object id, Function<Bitemporal,String> customField)
-
-
-
Method Detail
-
prettyPrint
public String prettyPrint(List<Bitemporal> objects, Object id, Function<Bitemporal,String> customField)
-
apply
public String apply(List<Bitemporal> objectsToPrint)
- Specified by:
apply
in interfaceFunction<List<Bitemporal>,String>
-
-