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

decoded() — spring-boot Function Reference

Architecture documentation for the decoded() function in DockerSpecTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  43250f91_cb69_dc74_4321_99bf1246021e["decoded()"]
  cfe7162f_418b_2c67_bab3_cebd799da5e5["asDockerConfigurationWithDefaults()"]
  cfe7162f_418b_2c67_bab3_cebd799da5e5 -->|calls| 43250f91_cb69_dc74_4321_99bf1246021e
  ce09a9a7_75bf_c24b_3791_9804edf0f3f7["asDockerConfigurationWithHostConfiguration()"]
  ce09a9a7_75bf_c24b_3791_9804edf0f3f7 -->|calls| 43250f91_cb69_dc74_4321_99bf1246021e
  3ea41bef_86b2_5184_eda8_3d7061390d3a["asDockerConfigurationWithHostConfigurationNoTlsVerify()"]
  3ea41bef_86b2_5184_eda8_3d7061390d3a -->|calls| 43250f91_cb69_dc74_4321_99bf1246021e
  960f2555_97a1_0bb0_1b98_ee79c0af24d3["asDockerConfigurationWithContextConfiguration()"]
  960f2555_97a1_0bb0_1b98_ee79c0af24d3 -->|calls| 43250f91_cb69_dc74_4321_99bf1246021e
  d3d8dbb4_bf3a_a037_7374_aa0b0f7db902["asDockerConfigurationWithBindHostToBuilder()"]
  d3d8dbb4_bf3a_a037_7374_aa0b0f7db902 -->|calls| 43250f91_cb69_dc74_4321_99bf1246021e
  78fff61b_5c77_1d6f_5bf7_60d91173af97["asDockerConfigurationWithUserAuth()"]
  78fff61b_5c77_1d6f_5bf7_60d91173af97 -->|calls| 43250f91_cb69_dc74_4321_99bf1246021e
  b862449e_419c_8185_1f37_3ab6f519cef4["asDockerConfigurationWithTokenAuth()"]
  b862449e_419c_8185_1f37_3ab6f519cef4 -->|calls| 43250f91_cb69_dc74_4321_99bf1246021e
  style 43250f91_cb69_dc74_4321_99bf1246021e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/bundling/DockerSpecTests.java lines 254–256

	@Nullable String decoded(@Nullable String value) {
		return (value != null) ? new String(Base64.getDecoder().decode(value)) : value;
	}

Domain

Subdomains

Called By

  • asDockerConfigurationWithBindHostToBuilder()
  • asDockerConfigurationWithContextConfiguration()
  • asDockerConfigurationWithDefaults()
  • asDockerConfigurationWithHostConfiguration()
  • asDockerConfigurationWithHostConfigurationNoTlsVerify()
  • asDockerConfigurationWithTokenAuth()
  • asDockerConfigurationWithUserAuth()

Frequently Asked Questions

What does decoded() do?
decoded() is a function in the spring-boot codebase.
What calls decoded()?
decoded() is called by 7 function(s): asDockerConfigurationWithBindHostToBuilder, asDockerConfigurationWithContextConfiguration, asDockerConfigurationWithDefaults, asDockerConfigurationWithHostConfiguration, asDockerConfigurationWithHostConfigurationNoTlsVerify, asDockerConfigurationWithTokenAuth, asDockerConfigurationWithUserAuth.

Analyze Your Own Codebase

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

Try Supermodel Free