We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4392f1b commit f0e555eCopy full SHA for f0e555e
spring-ai-core/src/main/java/org/springframework/ai/converter/BeanOutputConverter.java
@@ -63,7 +63,7 @@ public class BeanOutputConverter<T> implements StructuredOutputConverter<T> {
63
/**
64
* The target class type reference to which the output will be converted.
65
*/
66
- @SuppressWarnings({ "FieldMayBeFinal"})
+ @SuppressWarnings({ "FieldMayBeFinal" })
67
private TypeReference<T> typeRef;
68
69
/** The object mapper used for deserialization and other JSON operations. */
0 commit comments