Uses of Class
tools.jackson.databind.ser.std.ArraySerializerBase
Packages that use ArraySerializerBase
-
Uses of ArraySerializerBase in tools.jackson.databind.ser.jdk
Subclasses of ArraySerializerBase in tools.jackson.databind.ser.jdkModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classprotected static classIntermediate base class used for cases where we may add type information (excludes boolean/int/double arrays).classGeneric serializer for Object arrays (Object[]).classStandard serializer used forString[]values. -
Uses of ArraySerializerBase in tools.jackson.databind.ser.std
Methods in tools.jackson.databind.ser.std that return ArraySerializerBaseModifier and TypeMethodDescriptionprotected abstract ArraySerializerBase<T>ArraySerializerBase._withResolved(BeanProperty prop, Boolean unwrapSingle, Object suppressableValue, boolean suppressNulls) Factory method to use for creating differently configured instances with content inclusion settings, called by this class fromcreateContextual(tools.jackson.databind.SerializationContext, tools.jackson.databind.BeanProperty).Constructors in tools.jackson.databind.ser.std with parameters of type ArraySerializerBaseModifierConstructorDescriptionprotectedprotectedArraySerializerBase(ArraySerializerBase<?> src, BeanProperty property, Boolean unwrapSingle, Object suppressableValue, boolean suppressNulls)