File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
vertx-db2-client/src/main/java/io/vertx/db2client
vertx-mssql-client/src/main/java/io/vertx/mssqlclient
vertx-mysql-client/src/main/java/io/vertx/mysqlclient
vertx-oracle-client/src/main/java/io/vertx/oracleclient
vertx-pg-client/src/main/java/io/vertx/pgclient
vertx-sql-client/src/main/java/io/vertx/sqlclient Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 24
24
25
25
import io .vertx .codegen .annotations .DataObject ;
26
26
import io .vertx .codegen .annotations .GenIgnore ;
27
- import io .vertx .codegen .annotations .JsonGen ;
27
+ import io .vertx .codegen .json . annotations .JsonGen ;
28
28
import io .vertx .core .json .JsonObject ;
29
29
import io .vertx .core .net .ClientOptionsBase ;
30
30
import io .vertx .core .net .JdkSSLEngineOptions ;
Original file line number Diff line number Diff line change 12
12
package io .vertx .mssqlclient ;
13
13
14
14
import io .vertx .codegen .annotations .DataObject ;
15
- import io .vertx .codegen .annotations .JsonGen ;
15
+ import io .vertx .codegen .json . annotations .JsonGen ;
16
16
import io .vertx .core .buffer .Buffer ;
17
17
import io .vertx .core .json .JsonObject ;
18
18
import io .vertx .core .net .*;
Original file line number Diff line number Diff line change 12
12
package io .vertx .mssqlclient ;
13
13
14
14
import io .vertx .codegen .annotations .DataObject ;
15
- import io .vertx .codegen .annotations .JsonGen ;
15
+ import io .vertx .codegen .json . annotations .JsonGen ;
16
16
import io .vertx .core .json .JsonObject ;
17
17
18
18
/**
Original file line number Diff line number Diff line change 13
13
14
14
import io .vertx .codegen .annotations .DataObject ;
15
15
import io .vertx .codegen .annotations .GenIgnore ;
16
- import io .vertx .codegen .annotations .JsonGen ;
16
+ import io .vertx .codegen .json . annotations .JsonGen ;
17
17
import io .vertx .core .buffer .Buffer ;
18
18
import io .vertx .core .json .JsonObject ;
19
19
import io .vertx .mysqlclient .impl .MySQLCollation ;
Original file line number Diff line number Diff line change 13
13
14
14
import io .vertx .codegen .annotations .DataObject ;
15
15
import io .vertx .codegen .annotations .GenIgnore ;
16
- import io .vertx .codegen .annotations .JsonGen ;
16
+ import io .vertx .codegen .json . annotations .JsonGen ;
17
17
import io .vertx .core .buffer .Buffer ;
18
18
import io .vertx .core .json .JsonObject ;
19
19
import io .vertx .core .net .*;
Original file line number Diff line number Diff line change 12
12
13
13
import io .vertx .codegen .annotations .DataObject ;
14
14
import io .vertx .codegen .annotations .GenIgnore ;
15
- import io .vertx .codegen .annotations .JsonGen ;
15
+ import io .vertx .codegen .json . annotations .JsonGen ;
16
16
import io .vertx .core .json .JsonObject ;
17
17
import io .vertx .core .net .SocketAddress ;
18
18
import io .vertx .core .tracing .TracingPolicy ;
Original file line number Diff line number Diff line change 12
12
package io .vertx .oracleclient ;
13
13
14
14
import io .vertx .codegen .annotations .DataObject ;
15
- import io .vertx .codegen .annotations .JsonGen ;
15
+ import io .vertx .codegen .json . annotations .JsonGen ;
16
16
import io .vertx .core .json .JsonArray ;
17
17
import io .vertx .core .json .JsonObject ;
18
18
import io .vertx .sqlclient .PrepareOptions ;
Original file line number Diff line number Diff line change 18
18
package io .vertx .pgclient ;
19
19
20
20
import io .vertx .codegen .annotations .GenIgnore ;
21
- import io .vertx .codegen .annotations .JsonGen ;
21
+ import io .vertx .codegen .json . annotations .JsonGen ;
22
22
import io .vertx .codegen .annotations .Unstable ;
23
23
import io .vertx .core .tracing .TracingPolicy ;
24
24
import io .vertx .pgclient .impl .PgConnectionUriParser ;
Original file line number Diff line number Diff line change 17
17
package io .vertx .pgclient ;
18
18
19
19
import io .vertx .codegen .annotations .DataObject ;
20
- import io .vertx .codegen .annotations .JsonGen ;
20
+ import io .vertx .codegen .json . annotations .JsonGen ;
21
21
import io .vertx .core .impl .logging .Logger ;
22
22
import io .vertx .core .json .JsonObject ;
23
23
Original file line number Diff line number Diff line change 17
17
package io .vertx .pgclient ;
18
18
19
19
import io .vertx .codegen .annotations .DataObject ;
20
- import io .vertx .codegen .annotations .JsonGen ;
20
+ import io .vertx .codegen .json . annotations .JsonGen ;
21
21
import io .vertx .core .json .JsonObject ;
22
22
23
23
/**
You can’t perform that action at this time.
0 commit comments