Package org.apache.unomi.api.utils
Interface ParserHelper.ValueExtractor
-
- Enclosing class:
- ParserHelper
public static interface ParserHelper.ValueExtractor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
extract(String valueAsString, Event event)
-
-
-
Method Detail
-
extract
Object extract(String valueAsString, Event event) throws IllegalAccessException, NoSuchMethodException, InvocationTargetException
-
-