Class WritableUtils

java.lang.Object
io.micronaut.starter.template.WritableUtils

public final class WritableUtils extends Object
  • Method Details

    • renderWritable

      public static String renderWritable(Writable writable, int indentationSpaces)
    • renderWritableList

      public static String renderWritableList(List<Writable> writableList, int indentationSpaces)