java.lang.Object
org.apache.nifi.attribute.expression.language.ValueLookup
All Implemented Interfaces:
Map<String,String>

final class ValueLookup extends Object implements Map<String,String>
A convenience class to encapsulate the logic of variable substitution based first on any additional variable maps, then flow file properties, then flow file attributes, and finally the provided system and env variable registry.