Java com.fasterxml.jackson.core Base64Variants fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.core Base64Variants fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.core Base64Variants.

The text is from its open source code.

Field

Base64VariantMIME
This variant is what most people would think of "the standard" Base64 encoding.
Base64VariantMIME_NO_LINEFEEDS
Slightly non-standard modification of #MIME which does not use linefeeds (max line length set to infinite).
Base64VariantMODIFIED_FOR_URL
This non-standard variant is usually used when encoded data needs to be passed via URLs (such as part of GET request).

Method

Base64VariantgetDefaultVariant()
Method used to get the default variant ("MIME_NO_LINEFEEDS") for cases where caller does not explicitly specify the variant.