Interface CELUtil.KeyedEntityForCel

All Known Subinterfaces:
CELUtil.KeyEntryForCel, CELUtil.OperationForCel
Enclosing class:
CELUtil

public static interface CELUtil.KeyedEntityForCel
Base interface for 'mirrored' wrappers exposing data to CEL expression about entities that are associated with keys.
  • Method Details

    • getKeyElements

      List<String> getKeyElements()
    • getKey

      String getKey()
    • getEncodedKey

      String getEncodedKey()
    • getNamespaceElements

      List<String> getNamespaceElements()
    • getName

      String getName()
    • getNamespace

      String getNamespace()