Uses of Class
tools.jackson.databind.ObjectWriter.Prefetch
Packages that use ObjectWriter.Prefetch
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.-
Uses of ObjectWriter.Prefetch in tools.jackson.databind
Fields in tools.jackson.databind declared as ObjectWriter.PrefetchModifier and TypeFieldDescriptionprotected final ObjectWriter.PrefetchObjectWriter._prefetchWe may pre-fetch serializer if root type is known (has been explicitly declared), and if so, reuse it afterwards.static final ObjectWriter.PrefetchObjectWriter.Prefetch.emptyMethods in tools.jackson.databind that return ObjectWriter.PrefetchModifier and TypeMethodDescriptionObjectWriter.Prefetch.forRootType(ObjectWriter parent, JavaType newType) Methods in tools.jackson.databind with parameters of type ObjectWriter.PrefetchModifier and TypeMethodDescriptionprotected ObjectWriterObjectWriter._new(GeneratorSettings genSettings, ObjectWriter.Prefetch prefetch) Overridable factory method called by various "withXxx()" methods.Constructors in tools.jackson.databind with parameters of type ObjectWriter.PrefetchModifierConstructorDescriptionprotectedObjectWriter(ObjectWriter base, SerializationConfig config, GeneratorSettings genSettings, ObjectWriter.Prefetch prefetch) Copy constructor used for building variations.SequenceWriter(SerializationContextExt prov, JsonGenerator gen, boolean closeGenerator, ObjectWriter.Prefetch prefetch)