Uses of Package
org.codehaus.jackson.map.ser
-
Packages that use org.codehaus.jackson.map.ser Package Description org.codehaus.jackson.map 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 viaObjectMapper
class, as well as convenience methods included inJsonParser
org.codehaus.jackson.map.ser Contains implementation classes of serialization part of data binding.org.codehaus.jackson.map.ser.impl Contains implementation classes of serialization part of data binding.org.codehaus.jackson.map.ser.std -
Classes in org.codehaus.jackson.map.ser used by org.codehaus.jackson.map Class Description BeanSerializerModifier Abstract class that defines API for objects that can be registered (forBeanSerializerFactory
to participate in constructingBeanSerializer
instances.FilterProvider 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 Class Description AnyGetterWriter Class similar toBeanPropertyWriter
, but that will be used for serializingJsonAnyGetter
annotated (Map) propertiesBasicSerializerFactory Factory 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
).BeanPropertyFilter Interface that defines API for filter objects use (as configured usingJsonFilter
) for filtering bean properties to serialize.BeanPropertyWriter Base bean property handler class, which implements common parts of reflection-based functionality for accessing a property value and serializing it.BeanSerializer Serializer class that can serialize arbitrary bean objectsBeanSerializerBuilder Builder class used for aggregating deserialization information about a POJO, in order to build aJsonSerializer
for serializing intances.BeanSerializerFactory 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.BeanSerializerModifier Abstract class that defines API for objects that can be registered (forBeanSerializerFactory
to participate in constructingBeanSerializer
instances.PropertyBuilder Helper class forBeanSerializerFactory
that is used to constructBeanPropertyWriter
instances.SerializerBase Deprecated.Since 1.9 useSerializerBase
StdSerializerProvider DefaultSerializerProvider
implementation.StdSerializers.NumberSerializer As a fallback, we may need to use this serializer for other types ofNumber
s (custom types).ToStringSerializer Deprecated.Since 1.9 useToStringSerializer
-
Classes in org.codehaus.jackson.map.ser used by org.codehaus.jackson.map.ser.impl Class Description BeanPropertyFilter Interface that defines API for filter objects use (as configured usingJsonFilter
) for filtering bean properties to serialize.BeanPropertyWriter Base bean property handler class, which implements common parts of reflection-based functionality for accessing a property value and serializing it.FilterProvider 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.std Class Description AnyGetterWriter Class similar toBeanPropertyWriter
, but that will be used for serializingJsonAnyGetter
annotated (Map) propertiesBeanPropertyFilter Interface that defines API for filter objects use (as configured usingJsonFilter
) for filtering bean properties to serialize.BeanPropertyWriter Base bean property handler class, which implements common parts of reflection-based functionality for accessing a property value and serializing it.SerializerBase Deprecated.Since 1.9 useSerializerBase