Package de.gematik.rbellogger.util
Class GenericPrettyPrinter<T>
- java.lang.Object
-
- de.gematik.rbellogger.util.GenericPrettyPrinter<T>
-
public class GenericPrettyPrinter<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GenericPrettyPrinter(java.util.function.Predicate<T> isLeaf, java.util.function.Function<T,java.lang.String> nodePrinter, java.util.function.Function<T,java.util.stream.Stream<T>> leafRetriever)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringprettyPrint(T root)
-
-
-
Method Detail
-
prettyPrint
public java.lang.String prettyPrint(T root)
-
-