We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5128aa commit 12d17efCopy full SHA for 12d17ef
1 file changed
src/main/groovy/com/github/hauner/openapi/spring/converter/DataTypeConverter.groovy
@@ -81,9 +81,8 @@ class DataTypeConverter {
81
82
/**
83
* converts an open api type (i.e. a {@code Schema}) to a java data type including nested types.
84
- * All (nested) $referenced types (except inline types) must be available from {@code dataTypes}.
85
- * {@code dataTypeInfo} provides the type name used to add it to the list of data types (except
86
- * for inline types).
+ * Stores named objects in {@code dataTypes} for re-use. {@code dataTypeInfo} provides the type
+ * name used to add it to the list of data types.
87
*
88
* @param dataTypeInfo the open api type with context information
89
* @param dataTypes known object types
0 commit comments