Package 

Object DocumentSource.Companion

    • Method Summary

      Modifier and Type Method Description
      final DocumentSource toDocumentSource(Object source) Converts a supported object to its corresponding {@link DocumentSource} instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toDocumentSource

         final DocumentSource toDocumentSource(Object source)

        Converts a supported object to its corresponding {@link DocumentSource} instance.

        Parameters:
        source - The object to convert.