Class ExpressionWarning

    • Constructor Detail

      • ExpressionWarning

        public ExpressionWarning()
        No args constructor for use in serialization
      • ExpressionWarning

        public ExpressionWarning​(String fieldRef,
                                 String warning)
    • Method Detail

      • getFieldRef

        public String getFieldRef()
        fieldRef is the path to the field that refers to the expression. For example, the reference to the expression of the first item of validations is "spec.validations[0].expression"
      • setFieldRef

        public void setFieldRef​(String fieldRef)
        fieldRef is the path to the field that refers to the expression. For example, the reference to the expression of the first item of validations is "spec.validations[0].expression"
      • getWarning

        public String getWarning()
        warning contains the content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.
      • setWarning

        public void setWarning​(String warning)
        warning contains the content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)