Class PropertiesLookup.ContextPropertyResult

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextPropertyResult​(java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isLookupEvaluationAllowedInValue()
      Unlike configuration properties, context properties are not built around lookup syntax.
      java.lang.String toString()  
      java.lang.String value()
      Value of the lookup result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value

        private final java.lang.String value
    • Constructor Detail

      • ContextPropertyResult

        ContextPropertyResult​(java.lang.String value)
    • Method Detail

      • value

        public java.lang.String value()
        Description copied from interface: LookupResult
        Value of the lookup result. Never null.
        Specified by:
        value in interface LookupResult
      • isLookupEvaluationAllowedInValue

        public boolean isLookupEvaluationAllowedInValue()
        Unlike configuration properties, context properties are not built around lookup syntax.
        Specified by:
        isLookupEvaluationAllowedInValue in interface LookupResult
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object