| Package | Description | 
|---|---|
| com.fasterxml.jackson.core | 
 Main public API classes of the core streaming JSON
 processor: most importantly  
JsonFactory
 used for constructing
 JSON parser (JsonParser)
 and generator
 (JsonGenerator)
 instances. | 
| Modifier and Type | Method and Description | 
|---|---|
Base64Variant.PaddingReadBehaviour | 
Base64Variant.paddingReadBehaviour()  | 
static Base64Variant.PaddingReadBehaviour | 
Base64Variant.PaddingReadBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Base64Variant.PaddingReadBehaviour[] | 
Base64Variant.PaddingReadBehaviour.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Base64Variant | 
Base64Variant.withReadPadding(Base64Variant.PaddingReadBehaviour readPadding)  | 
Copyright © 2008–2021 FasterXML. All rights reserved.