Interface WritableContent

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface WritableContent
Callback interface used to write file content. Designed to align with JavaPoet's JavaFile.writeTo method.
Since:
6.0
Author:
Phillip Webb
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback method that should write the content to the given Appendable.