Skip to content

Commit a6f74a9

Browse files
authored
Update generated sources
1 parent 32cb46e commit a6f74a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,13 @@ If [Avaje-Jsonb](https://github.com/avaje/avaje-jsonb) is detected, http generat
231231
public class WidgetController$Route implements WebRoutes {
232232

233233
private final WidgetController controller;
234-
private final JsonType<java.util.List<org.example.hello.WidgetController.Widget>> listWidgetJsonType;
235-
private final JsonType<org.example.hello.WidgetController.Widget> widgetJsonType;
234+
private final JsonType<List<Widget>> listWidgetJsonType;
235+
private final JsonType<Widget> widgetJsonType;
236236

237237
public WidgetController$Route(WidgetController controller, Jsonb jsonB) {
238238
this.controller = controller;
239-
this.listWidgetJsonType = jsonB.type(org.example.hello.WidgetController.Widget.class).list();
240-
this.widgetJsonType = jsonB.type(org.example.hello.WidgetController.Widget.class);
239+
this.listWidgetJsonType = jsonB.type(Widget.class).list();
240+
this.widgetJsonType = jsonB.type(Widget.class);
241241
}
242242

243243
@Override

0 commit comments

Comments
 (0)