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

objectToUppercase() — spring-boot Function Reference

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

Function java GradlePlugin DslExtensions calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  34e1a13b_a7c6_7fd6_cb61_1261d48a02b6["objectToUppercase()"]
  94f8502c_dd28_41a1_fd14_18320194a36d["whenInstanceOfWhenInstanceMatches()"]
  94f8502c_dd28_41a1_fd14_18320194a36d -->|calls| 34e1a13b_a7c6_7fd6_cb61_1261d48a02b6
  d53d0d5d_d1b5_c5d3_c076_0cc5155538d4["whenInstanceOfWhenInstanceDoesNotMatch()"]
  d53d0d5d_d1b5_c5d3_c076_0cc5155538d4 -->|calls| 34e1a13b_a7c6_7fd6_cb61_1261d48a02b6
  e537a626_eefe_4fa4_6b81_c90a061a4f87["toString()"]
  34e1a13b_a7c6_7fd6_cb61_1261d48a02b6 -->|calls| e537a626_eefe_4fa4_6b81_c90a061a4f87
  style 34e1a13b_a7c6_7fd6_cb61_1261d48a02b6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/json/JsonWriterTests.java lines 966–968

		private static UnaryOperator<@Nullable Object> objectToUppercase() {
			return (string) -> (string != null) ? string.toString().toUpperCase(Locale.ROOT) : null;
		}

Domain

Subdomains

Calls

Called By

  • whenInstanceOfWhenInstanceDoesNotMatch()
  • whenInstanceOfWhenInstanceMatches()

Frequently Asked Questions

What does objectToUppercase() do?
objectToUppercase() is a function in the spring-boot codebase.
What does objectToUppercase() call?
objectToUppercase() calls 1 function(s): toString.
What calls objectToUppercase()?
objectToUppercase() is called by 2 function(s): whenInstanceOfWhenInstanceDoesNotMatch, whenInstanceOfWhenInstanceMatches.

Analyze Your Own Codebase

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

Try Supermodel Free