Uses of Interface
de.xima.fc.prompt.service.IPromptExecutionReplacerContextResolver
Packages that use IPromptExecutionReplacerContextResolver
Package
Description
Contains the API for a prompt service that abstract the details of a particular provider.
Contains default implementations for various interfaces defined by the handler API.
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of IPromptExecutionReplacerContextResolver in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service that return IPromptExecutionReplacerContextResolverModifier and TypeMethodDescriptionIPromptExecutionReplacerSettings.contextResolver()Gets the context resolver used to resolve context placeholders. -
Uses of IPromptExecutionReplacerContextResolver in de.xima.fc.prompt.service.defaults
Methods in de.xima.fc.prompt.service.defaults that return IPromptExecutionReplacerContextResolverModifier and TypeMethodDescriptionDefaultPromptExecutionReplacerContextResolver.chained(IPromptExecutionReplacerContextResolver... contextResolvers) Creates a chained context resolver that tries each of the given context resolvers in order until one of them returns a non-null value.DefaultPromptExecutionReplacerContextResolver.noOp()A no-op context resolver that does not resolve anything, always returning null.Methods in de.xima.fc.prompt.service.defaults with parameters of type IPromptExecutionReplacerContextResolverModifier and TypeMethodDescriptionDefaultPromptExecutionReplacerContextResolver.chained(IPromptExecutionReplacerContextResolver... contextResolvers) Creates a chained context resolver that tries each of the given context resolvers in order until one of them returns a non-null value.DefaultPromptExecutionReplacerSettings.Builder.contextResolver(IPromptExecutionReplacerContextResolver contextResolver) Sets the context resolver to use. -
Uses of IPromptExecutionReplacerContextResolver in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support with parameters of type IPromptExecutionReplacerContextResolverModifier and TypeMethodDescriptionIPromptExecutionObjectGraphPlaceholderReplacerBuilder.contextPlaceholderResolver(IPromptExecutionReplacerContextResolver contextResolver) Sets an optional context resolver to resolve context placeholders.