Uses of Interface
de.xima.fc.prompt.service.IPromptExecutionReplacerEscaper
Packages that use IPromptExecutionReplacerEscaper
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 IPromptExecutionReplacerEscaper in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service that return IPromptExecutionReplacerEscaperModifier and TypeMethodDescriptionIPromptExecutionReplacerSettings.escaper()Gets the escaper used to escape replaced values. -
Uses of IPromptExecutionReplacerEscaper in de.xima.fc.prompt.service.defaults
Methods in de.xima.fc.prompt.service.defaults that return IPromptExecutionReplacerEscaperModifier and TypeMethodDescriptionDefaultPromptExecutionReplacerEscaper.noOp()Gets a no-op escaper that returns the input string unchanged.Methods in de.xima.fc.prompt.service.defaults with parameters of type IPromptExecutionReplacerEscaperModifier and TypeMethodDescriptionDefaultPromptExecutionReplacerSettings.Builder.escaper(IPromptExecutionReplacerEscaper escaper) Sets the escaper to use. -
Uses of IPromptExecutionReplacerEscaper in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support with parameters of type IPromptExecutionReplacerEscaperModifier and TypeMethodDescriptionIPromptExecutionObjectGraphPlaceholderReplacerBuilder.escaper(IPromptExecutionReplacerEscaper escaper) Sets the escaper to escape replaced values.