Uses of Interface
de.xima.fc.prompt.service.IPromptExecutionReplacer
Packages that use IPromptExecutionReplacer
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 IPromptExecutionReplacer in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service that return IPromptExecutionReplacerModifier and TypeMethodDescriptionIPromptExecutionContext.replacer()Creates a new builder for a replacer that can replace placeholders in strings. -
Uses of IPromptExecutionReplacer in de.xima.fc.prompt.service.defaults
Methods in de.xima.fc.prompt.service.defaults that return IPromptExecutionReplacerModifier and TypeMethodDescriptionstatic IPromptExecutionReplacerDefaultPromptExecutionReplacer.noOp()Gets a no-op replacer that does not replace anything.Methods in de.xima.fc.prompt.service.defaults with parameters of type IPromptExecutionReplacerModifier and TypeMethodDescriptionDefaultPromptExecutionContext.Builder.replacer(IPromptExecutionReplacer replacer) Sets the replacer to use for replacing placeholders in prompts. -
Uses of IPromptExecutionReplacer in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support with parameters of type IPromptExecutionReplacerModifier and TypeMethodDescriptionIPromptExecutionObjectGraphPlaceholderReplacerBuilder.replacer(IPromptExecutionReplacer replacer) Sets the replacer to use for replacing placeholders.