Uses of Class
io.quarkiverse.langchain4j.runtime.aiservice.AiServiceMethodCreateInfo
Packages that use AiServiceMethodCreateInfo
-
Uses of AiServiceMethodCreateInfo in io.quarkiverse.langchain4j.runtime
Methods in io.quarkiverse.langchain4j.runtime that return AiServiceMethodCreateInfoModifier and TypeMethodDescriptionstatic AiServiceMethodCreateInfoAiServicesRecorder.getAiServiceMethodCreateInfo(String className, String methodId) -
Uses of AiServiceMethodCreateInfo in io.quarkiverse.langchain4j.runtime.aiservice
Methods in io.quarkiverse.langchain4j.runtime.aiservice that return types with arguments of type AiServiceMethodCreateInfoMethods in io.quarkiverse.langchain4j.runtime.aiservice with parameters of type AiServiceMethodCreateInfoModifier and TypeMethodDescriptionstatic ObjectMethodImplementationSupport.implement(dev.langchain4j.service.AiServiceContext context, AiServiceMethodCreateInfo createInfo, Object[] methodArgs) Constructor parameters in io.quarkiverse.langchain4j.runtime.aiservice with type arguments of type AiServiceMethodCreateInfoModifierConstructorDescriptionAiServiceClassCreateInfo(Map<String, AiServiceMethodCreateInfo> methodMap, String implClassName)