Class ChainedConverter

java.lang.Object
org.nuxeo.ecm.core.convert.extension.ChainedConverter
All Implemented Interfaces:
Converter

public class ChainedConverter extends Object implements Converter
Specific Converter implementation that acts as a converters chain.

The chain can be:

  • a chain of mime-types
  • a chain of converter names

This depends on the properties of the descriptor.

Author:
tiry