Uses of Package
org.codehaus.jackson.map.ser.impl
Packages that use org.codehaus.jackson.map.ser.impl
Package
Description
Contains implementation classes of serialization part of
data binding.
Contains implementation classes of serialization part of
data binding.
-
Classes in org.codehaus.jackson.map.ser.impl used by org.codehaus.jackson.map.serClassDescriptionHelper container used for resolving serializers for dynamic (possibly but not necessarily polymorphic) properties: properties whose type is not forced to use dynamic (declared) type and that are not final.Optimized lookup table for accessing two types of serializers; typed and non-typed.Simple cache object that allows for doing 2-level lookups: first level is by "local" read-only lookup Map (used without locking) and second backup level is by a shared modifiable HashMap.
-
Classes in org.codehaus.jackson.map.ser.impl used by org.codehaus.jackson.map.ser.implClassDescriptionSpecialized read-only map used for storing and accessing serializers by type.Helper container used for resolving serializers for dynamic (possibly but not necessarily polymorphic) properties: properties whose type is not forced to use dynamic (declared) type and that are not final.Value class used for returning tuple that has both serializer that was retrieved and new map instanceOptimized lookup table for accessing two types of serializers; typed and non-typed.Key that offers two "modes"; one with raw class, as used for cases were raw class type is available (for example, when using runtime type); and one with full generics-including.Simple
BeanPropertyFilter
implementation that only uses property name to determine whether to serialize property as is, or to filter it out.SimpleFilterProvider
implementation that just stores direct id-to-filter mapping. -
Classes in org.codehaus.jackson.map.ser.impl used by org.codehaus.jackson.map.ser.stdClassDescriptionHelper container used for resolving serializers for dynamic (possibly but not necessarily polymorphic) properties: properties whose type is not forced to use dynamic (declared) type and that are not final.