|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tm4j.vtl.extractors.QuotableStringMaker
A simple text processing function which turns a string into one which can be used inside a double-quoted string. This function returns the input object converted to a string with all occurrences of the double-quote character " converted to a single-quote character '
| Constructor Summary | |
QuotableStringMaker()
|
|
| Method Summary | |
java.lang.Object |
fn(java.lang.Object x)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QuotableStringMaker()
| Method Detail |
public java.lang.Object fn(java.lang.Object x)
fn in interface uk.co.jezuk.mango.UnaryFunction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||