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

withAccess() — spring-boot Function Reference

Architecture documentation for the withAccess() function in Metadata.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  43acb33d_f03c_1dc7_688b_4aba2450b3dc["withAccess()"]
  cd667486_6216_4e28_9508_41322ef89e2d["defaultAccess()"]
  cd667486_6216_4e28_9508_41322ef89e2d -->|calls| 43acb33d_f03c_1dc7_688b_4aba2450b3dc
  a4041ee3_920f_3ffa_6d69_6e3bcd2c6cdc["withProperty()"]
  43acb33d_f03c_1dc7_688b_4aba2450b3dc -->|calls| a4041ee3_920f_3ffa_6d69_6e3bcd2c6cdc
  70751124_3e92_ed3e_7f93_61d2e98490d3["ofType()"]
  43acb33d_f03c_1dc7_688b_4aba2450b3dc -->|calls| 70751124_3e92_ed3e_7f93_61d2e98490d3
  style 43acb33d_f03c_1dc7_688b_4aba2450b3dc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/metadata/Metadata.java lines 70–72

	public static Metadata.MetadataItemCondition withAccess(String key) {
		return withProperty(key).ofType(TestAccess.class);
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does withAccess() do?
withAccess() is a function in the spring-boot codebase.
What does withAccess() call?
withAccess() calls 2 function(s): ofType, withProperty.
What calls withAccess()?
withAccess() is called by 1 function(s): defaultAccess.

Analyze Your Own Codebase

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

Try Supermodel Free