Class TypeProvider.FieldType

    • Constructor Summary

      Constructors 
      Constructor Description
      FieldType()  
    • Constructor Detail

      • FieldType

        public FieldType()
    • Method Detail

      • type

        public abstract dev.cel.expr.Type type()
        The Type of the field.
      • celType

        public dev.cel.common.types.CelType celType()
      • of

        public static TypeProvider.FieldType of​(dev.cel.expr.Type type)
        Create a new FieldType instance from the provided type.