Class InternalReflectionVariableResolver

java.lang.Object
dev.langchain4j.service.InternalReflectionVariableResolver

public class InternalReflectionVariableResolver extends Object
Utility class responsible for resolving variable names and values for prompt templates by leveraging method parameters and their annotations.

This class is intended for internal use only and is designed to extract and map parameter values to template variables in methods defined within AI services.