Class CelMutableExprConverter


  • public final class CelMutableExprConverter
    extends java.lang.Object
    Converts a mutable Expression Tree CelMutableExpr into the CEL native representation of Expression tree CelExpr and vice versa.
    • Method Detail

      • fromCelExpr

        public static CelMutableExpr fromCelExpr​(dev.cel.common.ast.CelExpr celExpr)
      • fromMutableExpr

        public static dev.cel.common.ast.CelExpr fromMutableExpr​(CelMutableExpr mutableExpr)