Class OpaqueValue


  • public abstract class OpaqueValue
    extends CelValue
    OpaqueValue is the value representation of OpaqueType.
    • Constructor Detail

      • OpaqueValue

        public OpaqueValue()
    • Method Detail

      • celType

        public abstract OpaqueType celType()
        Description copied from class: CelValue
        The CelType that represents this value.
        Specified by:
        celType in class CelValue
      • create

        public static OpaqueValue create​(java.lang.String name,
                                         java.lang.Object value)