| java.lang.Object | |
| ↳ | org.springframework.beans.factory.parsing.NullSourceExtractor | 
Simple implementation of SourceExtractor that returns null
 as the source metadata.
 
This is the default implementation and prevents too much metadata from being held in memory during normal (non-tooled) runtime usage.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This implementation simply returns  
  
  null for any input. | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  org.springframework.beans.factory.parsing.SourceExtractor
 | |||||||||||
This implementation simply returns null for any input.
| sourceCandidate | the original source metadata (never null) | 
        
|---|---|
| definitionResource | the resource that defines the given source object
 (may be null) | 
        
null)