Interface TypeWriter<T>

Type Parameters:
T - the value type written by this writer

public interface TypeWriter<T>
Writes a typed value into text.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    write(T value)
     
    void
    write(T value, StringBuilder out)