Uses of Interface
dev.cel.runtime.TypeResolver
-
Packages that use TypeResolver Package Description dev.cel.runtime -
-
Uses of TypeResolver in dev.cel.runtime
Subinterfaces of TypeResolver in dev.cel.runtime Modifier and Type Interface Description interfaceRuntimeTypeProviderTheRuntimeTypeProvideris a combination of theMessageProviderandTypeResolverinterfaces.Classes in dev.cel.runtime that implement TypeResolver Modifier and Type Class Description classDescriptorMessageProviderAn implementation ofRuntimeTypeProviderwhich relies on proto descriptors.classRuntimeTypeProviderLegacyImplBridge between the old RuntimeTypeProvider and CelValueProvider APIs.classStandardTypeResolverTheStandardTypeResolverimplements theTypeResolverand resolves types supported by the CEL standard environment.Methods in dev.cel.runtime that return TypeResolver Modifier and Type Method Description static TypeResolverStandardTypeResolver. getInstance(CelOptions celOptions)Obtain a singleton instance of theStandardTypeResolverappropriate for thecelOptionsprovided.
-