Uses of Class
com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer
-
Packages that use StdArraySerializers.TypedPrimitiveArraySerializer Package Description com.fasterxml.jackson.databind.ser.std -
-
Uses of StdArraySerializers.TypedPrimitiveArraySerializer in com.fasterxml.jackson.databind.ser.std
Subclasses of StdArraySerializers.TypedPrimitiveArraySerializer in com.fasterxml.jackson.databind.ser.std Modifier and Type Class Description static classStdArraySerializers.FloatArraySerializerstatic classStdArraySerializers.LongArraySerializerstatic classStdArraySerializers.ShortArraySerializerConstructors in com.fasterxml.jackson.databind.ser.std with parameters of type StdArraySerializers.TypedPrimitiveArraySerializer Constructor Description TypedPrimitiveArraySerializer(StdArraySerializers.TypedPrimitiveArraySerializer<T> src, BeanProperty prop, Boolean unwrapSingle)
-