We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4641a6 commit fb504e2Copy full SHA for fb504e2
openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/processor/mapping/v2/Type.kt
@@ -11,11 +11,12 @@ import com.fasterxml.jackson.annotation.JsonCreator
11
* a "type:" entry in the "types:" list of the mapping yaml
12
*/
13
14
-data class Type @JvmOverloads @JsonCreator constructor(
+data class Type @JsonCreator @JvmOverloads constructor(
15
/**
16
* the mapping from source to target, ie a mapping string like:
17
*
18
* array => java.util.Collection
19
+ * array @ java.util.Collection
20
21
val type: String,
22
0 commit comments