Class DelegatingConverterWithEnrichment

java.lang.Object
com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.DelegatingConverterWithEnrichment
All Implemented Interfaces:
Converter

public class DelegatingConverterWithEnrichment extends Object implements Converter
Generic converter wrapper that delegates conversion to an underlying Converter and then applies a set of enrichments. Useful when the base converter is not a CommonDatabaseDataConverter but we still want to enrich the output.