Class MethodImplementationSupport
java.lang.Object
io.quarkiverse.langchain4j.runtime.aiservice.MethodImplementationSupport
Provides the basic building blocks that the generated Interface methods call into
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Object
implement
(dev.langchain4j.service.AiServiceContext context, AiServiceMethodCreateInfo createInfo, Object[] methodArgs)
-
Constructor Details
-
MethodImplementationSupport
public MethodImplementationSupport()
-
-
Method Details
-
implement
public static Object implement(dev.langchain4j.service.AiServiceContext context, AiServiceMethodCreateInfo createInfo, Object[] methodArgs)
-