File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
http-generator-jex/src/main/java/io/avaje/http/generator/jex
tests/test-jex/src/main/java/org/example/web Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313class JexAdapter implements PlatformAdapter {
1414
15- static final String JEX_CONTEXT = "io.avaje.jex.Context" ;
15+ static final String JEX_CONTEXT = "io.avaje.jex.http. Context" ;
1616
1717 @ Override
1818 public boolean isContextType (String rawType ) {
Original file line number Diff line number Diff line change 11package org .example .web ;
22
3+ import java .math .BigInteger ;
4+
35import io .avaje .http .api .Controller ;
46import io .avaje .http .api .Default ;
57import io .avaje .http .api .Get ;
68import io .avaje .http .api .Path ;
79import io .avaje .http .api .Produces ;
810import io .avaje .http .api .Put ;
911import io .avaje .http .api .Valid ;
10- import io .avaje .jex .Context ;
11-
12- import java .math .BigInteger ;
12+ import io .avaje .jex .http .Context ;
1313
1414// @Roles(AppRoles.BASIC_USER)
1515@ Controller
You can’t perform that action at this time.
0 commit comments