Interface StringRenderable.Visitor<T>

Enclosing interface:
StringRenderable

public static interface StringRenderable.Visitor<T>
A visitor for rendered string content.
  • Method Summary

    Modifier and Type Method Description
    Optional<T> accept​(String asString)
    Visits a literal string.
  • Method Details