Uses of Class
dev.cel.checker.DescriptorTypeProvider.FieldDef
-
Packages that use DescriptorTypeProvider.FieldDef Package Description dev.cel.checker -
-
Uses of DescriptorTypeProvider.FieldDef in dev.cel.checker
Methods in dev.cel.checker that return DescriptorTypeProvider.FieldDef Modifier and Type Method Description @Nullable DescriptorTypeProvider.FieldDefDescriptorTypeProvider.TypeDef. lookupField(java.lang.String name)Methods in dev.cel.checker that return types with arguments of type DescriptorTypeProvider.FieldDef Modifier and Type Method Description abstract @Nullable java.lang.Iterable<DescriptorTypeProvider.FieldDef>DescriptorTypeProvider.TypeDef. fields()The set ofDescriptorTypeProvider.FieldDefvalues for a message.
-