Class RestEntityConverter
java.lang.Object
com.atlassian.confluence.rest.serialization.jackson2.RestEntityConverter
Converts a rest entity to an enrichable entity.
- Since:
- 8.9.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert
(Object entity, SchemaType schemaType) boolean
isEnrichableEntity
(Class entityType) boolean
isEnrichableList
(Class listType)
-
Constructor Details
-
RestEntityConverter
-
-
Method Details
-
convert
-
convert
- Since:
- 8.9.0
-
isEnrichableList
- Since:
- 8.9.0
-
isEnrichableEntity
- Since:
- 8.9.0
-