Uses of Interface
tools.jackson.databind.cfg.GeneratorInitializer
Packages that use GeneratorInitializer
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
tools.jackson.databind).-
Uses of GeneratorInitializer in tools.jackson.databind
Fields in tools.jackson.databind declared as GeneratorInitializerModifier and TypeFieldDescriptionprotected final GeneratorInitializerSerializationConfig._generatorInitializerOptional initializer called immediately after aJsonGeneratoris constructed, before it is used or returned.Methods in tools.jackson.databind that return GeneratorInitializerModifier and TypeMethodDescriptionSerializationConfig.getGeneratorInitializer()Accessor for the configuredGeneratorInitializer, if any.Methods in tools.jackson.databind with parameters of type GeneratorInitializerModifier and TypeMethodDescriptionObjectWriter.with(GeneratorInitializer init) Fluent factory method for constructing a new instance with specifiedGeneratorInitializerto call on newly constructedJsonGenerators before use.SerializationConfig.withGeneratorInitializer(GeneratorInitializer init) Fluent factory method that will construct and return a new configuration object instance with the specifiedGeneratorInitializer. -
Uses of GeneratorInitializer in tools.jackson.databind.cfg
Fields in tools.jackson.databind.cfg declared as GeneratorInitializerModifier and TypeFieldDescriptionprotected GeneratorInitializerMapperBuilder._generatorInitializerOptionalGeneratorInitializerto call after constructingJsonGeneratorinstances.protected final GeneratorInitializerMapperBuilderState._generatorInitializerMethods in tools.jackson.databind.cfg that return GeneratorInitializerMethods in tools.jackson.databind.cfg with parameters of type GeneratorInitializerModifier and TypeMethodDescriptionMapperBuilder.generatorInitializer(GeneratorInitializer init) Method for configuring aGeneratorInitializerto be called immediately after aJsonGeneratoris constructed by the mapper, before it is used for serialization or returned to the caller.