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

forTypes() — spring-boot Function Reference

Architecture documentation for the forTypes() function in BindableRuntimeHintsRegistrar.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 1 called by 5

Entity Profile

Dependency Diagram

graph TD
  5606b2a8_c805_dc1f_bebe_af131c9bf27b["forTypes()"]
  9c807314_b0cd_aec4_ac69_94dadcd5bd5a["registerHints()"]
  9c807314_b0cd_aec4_ac69_94dadcd5bd5a -->|calls| 5606b2a8_c805_dc1f_bebe_af131c9bf27b
  b76f632a_598d_d640_624e_69f8ab6badd6["registerHints()"]
  b76f632a_598d_d640_624e_69f8ab6badd6 -->|calls| 5606b2a8_c805_dc1f_bebe_af131c9bf27b
  55fbb2c0_8cc2_efba_2e17_019f8ee8c86d["registerHints()"]
  55fbb2c0_8cc2_efba_2e17_019f8ee8c86d -->|calls| 5606b2a8_c805_dc1f_bebe_af131c9bf27b
  982dc539_dcf0_31b0_8308_6e66f2f84a1a["registerHints()"]
  982dc539_dcf0_31b0_8308_6e66f2f84a1a -->|calls| 5606b2a8_c805_dc1f_bebe_af131c9bf27b
  29114853_39d4_7435_f291_70c8adb6a885["registerHints()"]
  29114853_39d4_7435_f291_70c8adb6a885 -->|calls| 5606b2a8_c805_dc1f_bebe_af131c9bf27b
  39cd4ec6_fca2_1355_97e5_ea9d87f8d71a["BindableRuntimeHintsRegistrar()"]
  5606b2a8_c805_dc1f_bebe_af131c9bf27b -->|calls| 39cd4ec6_fca2_1355_97e5_ea9d87f8d71a
  style 5606b2a8_c805_dc1f_bebe_af131c9bf27b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindableRuntimeHintsRegistrar.java lines 111–114

	public static BindableRuntimeHintsRegistrar forTypes(Iterable<Class<?>> types) {
		Assert.notNull(types, "'types' must not be null");
		return forTypes(StreamSupport.stream(types.spliterator(), false).toArray(Class<?>[]::new));
	}

Domain

Subdomains

Called By

  • registerHints()
  • registerHints()
  • registerHints()
  • registerHints()
  • registerHints()

Frequently Asked Questions

What does forTypes() do?
forTypes() is a function in the spring-boot codebase.
What does forTypes() call?
forTypes() calls 1 function(s): BindableRuntimeHintsRegistrar.
What calls forTypes()?
forTypes() is called by 5 function(s): registerHints, registerHints, registerHints, registerHints, registerHints.

Analyze Your Own Codebase

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

Try Supermodel Free