Class ContentTransformerRegistry.TransformationKey

  • Enclosing class:
    ContentTransformerRegistry

    @Deprecated
    public static class ContentTransformerRegistry.TransformationKey
    extends Object
    Deprecated.
    A key for a combination of a source and target mimetype Deprecated since 3.0
    • Constructor Detail

      • TransformationKey

        public TransformationKey​(String sourceMimetype,
                                 String targetMimetype)
        Deprecated.
    • Method Detail

      • getSourceMimetype

        public String getSourceMimetype()
        Deprecated.
      • getTargetMimetype

        public String getTargetMimetype()
        Deprecated.
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object