Class WildFlyLLMConfig
java.lang.Object
org.wildfly.extension.ai.injection.WildFlyLLMConfig
- All Implemented Interfaces:
io.smallrye.llm.core.langchain4j.core.config.spi.LLMConfig
public class WildFlyLLMConfig
extends Object
implements io.smallrye.llm.core.langchain4j.core.config.spi.LLMConfig
-
Field Summary
Fields inherited from interface io.smallrye.llm.core.langchain4j.core.config.spi.LLMConfig
PREFIX, PRODUCER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TgetBeanPropertyValue(String beanName, String propertyName, Class<T> type) getPropertyNamesForBean(String beanName) voidinit()static voidregisterBean(String name, Object value, Class<?> type)
-
Constructor Details
-
WildFlyLLMConfig
public WildFlyLLMConfig()
-
-
Method Details
-
registerBean
-
init
public void init()- Specified by:
initin interfaceio.smallrye.llm.core.langchain4j.core.config.spi.LLMConfig
-
getBeanNames
- Specified by:
getBeanNamesin interfaceio.smallrye.llm.core.langchain4j.core.config.spi.LLMConfig
-
getBeanPropertyValue
- Specified by:
getBeanPropertyValuein interfaceio.smallrye.llm.core.langchain4j.core.config.spi.LLMConfig
-
getPropertyNamesForBean
- Specified by:
getPropertyNamesForBeanin interfaceio.smallrye.llm.core.langchain4j.core.config.spi.LLMConfig
-