Interface StringNodeVisitor.Appender<T>

Type Parameters:
T - the object type
Enclosing class:
StringNodeVisitor

public static interface StringNodeVisitor.Appender<T>
An interface to appends an object to StringBuilder.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    append(T obj, @NotNull StringBuilder builder)
    Appends an object to StringBuilder.