Uses of Interface
org.springframework.ai.model.function.FunctionCallback.MethodInvokingSpec
-
Uses of FunctionCallback.MethodInvokingSpec in org.springframework.ai.model.function
Modifier and TypeMethodDescriptionBuilds a Method invokingFunctionCallback
instance.Optional function name.FunctionCallback.MethodInvokingSpec.targetClass
(Class<?> targetClass) Target class where the method is defined.FunctionCallback.MethodInvokingSpec.targetObject
(Object methodObject) For non-static objects the target object is used to invoke the method.