Class TypeFunction


  • public final class TypeFunction
    extends CelStandardFunction
    Standard function for the type function.

    The type function returns the CEL type of its argument. It accepts a TypeResolver so that different runtimes can supply the appropriate resolver (e.g. a descriptor-based resolver for full proto, or a base resolver for lite proto).