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
JsonParser
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 used by org.codehaus.jackson.mapClassDescriptionAbstract class that defines API for objects that can be registered (for
BeanSerializerFactory
to participate in constructingBeanSerializer
instances.Interface for objects that providers instances ofBeanPropertyFilter
that 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 serializingJsonAnyGetter
annotated (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 aJsonSerializer
for 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 (forBeanSerializerFactory
to participate in constructingBeanSerializer
instances.Helper class forBeanSerializerFactory
that is used to constructBeanPropertyWriter
instances.Deprecated.DefaultSerializerProvider
implementation.As a fallback, we may need to use this serializer for other types ofNumber
s (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 ofBeanPropertyFilter
that 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 serializingJsonAnyGetter
annotated (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