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 TypeMethodDescriptionvoidappend(T obj, @NotNull StringBuilder builder) Appends an object toStringBuilder.
-
Method Details
-
append
Appends an object toStringBuilder.- Parameters:
obj- an objectbuilder- aStringBuilder
-