public class MapperOptions extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
actLikeSerializer
Treat java transient fields as if they have
@Transient on them |
CustomMapper |
defaultMapper |
CustomMapper |
embeddedMapper |
boolean |
ignoreFinals
Controls if final fields are stored.
|
ObjectFactory |
objectFactory |
CustomMapper |
referenceMapper |
boolean |
storeEmpties
Controls if empty collection/arrays are stored.
|
boolean |
storeNulls
Controls if null are stored.
|
CustomMapper |
valueMapper |
Constructor and Description |
---|
MapperOptions() |
public boolean actLikeSerializer
Treat java transient fields as if they have @Transient
on them
public boolean storeNulls
Controls if null are stored.
public boolean storeEmpties
Controls if empty collection/arrays are stored.
public boolean ignoreFinals
Controls if final fields are stored.
public final CustomMapper referenceMapper
public final CustomMapper embeddedMapper
public final CustomMapper valueMapper
public final CustomMapper defaultMapper
public ObjectFactory objectFactory
Copyright © 2015. All rights reserved.