Class PropertiesLookup.ConfigurationPropertyResult

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isLookupEvaluationAllowedInValue()
      Properties are a special case in which lookups contained within the properties map are allowed for recursive evaluation.
      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

      • ConfigurationPropertyResult

        ConfigurationPropertyResult​(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()
        Properties are a special case in which lookups contained within the properties map are allowed for recursive evaluation.
        Specified by:
        isLookupEvaluationAllowedInValue in interface LookupResult
      • toString

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