Uses of Class
com.microsoft.rest.Base64Url
-
Packages that use Base64Url Package Description com.microsoft.rest The package contains the runtime classes required for AutoRest generated clients to compile and function.com.microsoft.rest.serializer The package contains classes that handle serialization and deserialization for the REST call payloads. -
-
Uses of Base64Url in com.microsoft.rest
Methods in com.microsoft.rest that return Base64Url Modifier and Type Method Description static Base64UrlBase64Url. encode(byte[] bytes)Encode a byte array into Base64Url encoded bytes. -
Uses of Base64Url in com.microsoft.rest.serializer
Methods in com.microsoft.rest.serializer with parameters of type Base64Url Modifier and Type Method Description voidBase64UrlSerializer. serialize(Base64Url value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-