Class SupportedTransformation

  • Direct Known Subclasses:
    ExplictTransformationDetails

    public class SupportedTransformation
    extends Object
    Represents a supported transformation. Normally used in a spring bean that limits the number of supported configures.
    • Constructor Detail

      • SupportedTransformation

        public SupportedTransformation()
      • SupportedTransformation

        public SupportedTransformation​(String sourceMimetype,
                                       String targetMimetype)
    • Method Detail

      • setSourceMimetype

        public void setSourceMimetype​(String sourceMimetype)
      • getSourceMimetype

        public String getSourceMimetype()
      • setTargetMimetype

        public void setTargetMimetype​(String targetMimetype)
      • getTargetMimetype

        public String getTargetMimetype()