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: src/gen/java/org/computate/vertx/openapi/Swagger2GeneratorGen.java
+66-5Lines changed: 66 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -55,14 +55,16 @@
55
55
importio.vertx.core.json.JsonArray;
56
56
57
57
/**
58
-
* <h1>Suggestions that can generate more code for you: </h1>
59
-
* <ol>
58
+
<ol>
59
+
<li>You can add a class comment <b>"Api: true"</b> if you wish to GET, POST, PATCH or PUT these Swagger2Generator objects in a RESTful API.
60
+
</li>
61
+
0<h3>Suggestions that can generate more code for you: </h3></ol>
60
62
* <li>You can add a class comment <b>"Api: true"</b> if you wish to GET, POST, PATCH or PUT these Swagger2Generator objects in a RESTful API.
61
63
* </li>
62
-
* </ol>
63
-
* <h1>About the Swagger2Generator class and it's generated class Swagger2GeneratorGen<Object>: </h1>
64
+
* 0<h3>Suggestions that can generate more code for you: </h3>
65
+
* <h3>About the Swagger2Generator class and it's generated class Swagger2GeneratorGen<Object>: </h3>extends Swagger2GeneratorGen
64
66
* <p>
65
-
* This Java class extends a generated Java class built by the <a href="https://github.com/computate-org/computate">https://github.com/computate-org/computate</a> project.
67
+
* This Java class extends a generated Java class Swagger2GeneratorGen built by the <a href="https://github.com/computate-org/computate">https://github.com/computate-org/computate</a> project.
66
68
* Whenever this Java class is modified or touched, the watch service installed as described in the README, indexes all the information about this Java class in a local Apache Solr Search Engine.
67
69
* If you are running the service, you can see the indexed data about this Java Class here:
68
70
* </p>
@@ -71,6 +73,27 @@
71
73
* The extended class ending with "Gen" did not exist at first, but was automatically created by the same watch service based on the data retrieved from the local Apache Server search engine.
72
74
* The extended class contains many generated fields, getters, setters, initialization code, and helper methods to help build a website and API fast, reactive, and scalable.
73
75
* </p>
76
+
* extends Swagger2GeneratorGen<Object>
77
+
* <p>This <code>class Swagger2Generator extends Swagger2GeneratorGen<Object></code>, which means it extends a newly generated Swagger2GeneratorGen.
78
+
* The generated <code>class Swagger2GeneratorGen extends Object</code> which means that Swagger2Generator extends Swagger2GeneratorGen which extends Object.
79
+
* This generated inheritance is a powerful feature that allows a lot of boiler plate code to be created for you automatically while still preserving inheritance through the power of Java Generic classes.
80
+
* </p>
81
+
* Api: true
82
+
* ApiTag.enUS: null
83
+
* ApiUri.enUS: null
84
+
* Color: null
85
+
* IconGroup: null
86
+
* IconName: null
87
+
* Indexed: true
88
+
* {@inheritDoc}
89
+
* <p>By adding a class comment "{@inheritDoc}", the Swagger2Generator class will inherit the helpful inherited class comments from the super class Swagger2GeneratorGen.
90
+
* </p>
91
+
* Rows: null
92
+
* Model: true
93
+
* Page: true
94
+
* SuperPage.enUS: null
95
+
* Promise: true
96
+
* AName: null
74
97
* <p>
75
98
* Delete the class Swagger2Generator in Solr:
76
99
* curl 'http://localhost:8983/solr/computate/update?commitWithin=1000&overwrite=true&wt=json' -X POST -H 'Content-type: text/xml' --data-raw '<add><delete><query>classeNomCanonique_enUS_indexed_string:org.computate.vertx.openapi.Swagger2Generator</query></delete></add>'
@@ -96,6 +119,7 @@ public abstract class Swagger2GeneratorGen<DEV> extends Object {
0 commit comments