org.kitesdk.morphline.base
Class FieldExpression
java.lang.Object
  
org.kitesdk.morphline.base.FieldExpression
public final class FieldExpression
- extends Object
 
Helper to fetch the values of a field of a Record referred to by a field expression,
 which is a String of the form @{fieldname}.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FieldExpression
public FieldExpression(String expression,
                       com.typesafe.config.Config config)
evaluate
public List evaluate(Record record)
- Returns the values of a 
Record referred to by the given field expression
 
 
Copyright © 2013–2014. All rights reserved.