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

Regex() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  0fcafca6_76d2_3866_bd7c_4c92e5e3ad43["Regex()"]
  b96196dc_a0cd_5a6f_0414_73ad68a78305["oneOrMoreTimes()"]
  b96196dc_a0cd_5a6f_0414_73ad68a78305 -->|calls| 0fcafca6_76d2_3866_bd7c_4c92e5e3ad43
  4bcaf7b8_4b82_d2de_9783_5ed08d6e7df6["zeroOrOnce()"]
  4bcaf7b8_4b82_d2de_9783_5ed08d6e7df6 -->|calls| 0fcafca6_76d2_3866_bd7c_4c92e5e3ad43
  ad645a53_0dd4_588a_2039_8d0beaa4aca0["of()"]
  ad645a53_0dd4_588a_2039_8d0beaa4aca0 -->|calls| 0fcafca6_76d2_3866_bd7c_4c92e5e3ad43
  d0811841_daea_cff0_db5c_34a51732b452["oneOf()"]
  d0811841_daea_cff0_db5c_34a51732b452 -->|calls| 0fcafca6_76d2_3866_bd7c_4c92e5e3ad43
  e599002e_ba72_ccaa_67f0_2b1e8a6e3c98["group()"]
  e599002e_ba72_ccaa_67f0_2b1e8a6e3c98 -->|calls| 0fcafca6_76d2_3866_bd7c_4c92e5e3ad43
  dee01f64_5fda_7f3a_d031_1452cef70c72["toString()"]
  0fcafca6_76d2_3866_bd7c_4c92e5e3ad43 -->|calls| dee01f64_5fda_7f3a_d031_1452cef70c72
  style 0fcafca6_76d2_3866_bd7c_4c92e5e3ad43 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type/Regex.java lines 73–75

	private Regex(CharSequence value) {
		this.value = value.toString();
	}

Subdomains

Calls

  • toString()

Called By

  • group()
  • of()
  • oneOf()
  • oneOrMoreTimes()
  • zeroOrOnce()

Frequently Asked Questions

What does Regex() do?
Regex() is a function in the spring-boot codebase.
What does Regex() call?
Regex() calls 1 function(s): toString.
What calls Regex()?
Regex() is called by 5 function(s): group, of, oneOf, oneOrMoreTimes, zeroOrOnce.

Analyze Your Own Codebase

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

Try Supermodel Free