Uses of Enum Class
tools.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 tools.jackson.core
Methods in tools.jackson.core that return Base64Variant.PaddingReadBehaviourModifier and TypeMethodDescriptionBase64Variant.paddingReadBehaviour()Returns the enum constant of this class with the specified name.static Base64Variant.PaddingReadBehaviour[]Base64Variant.PaddingReadBehaviour.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.jackson.core with parameters of type Base64Variant.PaddingReadBehaviourModifier and TypeMethodDescriptionBase64Variant.withReadPadding(Base64Variant.PaddingReadBehaviour readPadding)