Home / Function/ getPropertySource() — spring-boot Function Reference

getPropertySource() — spring-boot Function Reference

Architecture documentation for the getPropertySource() function in SpringIterableConfigurationPropertySource.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 5

Entity Profile

Dependency Diagram

graph TD
  1ce75a35_5af1_68b8_9853_1aa02c683160["getPropertySource()"]
  4d5c98ac_69dd_9a07_da89_f84537163aa0["assertEnumerablePropertySource()"]
  4d5c98ac_69dd_9a07_da89_f84537163aa0 -->|calls| 1ce75a35_5af1_68b8_9853_1aa02c683160
  ab6ab450_95f3_dcc1_b96e_4afd0605d482["getConfigurationProperty()"]
  ab6ab450_95f3_dcc1_b96e_4afd0605d482 -->|calls| 1ce75a35_5af1_68b8_9853_1aa02c683160
  cda595b2_78e2_1ae4_5bfb_3e13cf1c5bbc["getConfigurationPropertyNames()"]
  cda595b2_78e2_1ae4_5bfb_3e13cf1c5bbc -->|calls| 1ce75a35_5af1_68b8_9853_1aa02c683160
  764fd24b_f9c6_155a_9778_802371e1dafb["updateCache()"]
  764fd24b_f9c6_155a_9778_802371e1dafb -->|calls| 1ce75a35_5af1_68b8_9853_1aa02c683160
  ee5573ec_1b2e_f695_f2f8_190369d6c3e4["isImmutablePropertySource()"]
  ee5573ec_1b2e_f695_f2f8_190369d6c3e4 -->|calls| 1ce75a35_5af1_68b8_9853_1aa02c683160
  cc614270_b470_6717_089a_a04cdb5781d0["getPropertySource()"]
  1ce75a35_5af1_68b8_9853_1aa02c683160 -->|calls| cc614270_b470_6717_089a_a04cdb5781d0
  style 1ce75a35_5af1_68b8_9853_1aa02c683160 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource.java lines 214–217

	@Override
	protected EnumerablePropertySource<?> getPropertySource() {
		return (EnumerablePropertySource<?>) super.getPropertySource();
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does getPropertySource() do?
getPropertySource() is a function in the spring-boot codebase.
What does getPropertySource() call?
getPropertySource() calls 1 function(s): getPropertySource.
What calls getPropertySource()?
getPropertySource() is called by 5 function(s): assertEnumerablePropertySource, getConfigurationProperty, getConfigurationPropertyNames, isImmutablePropertySource, updateCache.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free