spring-framework / org.springframework.beans.factory.parsing / ReaderContext / extractSource

extractSource

@Nullable open fun extractSource(sourceCandidate: Any): Any

Call the source extractor for the given source object.

Parameters

sourceCandidate - the original source object

Return
the source object to store, or null for none.

See Also
#getSourceExtractor()SourceExtractor#extractSource