Interface LookupResult
public interface LookupResult
- 
Method Details- 
valueString value()Value of the lookup result. Never null.
- 
isLookupEvaluationAllowedInValuedefault boolean isLookupEvaluationAllowedInValue()True if thevalue()should be re-evaluated for other lookups. This is used byPropertiesLookupto allow properties to be evaluated against other properties, because the configuration properties are completely trusted and designed with lookups in mind. It is unsafe to return true in most cases because it may allow unintended lookups to evaluate other lookups.
 
-