Uses of Class
tools.jackson.databind.ser.std.AsArraySerializerBase
Packages that use AsArraySerializerBase
-
Uses of AsArraySerializerBase in tools.jackson.databind.ser.jdk
Subclasses of AsArraySerializerBase in tools.jackson.databind.ser.jdkModifier and TypeClassDescriptionclassFallback serializer for cases where Collection is not known to be of type for which more specializer serializer exists (such as index-accessible List).classfinal classThis is an optimized serializer for Lists that can be efficiently traversed by index (as opposed to others, such asLinkedListthat cannot}.classclass -
Uses of AsArraySerializerBase in tools.jackson.databind.ser.std
Methods in tools.jackson.databind.ser.std that return AsArraySerializerBaseModifier and TypeMethodDescriptionprotected abstract AsArraySerializerBase<T>AsArraySerializerBase.withResolved(BeanProperty property, TypeSerializer vts, ValueSerializer<?> elementSerializer, Boolean unwrapSingle) Constructors in tools.jackson.databind.ser.std with parameters of type AsArraySerializerBaseModifierConstructorDescriptionprotectedAsArraySerializerBase(AsArraySerializerBase<?> src, TypeSerializer vts, ValueSerializer<?> elementSerializer, Boolean unwrapSingle, BeanProperty property)