aries / net.globalid.aries.utils.json.adapters.providers / Base64UrlProvider

Base64UrlProvider

class Base64UrlProvider : JsonAdapterProvider<Base64UrlString>

The base64 url provider

Provides the the custom json adapter factor to the Moshi for converting simple string to Base64UrlString.

Constructors

<init>

The base64 url provider

Base64UrlProvider()

Properties

type

is the type of parsable class

val type: Class<Base64UrlString>

Functions

register

fun register(builder: Builder): Unit