Uses of Interface
org.springframework.ai.model.function.FunctionCallback.MethodInvokingSpec
Packages that use FunctionCallback.MethodInvokingSpec
-
Uses of FunctionCallback.MethodInvokingSpec in org.springframework.ai.model.function
Methods in org.springframework.ai.model.function that return FunctionCallback.MethodInvokingSpecModifier and TypeMethodDescriptionDeprecated.Deprecated.Builds a Method invokingFunctionCallbackinstance.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.