You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/src/main/java/dev/cel/extensions/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1122,6 +1122,7 @@ The type-mapping between Java and CEL is as follows:
1122
1122
1123
1123
* This is only supported for the planner runtime (e.g., `CelRuntimeFactory.plannerRuntimeBuilder()`).
1124
1124
* Native Java arrays (except `byte[]`) are not supported. Use `java.util.List` instead.
1125
+
* Java `enum` properties are not currently supported and will be safely ignored during scanning.
1125
1126
* If there is a name collision with a Protobuf type, the protobuf type will take precedence.
1126
1127
* Instantiating new struct values (e.g., `Account{id: 1234}`) requires the class to have a no-argument constructor (public, protected, package-private, or private).
1127
1128
* Final fields are supported only in a **read-only** capacity; they cannot be populated when instantiating new struct values.
0 commit comments