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

access() — spring-boot Function Reference

Architecture documentation for the access() function in EndpointMetadataGenerationTests.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 1 called by 11

Entity Profile

Dependency Diagram

graph TD
  525878df_aaac_a261_8c5d_13633f714c2c["access()"]
  28051e97_2dd5_2595_3a23_ce5b55bad828["simpleEndpoint()"]
  28051e97_2dd5_2595_3a23_ce5b55bad828 -->|calls| 525878df_aaac_a261_8c5d_13633f714c2c
  c8e41c03_2c6c_54ff_6dde_8b03ba54b8bb["enabledEndpoint()"]
  c8e41c03_2c6c_54ff_6dde_8b03ba54b8bb -->|calls| 525878df_aaac_a261_8c5d_13633f714c2c
  ff9b6993_b762_5690_f7eb_35fc15493bbe["noAccessEndpoint()"]
  ff9b6993_b762_5690_f7eb_35fc15493bbe -->|calls| 525878df_aaac_a261_8c5d_13633f714c2c
  6105b8c1_9731_547f_8ade_4b71dae9c5c8["readOnlyAccessEndpoint()"]
  6105b8c1_9731_547f_8ade_4b71dae9c5c8 -->|calls| 525878df_aaac_a261_8c5d_13633f714c2c
  75ec09f9_c8de_6702_649e_f6dd4f95f103["unrestrictedAccessEndpoint()"]
  75ec09f9_c8de_6702_649e_f6dd4f95f103 -->|calls| 525878df_aaac_a261_8c5d_13633f714c2c
  b622df0d_f3c8_7209_008e_f144a1fd7544["customPropertiesEndpoint()"]
  b622df0d_f3c8_7209_008e_f144a1fd7544 -->|calls| 525878df_aaac_a261_8c5d_13633f714c2c
  a4e14b19_7efb_63c9_fb13_3ab8b08c9496["specificEndpoint()"]
  a4e14b19_7efb_63c9_fb13_3ab8b08c9496 -->|calls| 525878df_aaac_a261_8c5d_13633f714c2c
  d009ae15_94bb_7105_7ee8_ead56242a813["incrementalEndpointBuildChangeDefaultAccess()"]
  d009ae15_94bb_7105_7ee8_ead56242a813 -->|calls| 525878df_aaac_a261_8c5d_13633f714c2c
  ba6daf25_89db_7ff9_3147_327e9578a1ec["incrementalEndpointBuildChangeCacheFlag()"]
  ba6daf25_89db_7ff9_3147_327e9578a1ec -->|calls| 525878df_aaac_a261_8c5d_13633f714c2c
  c8c5d0bb_bbdd_8ef7_f41e_f8ef287053b1["incrementalEndpointBuildChangeAccessOfSpecificEndpoint()"]
  c8c5d0bb_bbdd_8ef7_f41e_f8ef287053b1 -->|calls| 525878df_aaac_a261_8c5d_13633f714c2c
  9ea6c8bd_645c_fb02_c782_023c9e03f1fd["endpointWithNullableParameter()"]
  9ea6c8bd_645c_fb02_c782_023c9e03f1fd -->|calls| 525878df_aaac_a261_8c5d_13633f714c2c
  cd667486_6216_4e28_9508_41322ef89e2d["defaultAccess()"]
  525878df_aaac_a261_8c5d_13633f714c2c -->|calls| cd667486_6216_4e28_9508_41322ef89e2d
  style 525878df_aaac_a261_8c5d_13633f714c2c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/EndpointMetadataGenerationTests.java lines 208–210

	private Metadata.MetadataItemCondition access(String endpointId, TestAccess defaultValue) {
		return defaultAccess(endpointId, endpointId, defaultValue);
	}

Domain

Subdomains

Frequently Asked Questions

What does access() do?
access() is a function in the spring-boot codebase.
What does access() call?
access() calls 1 function(s): defaultAccess.
What calls access()?
access() is called by 11 function(s): customPropertiesEndpoint, enabledEndpoint, endpointWithNullableParameter, incrementalEndpointBuildChangeAccessOfSpecificEndpoint, incrementalEndpointBuildChangeCacheFlag, incrementalEndpointBuildChangeDefaultAccess, noAccessEndpoint, readOnlyAccessEndpoint, and 3 more.

Analyze Your Own Codebase

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

Try Supermodel Free