Class NoEscapeStringifier

  • All Implemented Interfaces:
    Function<Object,​String>

    public class NoEscapeStringifier
    extends Object
    implements Function<Object,​String>
    INTERNAL: Stringifier that stringifies occurrences to their internal string value and all other objects using obj.toString(). Contents are output without being HTML-escaped.
    Since:
    2.0