Class BroadleafScopedNoCtorDeserModule
java.lang.Object
com.fasterxml.jackson.databind.Module
com.broadleafcommerce.common.extension.mapping.BroadleafScopedNoCtorDeserModule
- All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned
@Deprecated(since="Common Extension 2.0.7",
forRemoval=true)
public class BroadleafScopedNoCtorDeserModule
extends com.fasterxml.jackson.databind.Module
Deprecated, for removal: This API element is subject to removal in a future version.
since Common Extension 2.0.7, as the impacted classes should be updated to adhere the
stricter constructor detection as soon as possible
Broadleaf-specific implementation of
NoCtorDeserModule to use
BroadleafScopedMissingInstantiatorHandler.- Since:
- Common Extension 2.0.7
- Author:
- Sunny Yu
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.Module
com.fasterxml.jackson.databind.Module.SetupContext -
Constructor Summary
ConstructorsConstructorDescriptionBroadleafScopedNoCtorDeserModule(BroadleafJacksonDeserializationProblemHandlerProperties broadleafJacksonScopeProperties) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.voidsetupModule(com.fasterxml.jackson.databind.Module.SetupContext context) Deprecated, for removal: This API element is subject to removal in a future version.com.fasterxml.jackson.core.Versionversion()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.fasterxml.jackson.databind.Module
getDependencies, getTypeId
-
Constructor Details
-
BroadleafScopedNoCtorDeserModule
public BroadleafScopedNoCtorDeserModule(BroadleafJacksonDeserializationProblemHandlerProperties broadleafJacksonScopeProperties) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getModuleName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getModuleNamein classcom.fasterxml.jackson.databind.Module
-
version
public com.fasterxml.jackson.core.Version version()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
versionin interfacecom.fasterxml.jackson.core.Versioned- Specified by:
versionin classcom.fasterxml.jackson.databind.Module
-
setupModule
public void setupModule(com.fasterxml.jackson.databind.Module.SetupContext context) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setupModulein classcom.fasterxml.jackson.databind.Module
-