You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
****{source type}** is the type name used in the OpenAPI description and names the type that should receive the additional annotation. This can be a **+{type}:{format}+** combination like `string:uuid`.
29
30
30
-
****{annotation type}** is the fully qualified class name of the java annotation type.It may have parameters (see example below).
31
+
****{annotation type}** is the fully qualified class name of the java annotation type.It may have parameters (see example below).
****{parameter name}** is the name of the parameter in the generated interface that should receive the additional annotation.
44
45
45
-
****{annotation type}** is the fully qualified class name of the java annotation type.It may have parameters (see example below).
46
+
****{annotation type}** is the fully qualified class name of the java annotation type.It may have parameters (see example below).
46
47
47
48
48
49
Here is a list of examples using different parameters:
@@ -145,7 +146,7 @@ public class FooBar {
145
146
146
147
== mapping example
147
148
148
-
Given the following OpenAPI description, that describe two (echolike) endpoints that receive an object via post and return the same object. In the mapping file we add a custom bean validation annotation. It checks the sum of both properties in `Foo` and `Bar`.
149
+
Given the following OpenAPI description, that describes two echo-(like) endpoints that receive an object via post and return the same object. In the mapping file we add a custom bean validation annotation. It checks the sum of both properties in `Foo` and `Bar`.
0 commit comments