Interface SourceExtractor

    • Method Detail

      • extractSource

        Object extractSource​(Object sourceCandidate,
                             Resource definingResource)
        Extract the source metadata from the candidate object supplied by the configuration parser.
        Parameters:
        sourceCandidate - the original source metadata (never null)
        definingResource - the resource that defines the given source object (may be null)
        Returns:
        the source metadata object to store (may be null)