public class WebAuthnCredentialsConverter extends Object
WebAuthnCredentials
.
NOTE: This class has been automatically generated from the WebAuthnCredentials
original class using Vert.x codegen.Constructor and Description |
---|
WebAuthnCredentialsConverter() |
Modifier and Type | Method and Description |
---|---|
static void |
fromJson(Iterable<Map.Entry<String,Object>> json,
WebAuthnCredentials obj) |
static void |
toJson(WebAuthnCredentials obj,
JsonObject json) |
static void |
toJson(WebAuthnCredentials obj,
Map<String,Object> json) |
public static void fromJson(Iterable<Map.Entry<String,Object>> json, WebAuthnCredentials obj)
public static void toJson(WebAuthnCredentials obj, JsonObject json)
public static void toJson(WebAuthnCredentials obj, Map<String,Object> json)
Copyright © 2022 Eclipse. All rights reserved.