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

getField() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  a798ee72_5344_fd7e_0114_92f54537d298["getField()"]
  6fa76af7_e889_2ccc_fade_34153fb3b38c["matchesWhenTargetIsNotAnnotatedShouldReturnTrue()"]
  6fa76af7_e889_2ccc_fade_34153fb3b38c -->|calls| a798ee72_5344_fd7e_0114_92f54537d298
  97be9d87_b85c_be0d_90b7_fb348ac244c5["matchesWhenHasAnnotationAndNoElementTypeShouldReturnTrue()"]
  97be9d87_b85c_be0d_90b7_fb348ac244c5 -->|calls| a798ee72_5344_fd7e_0114_92f54537d298
  89792b9e_21fe_4773_f684_0db389565511["matchesWhenHasAnnotationAndNonConvertibleElementTypeShouldReturnFalse()"]
  89792b9e_21fe_4773_f684_0db389565511 -->|calls| a798ee72_5344_fd7e_0114_92f54537d298
  31a5d291_2899_cbe7_d41d_51396ba0b2ae["convertWhenHasNoElementTypeShouldReturnTrimmedString()"]
  31a5d291_2899_cbe7_d41d_51396ba0b2ae -->|calls| a798ee72_5344_fd7e_0114_92f54537d298
  b6f1aad9_6b65_b17b_0e4b_1af07e39ab47["convertWhenHasDelimiterOfNoneShouldReturnWholeString()"]
  b6f1aad9_6b65_b17b_0e4b_1af07e39ab47 -->|calls| a798ee72_5344_fd7e_0114_92f54537d298
  0f44ee4a_d793_4dbe_19d8_1d6c37532b81["convertWhenHasCollectionObjectTypeShouldUseCollectionObjectType()"]
  0f44ee4a_d793_4dbe_19d8_1d6c37532b81 -->|calls| a798ee72_5344_fd7e_0114_92f54537d298
  a6c42607_cac3_030b_fb1f_e765cbbf989e["matchesWhenHasAnnotationAndConvertibleElementTypeShouldReturnTrue()"]
  a6c42607_cac3_030b_fb1f_e765cbbf989e -->|calls| a798ee72_5344_fd7e_0114_92f54537d298
  bda6ea06_f99d_caf3_1d8e_9b95800bf911["convertWhenHasConvertibleElementTypeShouldReturnConvertedType()"]
  bda6ea06_f99d_caf3_1d8e_9b95800bf911 -->|calls| a798ee72_5344_fd7e_0114_92f54537d298
  style a798ee72_5344_fd7e_0114_92f54537d298 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/convert/DelimitedStringToCollectionConverterTests.java lines 127–131

	private Field getField(String fieldName) {
		Field field = ReflectionUtils.findField(Values.class, fieldName);
		assertThat(field).isNotNull();
		return field;
	}

Domain

Subdomains

Called By

  • convertWhenHasCollectionObjectTypeShouldUseCollectionObjectType()
  • convertWhenHasConvertibleElementTypeShouldReturnConvertedType()
  • convertWhenHasDelimiterOfNoneShouldReturnWholeString()
  • convertWhenHasNoElementTypeShouldReturnTrimmedString()
  • matchesWhenHasAnnotationAndConvertibleElementTypeShouldReturnTrue()
  • matchesWhenHasAnnotationAndNoElementTypeShouldReturnTrue()
  • matchesWhenHasAnnotationAndNonConvertibleElementTypeShouldReturnFalse()
  • matchesWhenTargetIsNotAnnotatedShouldReturnTrue()

Frequently Asked Questions

What does getField() do?
getField() is a function in the spring-boot codebase.
What calls getField()?
getField() is called by 8 function(s): convertWhenHasCollectionObjectTypeShouldUseCollectionObjectType, convertWhenHasConvertibleElementTypeShouldReturnConvertedType, convertWhenHasDelimiterOfNoneShouldReturnWholeString, convertWhenHasNoElementTypeShouldReturnTrimmedString, matchesWhenHasAnnotationAndConvertibleElementTypeShouldReturnTrue, matchesWhenHasAnnotationAndNoElementTypeShouldReturnTrue, matchesWhenHasAnnotationAndNonConvertibleElementTypeShouldReturnFalse, matchesWhenTargetIsNotAnnotatedShouldReturnTrue.

Analyze Your Own Codebase

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

Try Supermodel Free