Class Expression


  • public class Expression
    extends Object
    • Method Detail

      • isExpression

        public static boolean isExpression​(String value)
      • getKey

        public String getKey()
      • getDefaultValue

        public String getDefaultValue()
      • getPrefix

        public String getPrefix()
      • getSuffix

        public String getSuffix()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Overrides:
        toString in class Object
        Returns:
        the expression as ${key:default-value} or ${key} if there's no default value.