Class ConverterDescriptor


  • public class ConverterDescriptor
    extends Object
    XMap descriptor for the contribution of a new Converter.
    Author:
    tiry
    • Field Detail

      • log

        protected final Log log
      • converterName

        protected String converterName
      • sourceMimeTypes

        protected List<String> sourceMimeTypes
      • destinationMimeType

        protected String destinationMimeType
      • className

        protected Class<?> className
      • converterType

        protected String converterType
      • bypassIfSameMimeType

        protected Boolean bypassIfSameMimeType
      • wrappedTransformer

        protected boolean wrappedTransformer
      • subConverters

        protected List<String> subConverters
    • Constructor Detail

      • ConverterDescriptor

        public ConverterDescriptor()
    • Method Detail

      • isBypassIfSameMimeType

        public boolean isBypassIfSameMimeType()
        Returns whether the conversion should be bypassed if the input blob mime type equals the converter destination mime type.
        Since:
        11.1
      • getConverterName

        public String getConverterName()
      • getSourceMimeTypes

        public List<String> getSourceMimeTypes()
      • getDestinationMimeType

        public String getDestinationMimeType()
      • initConverter

        public void initConverter()
      • getConverterInstance

        public Converter getConverterInstance()
      • getConverterType

        public String getConverterType()