Uses of Class
dev.cel.common.ast.CelExpr.CelStruct.Entry
-
Packages that use CelExpr.CelStruct.Entry Package Description dev.cel.common.ast -
-
Uses of CelExpr.CelStruct.Entry in dev.cel.common.ast
Methods in dev.cel.common.ast that return CelExpr.CelStruct.Entry Modifier and Type Method Description abstract CelExpr.CelStruct.EntryCelExpr.CelStruct.Entry.Builder. build()CelExpr.CelStruct.EntryCelExprFactory. newMessageField(java.lang.String field, CelExpr value)Creates a new messageCelExpr.CelStruct.Entrycomprised of the given field and value.static CelExpr.CelStruct.EntryCelExpr. ofStructEntry(long id, java.lang.String fieldKey, CelExpr value, boolean isOptionalEntry)Methods in dev.cel.common.ast that return types with arguments of type CelExpr.CelStruct.Entry Modifier and Type Method Description abstract com.google.common.collect.ImmutableList<CelExpr.CelStruct.Entry>CelExpr.CelStruct. entries()com.google.common.collect.ImmutableList<CelExpr.CelStruct.Entry>CelExpr.CelStruct.Builder. getEntries()Returns an immutable copy of the current mutable entries present in the builder.Methods in dev.cel.common.ast with parameters of type CelExpr.CelStruct.Entry Modifier and Type Method Description CelExpr.CelStruct.BuilderCelExpr.CelStruct.Builder. addEntries(CelExpr.CelStruct.Entry... entries)CelExprCelExprFactory. newMessage(java.lang.String typeName, CelExpr.CelStruct.Entry... fields)Creates a new messageCelExprof the given type comprised of the given fields.CelExpr.CelStruct.BuilderCelExpr.CelStruct.Builder. setEntry(int index, CelExpr.CelStruct.Entry entry)Method parameters in dev.cel.common.ast with type arguments of type CelExpr.CelStruct.Entry Modifier and Type Method Description CelExpr.CelStruct.BuilderCelExpr.CelStruct.Builder. addEntries(java.lang.Iterable<CelExpr.CelStruct.Entry> entries)CelExprCelExprFactory. newMessage(java.lang.String typeName, java.lang.Iterable<CelExpr.CelStruct.Entry> fields)Creates a new messageCelExprof the given type comprised of the given fields.static CelExprCelExpr. ofStruct(long id, java.lang.String messageName, com.google.common.collect.ImmutableList<CelExpr.CelStruct.Entry> entries)
-