Uses of Enum
com.fasterxml.jackson.core.Base64Variant.PaddingReadBehaviour
Packages that use Base64Variant.PaddingReadBehaviour
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.-
Uses of Base64Variant.PaddingReadBehaviour in com.fasterxml.jackson.core
Subclasses with type arguments of type Base64Variant.PaddingReadBehaviour in com.fasterxml.jackson.coreModifier and TypeClassDescriptionstatic enumDefines how the Base64Variant deals with Padding while readingMethods in com.fasterxml.jackson.core that return Base64Variant.PaddingReadBehaviourModifier and TypeMethodDescriptionBase64Variant.paddingReadBehaviour()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.Methods in com.fasterxml.jackson.core with parameters of type Base64Variant.PaddingReadBehaviourModifier and TypeMethodDescriptionBase64Variant.withReadPadding(Base64Variant.PaddingReadBehaviour readPadding)