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
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/index.adoc
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,11 @@ xref:gradle::index.adoc[openapi-processor-gradle plugin] or or the xref:maven::i
35
35
36
36
- implement the link:{oap:api}[`OpenApiProcessor`] interface.
37
37
+
38
-
the gradle plugin uses the name provided by `String getName();` to configure the processor and to
39
-
provide the task to run it.
38
+
the plugins use the name provided by `String getName();` to configure the processor and to provide the task to run it.
40
39
+
41
-
the gradle plugin will call `void run(Map<String, ?> options);` to run the processor, passing all
42
-
extra settings in the options map with the property setting name as the key.
40
+
the plugins will call `void run(Map<String, ?> options);` to run the processor, passing all extra settings in the options map with the property setting name as the key.
43
41
44
-
- provide a `META-INF/services/io.openapiprocessor.api.OpenApiProcessor` property file in
45
-
the resources with the class name of the implementing class.
42
+
- provide a `META-INF/services/io.openapiprocessor.api.OpenApiProcessor` property file in the resources with the class name of the implementing class.
0 commit comments