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
Subclasses with type arguments of type Base64Variant.PaddingReadBehaviour in tools.jackson.coreModifier and TypeClassDescriptionstatic enumDefines how the Base64Variant deals with Padding while readingFields in tools.jackson.core declared as Base64Variant.PaddingReadBehaviourModifier and TypeFieldDescriptionprivate final Base64Variant.PaddingReadBehaviourBase64Variant._paddingReadBehaviourWhether padding characters should be required or not while decodingMethods 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) Constructors in tools.jackson.core with parameters of type Base64Variant.PaddingReadBehaviourModifierConstructorDescriptionprivateBase64Variant(Base64Variant base, String name, boolean writePadding, char paddingChar, Base64Variant.PaddingReadBehaviour paddingReadBehaviour, int maxLineLength) privateBase64Variant(Base64Variant base, Base64Variant.PaddingReadBehaviour paddingReadBehaviour)