Interface TransformationSourceOptions

    • Method Detail

      • getApplicabledMimetypes

        List<String> getApplicabledMimetypes()
        Deprecated.
        Gets the list of applicable mimetypes
        Returns:
        the applicable mimetypes
      • getApplicableMimetypes

        List<String> getApplicableMimetypes()
        Deprecated.
        Gets the list of applicable mimetypes
        Returns:
        the applicable mimetypes
      • isApplicableForMimetype

        boolean isApplicableForMimetype​(String mimetype)
        Deprecated.
        Gets whether or not these transformation source options apply for the given mimetype
        Parameters:
        mimetype - the mimetype of the source
        Returns:
        if these transformation source options apply
      • mergedOptions

        TransformationSourceOptions mergedOptions​(TransformationSourceOptions overridingOptions)
        Deprecated.
        Creates a new TransformationSourceOptions object from this one, merging any non-null overriding fields in the given overridingOptions
        Parameters:
        overridingOptions - TransformationSourceOptions
        Returns:
        a merged TransformationSourceOptions object