Uses of Interface
de.xima.fc.prompt.service.IPromptExecutionReplacerSettings
Packages that use IPromptExecutionReplacerSettings
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.
-
Uses of IPromptExecutionReplacerSettings in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service with parameters of type IPromptExecutionReplacerSettingsModifier and TypeMethodDescriptiondefault IPromptExecutionReplacerBoundIPromptExecutionReplacer.bindToSettings(IPromptExecutionReplacerSettings settings) Replaces all placeholders in the given input string according to the configuration of this replacer.IPromptExecutionReplacer.replace(String input, IPromptExecutionReplacerSettings settings) Replaces all placeholders in the given input string according to the configuration of this replacer. -
Uses of IPromptExecutionReplacerSettings in de.xima.fc.prompt.service.defaults
Methods in de.xima.fc.prompt.service.defaults that return IPromptExecutionReplacerSettingsModifier and TypeMethodDescriptionDefaultPromptExecutionReplacerSettings.Builder.build()Builds a settings instance with the configured values.