Uses of Interface
dev.cel.runtime.MessageFactory
-
Packages that use MessageFactory Package Description dev.cel.runtime -
-
Uses of MessageFactory in dev.cel.runtime
Classes in dev.cel.runtime that implement MessageFactory Modifier and Type Class Description classDynamicMessageFactoryDeprecated.Do not use.static classMessageFactory.CombinedMessageFactoryDeprecated.TheCombinedMessageFactorytakes one or moreMessageFactoryinstances and attempts to create aMessage.Builderinstance for a givenmessageNameby calling eachMessageFactoryin the order that they are provided to the constructor.Methods in dev.cel.runtime that return MessageFactory Modifier and Type Method Description static MessageFactoryDynamicMessageFactory. typeFactory(java.util.Collection<Descriptors.Descriptor> descriptors)Deprecated.Use CEL Fluent APIs instead.Constructors in dev.cel.runtime with parameters of type MessageFactory Constructor Description DescriptorMessageProvider(MessageFactory messageFactory)Deprecated.Migrate to the CEL-Java fluent APIs.DescriptorMessageProvider(MessageFactory messageFactory, com.google.common.collect.ImmutableSet<ExprFeatures> features)Deprecated.Migrate to the CEL-Java fluent APIs.Constructor parameters in dev.cel.runtime with type arguments of type MessageFactory Constructor Description CombinedMessageFactory(java.lang.Iterable<MessageFactory> messageFactories)
-