Interface StringHelper.Renderer<T>

Enclosing class:
StringHelper

public static interface StringHelper.Renderer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    render(T value)
     
  • Method Details