Package com.atlassian.jira.scheduler
Class JiraParameterMapSerializer
java.lang.Object
com.atlassian.scheduler.core.util.ParameterMapSerializer
com.atlassian.scheduler.caesium.migration.LazyMigratingParameterMapSerializer
com.atlassian.jira.scheduler.JiraParameterMapSerializer
@Internal
public class JiraParameterMapSerializer
extends com.atlassian.scheduler.caesium.migration.LazyMigratingParameterMapSerializer
A ParameterMapSerializer that restricts the classes that can be
deserialized. See JRA-46827.
- Since:
- v7.1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.scheduler.caesium.migration.LazyMigratingParameterMapSerializer
createObjectInputStream, deserializeParametersMethods inherited from class com.atlassian.scheduler.core.util.ParameterMapSerializer
serializeParameters
-
Field Details
-
JIRA_PARAMETER_MAP_SERIALIZER_DISABLE_RESTRICTIVE_CLASS_LOADER
- See Also:
-
-
Constructor Details
-
JiraParameterMapSerializer
public JiraParameterMapSerializer()
-