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/api/ApiRequestGen.java
+46-7Lines changed: 46 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -62,16 +62,20 @@
62
62
importio.vertx.core.Future;
63
63
64
64
/**
65
-
* <h1>Suggestions that can generate more code for you: </h1>
66
-
* <ol>
67
-
* <li>You can add a class comment "{@inheritDoc}" if you wish to inherit the helpful inherited class comments from class ApiRequestGen into the class ApiRequest.
68
-
* </li>
65
+
<ol>
66
+
<li>You can add a class comment <b>"Api: true"</b> if you wish to GET, POST, PATCH or PUT these ApiRequest objects in a RESTful API.
67
+
</li>
68
+
<li>You can add a class comment "{@inheritDoc}" if you wish to inherit the helpful inherited class comments from class ApiRequestGen into the class ApiRequest.
69
+
</li>
70
+
0<h3>Suggestions that can generate more code for you: </h3></ol>
69
71
* <li>You can add a class comment <b>"Api: true"</b> if you wish to GET, POST, PATCH or PUT these ApiRequest objects in a RESTful API.
70
72
* </li>
71
-
* </ol>
72
-
* <h1>About the ApiRequest class and it's generated class ApiRequestGen<Object>: </h1>
73
+
* <li>You can add a class comment "{@inheritDoc}" if you wish to inherit the helpful inherited class comments from class ApiRequestGen into the class ApiRequest.
74
+
* </li>
75
+
* 0<h3>Suggestions that can generate more code for you: </h3>
76
+
* <h3>About the ApiRequest class and it's generated class ApiRequestGen<Object>: </h3>extends ApiRequestGen
73
77
* <p>
74
-
* 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.
78
+
* This Java class extends a generated Java class ApiRequestGen built by the <a href="https://github.com/computate-org/computate">https://github.com/computate-org/computate</a> project.
75
79
* 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.
76
80
* If you are running the service, you can see the indexed data about this Java Class here:
77
81
* </p>
@@ -80,6 +84,27 @@
80
84
* 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.
81
85
* 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.
82
86
* </p>
87
+
* extends ApiRequestGen<Object>
88
+
* <p>This <code>class ApiRequest extends ApiRequestGen<Object></code>, which means it extends a newly generated ApiRequestGen.
89
+
* The generated <code>class ApiRequestGen extends Object</code> which means that ApiRequest extends ApiRequestGen which extends Object.
90
+
* 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.
91
+
* </p>
92
+
* Api: true
93
+
* ApiTag.enUS: null
94
+
* ApiUri.enUS: null
95
+
* Color: null
96
+
* IconGroup: null
97
+
* IconName: null
98
+
* Indexed: true
99
+
* {@inheritDoc}
100
+
* <p>By adding a class comment "{@inheritDoc}", the ApiRequest class will inherit the helpful inherited class comments from the super class ApiRequestGen.
101
+
* </p>
102
+
* Rows: null
103
+
* Model: true
104
+
* Page: true
105
+
* SuperPage.enUS: null
106
+
* Promise: true
107
+
* AName: null
83
108
* <p>
84
109
* Delete the class ApiRequest in Solr:
85
110
* 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.api.ApiRequest</query></delete></add>'
@@ -100,6 +125,7 @@ public abstract class ApiRequestGen<DEV> extends Object {
Copy file name to clipboardExpand all lines: src/gen/java/org/computate/vertx/openapi/OpenApi3GeneratorGen.java
+29-5Lines changed: 29 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -49,14 +49,16 @@
49
49
importio.vertx.core.json.JsonArray;
50
50
51
51
/**
52
-
* <h1>Suggestions that can generate more code for you: </h1>
53
-
* <ol>
52
+
<ol>
53
+
<li>You can add a class comment <b>"Api: true"</b> if you wish to GET, POST, PATCH or PUT these OpenApi3Generator objects in a RESTful API.
54
+
</li>
55
+
0<h3>Suggestions that can generate more code for you: </h3></ol>
54
56
* <li>You can add a class comment <b>"Api: true"</b> if you wish to GET, POST, PATCH or PUT these OpenApi3Generator objects in a RESTful API.
55
57
* </li>
56
-
* </ol>
57
-
* <h1>About the OpenApi3Generator class and it's generated class OpenApi3GeneratorGen<Swagger2Generator>: </h1>
58
+
* 0<h3>Suggestions that can generate more code for you: </h3>
59
+
* <h3>About the OpenApi3Generator class and it's generated class OpenApi3GeneratorGen<Swagger2Generator>: </h3>extends OpenApi3GeneratorGen
58
60
* <p>
59
-
* 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.
61
+
* This Java class extends a generated Java class OpenApi3GeneratorGen built by the <a href="https://github.com/computate-org/computate">https://github.com/computate-org/computate</a> project.
60
62
* 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.
61
63
* If you are running the service, you can see the indexed data about this Java Class here:
62
64
* </p>
@@ -65,6 +67,27 @@
65
67
* 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.
66
68
* 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.
67
69
* </p>
70
+
* extends OpenApi3GeneratorGen<Swagger2Generator>
71
+
* <p>This <code>class OpenApi3Generator extends OpenApi3GeneratorGen<Swagger2Generator></code>, which means it extends a newly generated OpenApi3GeneratorGen.
72
+
* The generated <code>class OpenApi3GeneratorGen extends Swagger2Generator</code> which means that OpenApi3Generator extends OpenApi3GeneratorGen which extends Swagger2Generator.
73
+
* 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.
74
+
* </p>
75
+
* Api: true
76
+
* ApiTag.enUS: null
77
+
* ApiUri.enUS: null
78
+
* Color: null
79
+
* IconGroup: null
80
+
* IconName: null
81
+
* Indexed: true
82
+
* {@inheritDoc}
83
+
* <p>By adding a class comment "{@inheritDoc}", the OpenApi3Generator class will inherit the helpful inherited class comments from the super class OpenApi3GeneratorGen.
84
+
* </p>
85
+
* Rows: null
86
+
* Model: true
87
+
* Page: true
88
+
* SuperPage.enUS: null
89
+
* Promise: true
90
+
* AName: null
68
91
* <p>
69
92
* Delete the class OpenApi3Generator in Solr:
70
93
* 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.OpenApi3Generator</query></delete></add>'
0 commit comments