Uses of Class
dev.cel.common.types.StructType.Field
-
Packages that use StructType.Field Package Description dev.cel.common.types -
-
Uses of StructType.Field in dev.cel.common.types
Methods in dev.cel.common.types that return StructType.Field Modifier and Type Method Description static StructType.FieldStructType.Field. of(java.lang.String name, CelType type)Methods in dev.cel.common.types that return types with arguments of type StructType.Field Modifier and Type Method Description com.google.common.collect.ImmutableSet<StructType.Field>StructType. fields()Returns the full set ofFielddefinitions visible within this struct.java.util.Optional<StructType.Field>StructType. findField(java.lang.String fieldName)Returns theCelTypeassociated with the struct field name.
-