|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanSerializerBase | |
---|---|
com.fasterxml.jackson.databind.ser | Contains implementation classes of serialization part of data binding. |
com.fasterxml.jackson.databind.ser.impl | Contains implementation classes of serialization part of data binding. |
com.fasterxml.jackson.databind.ser.std |
Uses of BeanSerializerBase in com.fasterxml.jackson.databind.ser |
---|
Subclasses of BeanSerializerBase in com.fasterxml.jackson.databind.ser | |
---|---|
class |
BeanSerializer
Serializer class that can serialize Java objects that map to JSON Object output. |
Constructors in com.fasterxml.jackson.databind.ser with parameters of type BeanSerializerBase | |
---|---|
BeanSerializer(BeanSerializerBase src)
Alternate copy constructor that can be used to construct standard BeanSerializer passing an instance of
"compatible enough" source serializer. |
|
BeanSerializer(BeanSerializerBase src,
ObjectIdWriter objectIdWriter)
|
|
BeanSerializer(BeanSerializerBase src,
String[] toIgnore)
|
Uses of BeanSerializerBase in com.fasterxml.jackson.databind.ser.impl |
---|
Subclasses of BeanSerializerBase in com.fasterxml.jackson.databind.ser.impl | |
---|---|
class |
UnwrappingBeanSerializer
|
Constructors in com.fasterxml.jackson.databind.ser.impl with parameters of type BeanSerializerBase | |
---|---|
UnwrappingBeanSerializer(BeanSerializerBase src,
NameTransformer transformer)
Constructor used for creating unwrapping instance of a standard BeanSerializer |
Uses of BeanSerializerBase in com.fasterxml.jackson.databind.ser.std |
---|
Methods in com.fasterxml.jackson.databind.ser.std that return BeanSerializerBase | |
---|---|
protected abstract BeanSerializerBase |
BeanSerializerBase.withIgnorals(String[] toIgnore)
Fluent factory used for creating a new instance with additional set of properties to ignore (from properties this instance otherwise has) |
protected abstract BeanSerializerBase |
BeanSerializerBase.withObjectIdWriter(ObjectIdWriter objectIdWriter)
Fluent factory used for creating a new instance with different ObjectIdWriter . |
Constructors in com.fasterxml.jackson.databind.ser.std with parameters of type BeanSerializerBase | |
---|---|
BeanSerializerBase(BeanSerializerBase src)
Copy-constructor that is useful for sub-classes that just want to copy all super-class properties without modifications. |
|
BeanSerializerBase(BeanSerializerBase src,
BeanPropertyWriter[] properties,
BeanPropertyWriter[] filteredProperties)
|
|
BeanSerializerBase(BeanSerializerBase src,
NameTransformer unwrapper)
Copy-constructor that will also rename properties with given prefix (if it's non-empty) |
|
BeanSerializerBase(BeanSerializerBase src,
ObjectIdWriter objectIdWriter)
|
|
BeanSerializerBase(BeanSerializerBase src,
String[] toIgnore)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |