Interface MapFunction
-
public interface MapFunction
A map function that can be used as an argument inDocument
map method to manipulate a Document in a script (e.g. groovy script)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
map(java.lang.Object currentValue)
Map current value and return modified value.
-