Class SearchContextSerialization
java.lang.Object
com.atlassian.confluence.rest.serialization.jackson2.SearchContextSerialization
- Since:
- 9.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchContext
deserializeSearchContext
(@Nullable String searchContextJson, com.fasterxml.jackson.databind.ObjectMapper objectMapper) We explicitly serialize the JSON blob here as more elegant parsing requires the ParamConverterProvider available in JAX-RS 2.0
-
Constructor Details
-
SearchContextSerialization
public SearchContextSerialization()
-
-
Method Details
-
deserializeSearchContext
public static SearchContext deserializeSearchContext(@Nullable String searchContextJson, com.fasterxml.jackson.databind.ObjectMapper objectMapper) We explicitly serialize the JSON blob here as more elegant parsing requires the ParamConverterProvider available in JAX-RS 2.0- Parameters:
searchContextJson
- the json blog to deserialize- Returns:
- the deserialized SearchContext
-