Examples of PassThroughSourceExtractor


Examples of org.springframework.beans.factory.parsing.PassThroughSourceExtractor

  /**
   * Set the {@link SourceExtractor} to use for generated bean definitions
   * that correspond to {@link Bean} factory methods.
   */
  public void setSourceExtractor(SourceExtractor sourceExtractor) {
    this.sourceExtractor = (sourceExtractor != null ? sourceExtractor : new PassThroughSourceExtractor());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.