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

bind() — spring-boot Function Reference

Architecture documentation for the bind() function in TestableInitialContextFactory.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 2 called by 2

Entity Profile

Dependency Diagram

graph TD
  7aa569b2_7ea2_abce_b00f_4abe9ac4d6d9["bind()"]
  5dc5e192_7d8b_6942_074f_073d10d5e1eb["bind()"]
  5dc5e192_7d8b_6942_074f_073d10d5e1eb -->|calls| 7aa569b2_7ea2_abce_b00f_4abe9ac4d6d9
  76d9aec3_b164_38b5_c06c_131b6a23044f["jndiLocationBound()"]
  76d9aec3_b164_38b5_c06c_131b6a23044f -->|calls| 7aa569b2_7ea2_abce_b00f_4abe9ac4d6d9
  5dc5e192_7d8b_6942_074f_073d10d5e1eb["bind()"]
  7aa569b2_7ea2_abce_b00f_4abe9ac4d6d9 -->|calls| 5dc5e192_7d8b_6942_074f_073d10d5e1eb
  ee013539_00b8_3ecc_5bdf_22df09c968df["getContext()"]
  7aa569b2_7ea2_abce_b00f_4abe9ac4d6d9 -->|calls| ee013539_00b8_3ecc_5bdf_22df09c968df
  style 7aa569b2_7ea2_abce_b00f_4abe9ac4d6d9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot-autoconfigure/src/testFixtures/java/org/springframework/boot/autoconfigure/jndi/TestableInitialContextFactory.java lines 42–49

	public static void bind(String name, Object obj) {
		try {
			getContext().bind(name, obj);
		}
		catch (NamingException ex) {
			throw new IllegalStateException(ex);
		}
	}

Domain

Subdomains

Calls

Called By

  • bind()
  • jndiLocationBound()

Frequently Asked Questions

What does bind() do?
bind() is a function in the spring-boot codebase.
What does bind() call?
bind() calls 2 function(s): bind, getContext.
What calls bind()?
bind() is called by 2 function(s): bind, jndiLocationBound.

Analyze Your Own Codebase

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

Try Supermodel Free