We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc3e0b commit cd70bccCopy full SHA for cd70bcc
http-generator-core/src/main/java/io/avaje/http/generator/core/UType.java
@@ -132,7 +132,7 @@ public String shortType() {
132
133
@Override
134
public String shortName() {
135
- return Util.initLower(shortType());
+ return Util.initLower(shortType()).replace(".", "$");
136
}
137
138
@@ -256,7 +256,7 @@ public String shortType() {
256
257
258
259
- return shortName;
+ return shortName.replace(".", "$");
260
261
262
0 commit comments