Uses of Package
org.codehaus.jackson.map.ser
Packages that use org.codehaus.jackson.map.ser
Package
Description
Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper class, as well
as convenience methods included in
JsonParserContains implementation classes of serialization part of
data binding.
Contains implementation classes of serialization part of
data binding.
-
Classes in org.codehaus.jackson.map.ser used by org.codehaus.jackson.mapClassDescriptionAbstract class that defines API for objects that can be registered (for
BeanSerializerFactoryto participate in constructingBeanSerializerinstances.Interface for objects that providers instances ofBeanPropertyFilterthat match given ids. -
Classes in org.codehaus.jackson.map.ser used by org.codehaus.jackson.map.serClassDescriptionClass similar to
BeanPropertyWriter, but that will be used for serializingJsonAnyGetterannotated (Map) propertiesFactory class that can provide serializers for standard JDK classes, as well as custom classes that extend standard classes or implement one of "well-known" interfaces (such asCollection).Interface that defines API for filter objects use (as configured usingJsonFilter) for filtering bean properties to serialize.Base bean property handler class, which implements common parts of reflection-based functionality for accessing a property value and serializing it.Serializer class that can serialize arbitrary bean objectsBuilder class used for aggregating deserialization information about a POJO, in order to build aJsonSerializerfor serializing intances.Factory class that can provide serializers for any regular Java beans (as defined by "having at least one get method recognizable as bean accessor" -- whereObject.getClass()does not count); as well as for "standard" JDK types.Abstract class that defines API for objects that can be registered (forBeanSerializerFactoryto participate in constructingBeanSerializerinstances.Helper class forBeanSerializerFactorythat is used to constructBeanPropertyWriterinstances.Deprecated.DefaultSerializerProviderimplementation.As a fallback, we may need to use this serializer for other types ofNumbers (custom types).Deprecated.Since 1.9 useToStringSerializer -
Classes in org.codehaus.jackson.map.ser used by org.codehaus.jackson.map.ser.implClassDescriptionInterface that defines API for filter objects use (as configured using
JsonFilter) for filtering bean properties to serialize.Base bean property handler class, which implements common parts of reflection-based functionality for accessing a property value and serializing it.Interface for objects that providers instances ofBeanPropertyFilterthat match given ids. -
Classes in org.codehaus.jackson.map.ser used by org.codehaus.jackson.map.ser.stdClassDescriptionClass similar to
BeanPropertyWriter, but that will be used for serializingJsonAnyGetterannotated (Map) propertiesInterface that defines API for filter objects use (as configured usingJsonFilter) for filtering bean properties to serialize.Base bean property handler class, which implements common parts of reflection-based functionality for accessing a property value and serializing it.Deprecated.Since 1.9 useSerializerBase
SerializerBase