Class BroadleafJacksonDeserializationProblemHandlerProperties
java.lang.Object
com.broadleafcommerce.common.extension.autoconfigure.BroadleafJacksonDeserializationProblemHandlerProperties
@ConfigurationProperties("broadleaf.jackson.deserialization-problem-handler")
@Deprecated(since="Common Extension 2.0.7",
forRemoval=true)
public class BroadleafJacksonDeserializationProblemHandlerProperties
extends Object
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
Properties used in
BroadleafScopedMissingInstantiatorHandler to conditionally apply the
MissingInstantiatorHandler logic based on the class's name. This is to ensure that the
deserialization fallback logic isn't applied to 3rd party framework like Spring.- Since:
- Common Extension 2.0.7
- Author:
- Sunny Yu
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.The package paths where theMissingInstantiatorHandlershould be used.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.voidsetPackagePathsInScope(Set<String> packagePathsInScope) Deprecated, for removal: This API element is subject to removal in a future version.The package paths where theMissingInstantiatorHandlershould be used.toString()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
BroadleafJacksonDeserializationProblemHandlerProperties
public BroadleafJacksonDeserializationProblemHandlerProperties()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getPackagePathsInScope
Deprecated, for removal: This API element is subject to removal in a future version.The package paths where theMissingInstantiatorHandlershould be used. -
setPackagePathsInScope
Deprecated, for removal: This API element is subject to removal in a future version.The package paths where theMissingInstantiatorHandlershould be used. -
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
canEqual
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-