Package | Description |
---|---|
com.fasterxml.jackson.databind.deser.std |
Contains public standard implementations of abstraction that
Jackson uses.
|
com.fasterxml.jackson.databind.ser.std | |
com.fasterxml.jackson.databind.util |
Utility classes for Mapper package.
|
Modifier and Type | Field and Description |
---|---|
protected IgnorePropertiesUtil.Checker |
MapDeserializer._inclusionChecker
Helper object used for name-based filtering
|
Modifier and Type | Field and Description |
---|---|
protected IgnorePropertiesUtil.Checker |
MapSerializer._inclusionChecker
Helper object used for name-based filtering
|
Modifier and Type | Method and Description |
---|---|
static IgnorePropertiesUtil.Checker |
IgnorePropertiesUtil.buildCheckerIfNeeded(Set<String> toIgnore,
Set<String> toInclude)
Factory method for creating and return a
IgnorePropertiesUtil.Checker instance if (and only if)
one needed. |
static IgnorePropertiesUtil.Checker |
IgnorePropertiesUtil.Checker.construct(Set<String> toIgnore,
Set<String> toInclude) |
Copyright © 2008–2021 FasterXML. All rights reserved.