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

contains() — spring-boot Function Reference

Architecture documentation for the contains() function in ConfigurationMetadataRepositoryJsonBuilderTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  03e76805_67f6_02dc_71cd_4fb3e6172301["contains()"]
  cf7c6591_e04f_5450_0e09_ea4a8a9318e3["simpleRepository()"]
  cf7c6591_e04f_5450_0e09_ea4a8a9318e3 -->|calls| 03e76805_67f6_02dc_71cd_4fb3e6172301
  64dc8ef0_1fc0_a375_6216_18cbf4f2dc57["hintsOnMaps()"]
  64dc8ef0_1fc0_a375_6216_18cbf4f2dc57 -->|calls| 03e76805_67f6_02dc_71cd_4fb3e6172301
  922dfd2b_d0df_d758_344b_164932622abd["severalRepositoriesNoConflict()"]
  922dfd2b_d0df_d758_344b_164932622abd -->|calls| 03e76805_67f6_02dc_71cd_4fb3e6172301
  7d87f2f5_bb60_0f47_5e48_32f3fdaf0c04["repositoryWithRoot()"]
  7d87f2f5_bb60_0f47_5e48_32f3fdaf0c04 -->|calls| 03e76805_67f6_02dc_71cd_4fb3e6172301
  3717ff9e_abb4_75fc_0e79_e247793b936f["emptyGroups()"]
  3717ff9e_abb4_75fc_0e79_e247793b936f -->|calls| 03e76805_67f6_02dc_71cd_4fb3e6172301
  6201a8c7_4caf_583b_5eb1_82576c6e7119["validateFoo()"]
  6201a8c7_4caf_583b_5eb1_82576c6e7119 -->|calls| 03e76805_67f6_02dc_71cd_4fb3e6172301
  ec50ffef_dcd0_bfca_4b0f_77ef22e274e4["validateBar()"]
  ec50ffef_dcd0_bfca_4b0f_77ef22e274e4 -->|calls| 03e76805_67f6_02dc_71cd_4fb3e6172301
  0b25affd_f952_74a6_4688_9973dc67de78["validateMap()"]
  0b25affd_f952_74a6_4688_9973dc67de78 -->|calls| 03e76805_67f6_02dc_71cd_4fb3e6172301
  98b9dad0_f3a8_c971_f00c_7911af375efc["validateEmptyGroup()"]
  98b9dad0_f3a8_c971_f00c_7911af375efc -->|calls| 03e76805_67f6_02dc_71cd_4fb3e6172301
  style 03e76805_67f6_02dc_71cd_4fb3e6172301 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-metadata/src/test/java/org/springframework/boot/configurationmetadata/ConfigurationMetadataRepositoryJsonBuilderTests.java lines 267–271

	private void contains(Map<String, ?> source, String... keys) {
		for (String key : keys) {
			assertThat(source).containsKey(key);
		}
	}

Domain

Subdomains

Frequently Asked Questions

What does contains() do?
contains() is a function in the spring-boot codebase.
What calls contains()?
contains() is called by 9 function(s): emptyGroups, hintsOnMaps, repositoryWithRoot, severalRepositoriesNoConflict, simpleRepository, validateBar, validateEmptyGroup, validateFoo, and 1 more.

Analyze Your Own Codebase

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

Try Supermodel Free