Package dev.cel.common.types
Interface StructType.FieldResolver
-
- Enclosing class:
- StructType
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Immutable @FunctionalInterface public static interface StructType.FieldResolverTheFieldResolveris used to lookup the type of aStructType'sfieldName.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<CelType>findField(java.lang.String fieldName)Find theCelTypefor the givenfieldNameif the field is defined.
-
-
-
Method Detail
-
findField
java.util.Optional<CelType> findField(java.lang.String fieldName)
Find theCelTypefor the givenfieldNameif the field is defined.
-
-