nonIterable() — spring-boot Function Reference
Architecture documentation for the nonIterable() function in MockConfigurationPropertySource.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 1aeb892c_57b9_ec83_d74d_921ad48008fa["nonIterable()"] d0e577b7_ae67_aee7_5abb_462088293061["bindToArrayWhenNonIterableShouldReturnPopulatedArray()"] d0e577b7_ae67_aee7_5abb_462088293061 -->|calls| 1aeb892c_57b9_ec83_d74d_921ad48008fa 10769174_7f4a_dd35_2b2c_cdba76e58428["bindToJavaBeanWhenNonIterableShouldReturnPopulatedBean()"] 10769174_7f4a_dd35_2b2c_cdba76e58428 -->|calls| 1aeb892c_57b9_ec83_d74d_921ad48008fa 5144eac6_409e_0f43_f8a9_8e055d025513["bindToBeanWithCycle()"] 5144eac6_409e_0f43_f8a9_8e055d025513 -->|calls| 1aeb892c_57b9_ec83_d74d_921ad48008fa 4181ddad_3004_1c55_9a85_2d8fb60bae2f["bindToCollectionWhenNonIterableShouldReturnPopulatedCollection()"] 4181ddad_3004_1c55_9a85_2d8fb60bae2f -->|calls| 1aeb892c_57b9_ec83_d74d_921ad48008fa 7fb69317_165a_5df2_c7d8_fd8f336c7a89["bindToBeanWithNestedCollectionAndNonIterableSourceShouldNotFail()"] 7fb69317_165a_5df2_c7d8_fd8f336c7a89 -->|calls| 1aeb892c_57b9_ec83_d74d_921ad48008fa 4d0731e2_fe99_15ee_ac09_46a5340660c9["bindToClassWhenNotIterableShouldNotBindNestedBasedOnInstance()"] 4d0731e2_fe99_15ee_ac09_46a5340660c9 -->|calls| 1aeb892c_57b9_ec83_d74d_921ad48008fa e2e6e389_c38e_7bf9_0d8c_185018b36c57["bindToClassShouldNotInvokeExtraMethods()"] e2e6e389_c38e_7bf9_0d8c_185018b36c57 -->|calls| 1aeb892c_57b9_ec83_d74d_921ad48008fa 134706ea_685f_11be_dc48_2866d2ffea75["bindToClassWhenNoParameterBoundShouldReturnNull()"] 134706ea_685f_11be_dc48_2866d2ffea75 -->|calls| 1aeb892c_57b9_ec83_d74d_921ad48008fa 290bba56_1551_d804_c216_73e3c3c5600f["bindWhenNonExtractableParameterNamesOnPropertyAndNonIterablePropertySource()"] 290bba56_1551_d804_c216_73e3c3c5600f -->|calls| 1aeb892c_57b9_ec83_d74d_921ad48008fa 4720c481_de15_891c_d77d_5b68a0f39c16["createWhenNonExtractableParameterNamesOnPropertyAndNonIterablePropertySource()"] 4720c481_de15_891c_d77d_5b68a0f39c16 -->|calls| 1aeb892c_57b9_ec83_d74d_921ad48008fa style 1aeb892c_57b9_ec83_d74d_921ad48008fa fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/source/MockConfigurationPropertySource.java lines 67–69
public ConfigurationPropertySource nonIterable() {
return new NonIterable();
}
Domain
Subdomains
Called By
- bindToArrayWhenNonIterableShouldReturnPopulatedArray()
- bindToBeanWithCycle()
- bindToBeanWithNestedCollectionAndNonIterableSourceShouldNotFail()
- bindToClassShouldNotInvokeExtraMethods()
- bindToClassWhenNoParameterBoundShouldReturnNull()
- bindToClassWhenNotIterableShouldNotBindNestedBasedOnInstance()
- bindToCollectionWhenNonIterableShouldReturnPopulatedCollection()
- bindToJavaBeanWhenNonIterableShouldReturnPopulatedBean()
- bindWhenNonExtractableParameterNamesOnPropertyAndNonIterablePropertySource()
- createWhenNonExtractableParameterNamesOnPropertyAndNonIterablePropertySource()
Source
Frequently Asked Questions
What does nonIterable() do?
nonIterable() is a function in the spring-boot codebase.
What calls nonIterable()?
nonIterable() is called by 10 function(s): bindToArrayWhenNonIterableShouldReturnPopulatedArray, bindToBeanWithCycle, bindToBeanWithNestedCollectionAndNonIterableSourceShouldNotFail, bindToClassShouldNotInvokeExtraMethods, bindToClassWhenNoParameterBoundShouldReturnNull, bindToClassWhenNotIterableShouldNotBindNestedBasedOnInstance, bindToCollectionWhenNonIterableShouldReturnPopulatedCollection, bindToJavaBeanWhenNonIterableShouldReturnPopulatedBean, and 2 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free