Uses of Class
io.helidon.integrations.langchain4j.ContentRetrieverConfig.BuilderBase
Packages that use ContentRetrieverConfig.BuilderBase
-
Uses of ContentRetrieverConfig.BuilderBase in io.helidon.integrations.langchain4j
Classes in io.helidon.integrations.langchain4j with type parameters of type ContentRetrieverConfig.BuilderBaseModifier and TypeClassDescriptionstatic classContentRetrieverConfig.BuilderBase<BUILDER extends ContentRetrieverConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ContentRetrieverConfig> Fluent API builder base forContentRetrieverConfig.Subclasses of ContentRetrieverConfig.BuilderBase in io.helidon.integrations.langchain4jMethods in io.helidon.integrations.langchain4j with parameters of type ContentRetrieverConfig.BuilderBaseModifier and TypeMethodDescriptionContentRetrieverConfig.BuilderBase.from(ContentRetrieverConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.integrations.langchain4j with parameters of type ContentRetrieverConfig.BuilderBaseModifierConstructorDescriptionprotectedContentRetrieverConfigImpl(ContentRetrieverConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.