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

getPropertyEditorOnlyBindConverter() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  bdfeb006_b9da_5983_cac9_e2ba7d41504c["getPropertyEditorOnlyBindConverter()"]
  fe4038d9_c662_872b_a040_782a9e1b53af["canConvertWhenHasDefaultEditorShouldReturnTrue()"]
  fe4038d9_c662_872b_a040_782a9e1b53af -->|calls| bdfeb006_b9da_5983_cac9_e2ba7d41504c
  32c710db_71a3_fc91_3f79_82be3a556bb4["canConvertWhenHasCustomEditorShouldReturnTrue()"]
  32c710db_71a3_fc91_3f79_82be3a556bb4 -->|calls| bdfeb006_b9da_5983_cac9_e2ba7d41504c
  3bf46c3f_5af6_ff55_3ef2_3bbd9d0d06b4["canConvertWhenHasEditorByConventionShouldReturnTrue()"]
  3bf46c3f_5af6_ff55_3ef2_3bbd9d0d06b4 -->|calls| bdfeb006_b9da_5983_cac9_e2ba7d41504c
  8671c84e_1ab6_f879_c71d_69acae0acedd["canConvertWhenHasEditorForCollectionElementShouldReturnTrue()"]
  8671c84e_1ab6_f879_c71d_69acae0acedd -->|calls| bdfeb006_b9da_5983_cac9_e2ba7d41504c
  230ef6f8_5234_2745_451a_fa9b190092d5["canConvertWhenHasEditorForArrayElementShouldReturnTrue()"]
  230ef6f8_5234_2745_451a_fa9b190092d5 -->|calls| bdfeb006_b9da_5983_cac9_e2ba7d41504c
  a9226409_7331_ba60_1c38_9c36387b99a3["convertWhenHasDefaultEditorShouldConvert()"]
  a9226409_7331_ba60_1c38_9c36387b99a3 -->|calls| bdfeb006_b9da_5983_cac9_e2ba7d41504c
  eb783ce4_0b6c_df97_1b5f_86480db7221f["convertWhenHasCustomEditorShouldConvert()"]
  eb783ce4_0b6c_df97_1b5f_86480db7221f -->|calls| bdfeb006_b9da_5983_cac9_e2ba7d41504c
  56dad168_c81b_1c8b_7b95_c18fdd0028df["convertWhenHasEditorByConventionShouldConvert()"]
  56dad168_c81b_1c8b_7b95_c18fdd0028df -->|calls| bdfeb006_b9da_5983_cac9_e2ba7d41504c
  d789145a_26bc_43c6_e193_c897a6917102["convertWhenHasEditorForCollectionElementShouldConvert()"]
  d789145a_26bc_43c6_e193_c897a6917102 -->|calls| bdfeb006_b9da_5983_cac9_e2ba7d41504c
  2a389190_0f94_ee61_3c43_9ae427c05fd3["convertWhenHasEditorForArrayElementShouldConvert()"]
  2a389190_0f94_ee61_3c43_9ae427c05fd3 -->|calls| bdfeb006_b9da_5983_cac9_e2ba7d41504c
  235b4602_8414_d373_fec1_2ece3e7a17bd["convertWhenUsingTypeConverterConversionServiceFromMultipleThreads()"]
  235b4602_8414_d373_fec1_2ece3e7a17bd -->|calls| bdfeb006_b9da_5983_cac9_e2ba7d41504c
  style bdfeb006_b9da_5983_cac9_e2ba7d41504c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/BindConverterTests.java lines 225–228

	private BindConverter getPropertyEditorOnlyBindConverter(
			@Nullable Consumer<PropertyEditorRegistry> propertyEditorInitializer) {
		return BindConverter.get(Collections.singletonList(new ThrowingConversionService()), propertyEditorInitializer);
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does getPropertyEditorOnlyBindConverter() do?
getPropertyEditorOnlyBindConverter() is a function in the spring-boot codebase.
What calls getPropertyEditorOnlyBindConverter()?
getPropertyEditorOnlyBindConverter() is called by 11 function(s): canConvertWhenHasCustomEditorShouldReturnTrue, canConvertWhenHasDefaultEditorShouldReturnTrue, canConvertWhenHasEditorByConventionShouldReturnTrue, canConvertWhenHasEditorForArrayElementShouldReturnTrue, canConvertWhenHasEditorForCollectionElementShouldReturnTrue, convertWhenHasCustomEditorShouldConvert, convertWhenHasDefaultEditorShouldConvert, convertWhenHasEditorByConventionShouldConvert, and 3 more.

Analyze Your Own Codebase

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

Try Supermodel Free