Re: NIFI Expression Language to Evaluate custom function

2017-07-18 Thread Joe Witt
> > > > Eg: Class dateClass = > > parser.parseExpression("T(java.util.Date)").getValue(Class.class); > > > > Class stringClass = > > parser.parseExpression("T(String)").getValue(Class.class); > > > > > > > > > > > >

Re: NIFI Expression Language to Evaluate custom function

2017-07-18 Thread Joseph Niemiec
s); > > Class stringClass = > parser.parseExpression("T(String)").getValue(Class.class); > > > > > > -- > View this message in context: http://apache-nifi-developer- > list.39713.n7.nabble.com/NIFI-Expression-Language-to- > Evaluate-custom-

NIFI Expression Language to Evaluate custom function

2017-07-18 Thread hemantvsn
class); -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/NIFI-Expression-Language-to-Evaluate-custom-function-tp16451.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.