Skip to content

Commit 70abe97

Browse files
committed
Regen converters
1 parent 0674010 commit 70abe97

File tree

22 files changed

+0
-88
lines changed

22 files changed

+0
-88
lines changed

vertx-auth-common/src/main/generated/io/vertx/ext/auth/JWTOptionsConverter.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
import io.vertx.core.json.JsonArray;
55
import java.time.Instant;
66
import java.time.format.DateTimeFormatter;
7-
import java.util.Base64;
87

98
/**
109
* Converter and mapper for {@link io.vertx.ext.auth.JWTOptions}.
1110
* NOTE: This class has been automatically generated from the {@link io.vertx.ext.auth.JWTOptions} original class using Vert.x codegen.
1211
*/
1312
public class JWTOptionsConverter {
1413

15-
private static final Base64.Decoder BASE64_DECODER = Base64.getUrlDecoder();
16-
private static final Base64.Encoder BASE64_ENCODER = Base64.getUrlEncoder().withoutPadding();
17-
1814
static void fromJson(Iterable<java.util.Map.Entry<String, Object>> json, JWTOptions obj) {
1915
for (java.util.Map.Entry<String, Object> member : json) {
2016
switch (member.getKey()) {

vertx-auth-common/src/main/generated/io/vertx/ext/auth/KeyStoreOptionsConverter.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
import io.vertx.core.json.JsonArray;
55
import java.time.Instant;
66
import java.time.format.DateTimeFormatter;
7-
import java.util.Base64;
87

98
/**
109
* Converter and mapper for {@link io.vertx.ext.auth.KeyStoreOptions}.
1110
* NOTE: This class has been automatically generated from the {@link io.vertx.ext.auth.KeyStoreOptions} original class using Vert.x codegen.
1211
*/
1312
public class KeyStoreOptionsConverter {
1413

15-
private static final Base64.Decoder BASE64_DECODER = Base64.getUrlDecoder();
16-
private static final Base64.Encoder BASE64_ENCODER = Base64.getUrlEncoder().withoutPadding();
17-
1814
static void fromJson(Iterable<java.util.Map.Entry<String, Object>> json, KeyStoreOptions obj) {
1915
for (java.util.Map.Entry<String, Object> member : json) {
2016
switch (member.getKey()) {

vertx-auth-common/src/main/generated/io/vertx/ext/auth/PubSecKeyOptionsConverter.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
import io.vertx.core.json.JsonArray;
55
import java.time.Instant;
66
import java.time.format.DateTimeFormatter;
7-
import java.util.Base64;
87

98
/**
109
* Converter and mapper for {@link io.vertx.ext.auth.PubSecKeyOptions}.
1110
* NOTE: This class has been automatically generated from the {@link io.vertx.ext.auth.PubSecKeyOptions} original class using Vert.x codegen.
1211
*/
1312
public class PubSecKeyOptionsConverter {
1413

15-
private static final Base64.Decoder BASE64_DECODER = Base64.getUrlDecoder();
16-
private static final Base64.Encoder BASE64_ENCODER = Base64.getUrlEncoder().withoutPadding();
17-
1814
static void fromJson(Iterable<java.util.Map.Entry<String, Object>> json, PubSecKeyOptions obj) {
1915
for (java.util.Map.Entry<String, Object> member : json) {
2016
switch (member.getKey()) {

vertx-auth-common/src/main/generated/io/vertx/ext/auth/authentication/TokenCredentialsConverter.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
import io.vertx.core.json.JsonArray;
55
import java.time.Instant;
66
import java.time.format.DateTimeFormatter;
7-
import java.util.Base64;
87

98
/**
109
* Converter and mapper for {@link io.vertx.ext.auth.authentication.TokenCredentials}.
1110
* NOTE: This class has been automatically generated from the {@link io.vertx.ext.auth.authentication.TokenCredentials} original class using Vert.x codegen.
1211
*/
1312
public class TokenCredentialsConverter {
1413

15-
private static final Base64.Decoder BASE64_DECODER = Base64.getUrlDecoder();
16-
private static final Base64.Encoder BASE64_ENCODER = Base64.getUrlEncoder().withoutPadding();
17-
1814
static void fromJson(Iterable<java.util.Map.Entry<String, Object>> json, TokenCredentials obj) {
1915
for (java.util.Map.Entry<String, Object> member : json) {
2016
switch (member.getKey()) {

vertx-auth-common/src/main/generated/io/vertx/ext/auth/authentication/UsernamePasswordCredentialsConverter.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
import io.vertx.core.json.JsonArray;
55
import java.time.Instant;
66
import java.time.format.DateTimeFormatter;
7-
import java.util.Base64;
87

98
/**
109
* Converter and mapper for {@link io.vertx.ext.auth.authentication.UsernamePasswordCredentials}.
1110
* NOTE: This class has been automatically generated from the {@link io.vertx.ext.auth.authentication.UsernamePasswordCredentials} original class using Vert.x codegen.
1211
*/
1312
public class UsernamePasswordCredentialsConverter {
1413

15-
private static final Base64.Decoder BASE64_DECODER = Base64.getUrlDecoder();
16-
private static final Base64.Encoder BASE64_ENCODER = Base64.getUrlEncoder().withoutPadding();
17-
1814
static void fromJson(Iterable<java.util.Map.Entry<String, Object>> json, UsernamePasswordCredentials obj) {
1915
for (java.util.Map.Entry<String, Object> member : json) {
2016
switch (member.getKey()) {

vertx-auth-htdigest/src/main/generated/io/vertx/ext/auth/htdigest/HtdigestCredentialsConverter.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
import io.vertx.core.json.JsonArray;
55
import java.time.Instant;
66
import java.time.format.DateTimeFormatter;
7-
import java.util.Base64;
87

98
/**
109
* Converter and mapper for {@link io.vertx.ext.auth.htdigest.HtdigestCredentials}.
1110
* NOTE: This class has been automatically generated from the {@link io.vertx.ext.auth.htdigest.HtdigestCredentials} original class using Vert.x codegen.
1211
*/
1312
public class HtdigestCredentialsConverter {
1413

15-
private static final Base64.Decoder BASE64_DECODER = Base64.getUrlDecoder();
16-
private static final Base64.Encoder BASE64_ENCODER = Base64.getUrlEncoder().withoutPadding();
17-
1814
static void fromJson(Iterable<java.util.Map.Entry<String, Object>> json, HtdigestCredentials obj) {
1915
for (java.util.Map.Entry<String, Object> member : json) {
2016
switch (member.getKey()) {

vertx-auth-htpasswd/src/main/generated/io/vertx/ext/auth/htpasswd/HtpasswdAuthOptionsConverter.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
import io.vertx.core.json.JsonArray;
55
import java.time.Instant;
66
import java.time.format.DateTimeFormatter;
7-
import java.util.Base64;
87

98
/**
109
* Converter and mapper for {@link io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions}.
1110
* NOTE: This class has been automatically generated from the {@link io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions} original class using Vert.x codegen.
1211
*/
1312
public class HtpasswdAuthOptionsConverter {
1413

15-
private static final Base64.Decoder BASE64_DECODER = Base64.getUrlDecoder();
16-
private static final Base64.Encoder BASE64_ENCODER = Base64.getUrlEncoder().withoutPadding();
17-
1814
static void fromJson(Iterable<java.util.Map.Entry<String, Object>> json, HtpasswdAuthOptions obj) {
1915
for (java.util.Map.Entry<String, Object> member : json) {
2016
switch (member.getKey()) {

vertx-auth-jwt/src/main/generated/io/vertx/ext/auth/jwt/JWTAuthOptionsConverter.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
import io.vertx.core.json.JsonArray;
55
import java.time.Instant;
66
import java.time.format.DateTimeFormatter;
7-
import java.util.Base64;
87

98
/**
109
* Converter and mapper for {@link io.vertx.ext.auth.jwt.JWTAuthOptions}.
1110
* NOTE: This class has been automatically generated from the {@link io.vertx.ext.auth.jwt.JWTAuthOptions} original class using Vert.x codegen.
1211
*/
1312
public class JWTAuthOptionsConverter {
1413

15-
private static final Base64.Decoder BASE64_DECODER = Base64.getUrlDecoder();
16-
private static final Base64.Encoder BASE64_ENCODER = Base64.getUrlEncoder().withoutPadding();
17-
1814
static void fromJson(Iterable<java.util.Map.Entry<String, Object>> json, JWTAuthOptions obj) {
1915
for (java.util.Map.Entry<String, Object> member : json) {
2016
switch (member.getKey()) {

vertx-auth-ldap/src/main/generated/io/vertx/ext/auth/ldap/LdapAuthenticationOptionsConverter.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
import io.vertx.core.json.JsonArray;
55
import java.time.Instant;
66
import java.time.format.DateTimeFormatter;
7-
import java.util.Base64;
87

98
/**
109
* Converter and mapper for {@link io.vertx.ext.auth.ldap.LdapAuthenticationOptions}.
1110
* NOTE: This class has been automatically generated from the {@link io.vertx.ext.auth.ldap.LdapAuthenticationOptions} original class using Vert.x codegen.
1211
*/
1312
public class LdapAuthenticationOptionsConverter {
1413

15-
private static final Base64.Decoder BASE64_DECODER = Base64.getUrlDecoder();
16-
private static final Base64.Encoder BASE64_ENCODER = Base64.getUrlEncoder().withoutPadding();
17-
1814
static void fromJson(Iterable<java.util.Map.Entry<String, Object>> json, LdapAuthenticationOptions obj) {
1915
for (java.util.Map.Entry<String, Object> member : json) {
2016
switch (member.getKey()) {

vertx-auth-oauth2/src/main/generated/io/vertx/ext/auth/oauth2/OAuth2OptionsConverter.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
import io.vertx.core.json.JsonArray;
55
import java.time.Instant;
66
import java.time.format.DateTimeFormatter;
7-
import java.util.Base64;
87

98
/**
109
* Converter and mapper for {@link io.vertx.ext.auth.oauth2.OAuth2Options}.
1110
* NOTE: This class has been automatically generated from the {@link io.vertx.ext.auth.oauth2.OAuth2Options} original class using Vert.x codegen.
1211
*/
1312
public class OAuth2OptionsConverter {
1413

15-
private static final Base64.Decoder BASE64_DECODER = Base64.getUrlDecoder();
16-
private static final Base64.Encoder BASE64_ENCODER = Base64.getUrlEncoder().withoutPadding();
17-
1814
static void fromJson(Iterable<java.util.Map.Entry<String, Object>> json, OAuth2Options obj) {
1915
for (java.util.Map.Entry<String, Object> member : json) {
2016
switch (member.getKey()) {

0 commit comments

Comments
 (0)