Interface SupplierParameterResolver


public interface SupplierParameterResolver
SPI for resolving parameters of static supplier methods from external sources such as a dependency injection container.

Applies to all supplier annotations: ChatModelSupplier, StreamingChatModelSupplier, ContentRetrieverSupplier, RetrievalAugmentorSupplier, ChatMemorySupplier, ChatMemoryProviderSupplier, ToolProviderSupplier, ToolsSupplier, and AgentListenerSupplier.

Implementations are registered via DeclarativeUtil.addSupplierParameterResolver(SupplierParameterResolver).