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

create() — spring-boot Function Reference

Architecture documentation for the create() function in ConfigurationPropertiesBean.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  1763dac9_497f_c26d_0962_90de798a23b8["create()"]
  5fe9e097_d243_2cad_d20c_db584a0f1a0a["get()"]
  5fe9e097_d243_2cad_d20c_db584a0f1a0a -->|calls| 1763dac9_497f_c26d_0962_90de798a23b8
  3fa2e59a_bbf9_23ae_acb1_9383b54a3942["forValueObject()"]
  3fa2e59a_bbf9_23ae_acb1_9383b54a3942 -->|calls| 1763dac9_497f_c26d_0962_90de798a23b8
  8cd57d95_54a6_bb5b_4afc_ebad9f625768["ConfigurationPropertiesBean()"]
  1763dac9_497f_c26d_0962_90de798a23b8 -->|calls| 8cd57d95_54a6_bb5b_4afc_ebad9f625768
  style 1763dac9_497f_c26d_0962_90de798a23b8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBean.java lines 289–293

	@Contract("_, _, !null -> !null")
	private static @Nullable ConfigurationPropertiesBean create(String name, @Nullable Object instance,
			@Nullable Bindable<Object> bindTarget) {
		return (bindTarget != null) ? new ConfigurationPropertiesBean(name, instance, bindTarget) : null;
	}

Domain

Subdomains

Calls

  • ConfigurationPropertiesBean()

Frequently Asked Questions

What does create() do?
create() is a function in the spring-boot codebase.
What does create() call?
create() calls 1 function(s): ConfigurationPropertiesBean.
What calls create()?
create() is called by 2 function(s): forValueObject, get.

Analyze Your Own Codebase

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

Try Supermodel Free