Class CelExpr.CelCreateStruct

  • Enclosing class:
    CelExpr

    @Immutable
    public abstract static class CelExpr.CelCreateStruct
    extends java.lang.Object
    A map or message creation expression.

    Maps are constructed as `{'key_name': 'value'}`. Message construction is similar, but prefixed with a type name and composed of field ids: `types.MyType{field_id: 'value'}`.

    • Constructor Detail

      • CelCreateStruct

        public CelCreateStruct()