put() — spring-boot Function Reference
Architecture documentation for the put() function in MockConfigurationPropertySource.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 725e97d2_341b_6665_84bc_9206c7185c54["put()"] 17734b84_dbe4_f3bc_0e19_10d75d851816["getActiveWhenHasKubernetesServiceHostAndPortShouldReturnKubernetes()"] 17734b84_dbe4_f3bc_0e19_10d75d851816 -->|calls| 725e97d2_341b_6665_84bc_9206c7185c54 f9de89d9_acca_6226_edfd_1df15619a447["getActiveWhenHasServiceHostAndServicePortShouldReturnKubernetes()"] f9de89d9_acca_6226_edfd_1df15619a447 -->|calls| 725e97d2_341b_6665_84bc_9206c7185c54 bef9c0f1_c0a8_6025_d577_016f7c080a2f["getActiveWhenHasAllAzureEnvVariablesShouldReturnAzureAppService()"] bef9c0f1_c0a8_6025_d577_016f7c080a2f -->|calls| 725e97d2_341b_6665_84bc_9206c7185c54 2e641375_cfaa_d23b_e17b_e9d2c9af8e07["getActiveWhenHasMissingWebsiteSiteNameShouldNotReturnAzureAppService()"] 2e641375_cfaa_d23b_e17b_e9d2c9af8e07 -->|calls| 725e97d2_341b_6665_84bc_9206c7185c54 9e4a1af6_0787_b7f0_70f5_b073c6821825["getActiveWhenHasMissingWebsiteInstanceIdShouldNotReturnAzureAppService()"] 9e4a1af6_0787_b7f0_70f5_b073c6821825 -->|calls| 725e97d2_341b_6665_84bc_9206c7185c54 5f4a7023_8fe8_0f42_0ac1_60ab72ec5a6f["getActiveWhenHasMissingWebsiteResourceGroupShouldNotReturnAzureAppService()"] 5f4a7023_8fe8_0f42_0ac1_60ab72ec5a6f -->|calls| 725e97d2_341b_6665_84bc_9206c7185c54 6ee23b7e_e9c6_6999_2d2c_115369a8b19f["getActiveWhenHasMissingWebsiteSkuShouldNotReturnAzureAppService()"] 6ee23b7e_e9c6_6999_2d2c_115369a8b19f -->|calls| 725e97d2_341b_6665_84bc_9206c7185c54 97e02902_6fe9_1f40_6d26_35bddf8502a3["isActiveWhenNoCloudPlatformIsEnforcedAndHasKubernetesServiceHostAndKubernetesServicePort()"] 97e02902_6fe9_1f40_6d26_35bddf8502a3 -->|calls| 725e97d2_341b_6665_84bc_9206c7185c54 fb8c8bc0_ae04_b772_7180_671be9736cdf["bindToArrayShouldReturnArray()"] fb8c8bc0_ae04_b772_7180_671be9736cdf -->|calls| 725e97d2_341b_6665_84bc_9206c7185c54 8d23688d_4e0e_fd29_24a6_93f74ef53bd3["bindToArrayShouldReturnPrimitiveArray()"] 8d23688d_4e0e_fd29_24a6_93f74ef53bd3 -->|calls| 725e97d2_341b_6665_84bc_9206c7185c54 195619ed_23b1_d92a_4323_f1ecdef5beaf["bindToArrayWhenNestedShouldReturnPopulatedArray()"] 195619ed_23b1_d92a_4323_f1ecdef5beaf -->|calls| 725e97d2_341b_6665_84bc_9206c7185c54 f5920773_74ff_b0fa_6337_14df2493ec46["bindToArrayWhenNestedListShouldReturnPopulatedArray()"] f5920773_74ff_b0fa_6337_14df2493ec46 -->|calls| 725e97d2_341b_6665_84bc_9206c7185c54 44c7f002_f5c2_a309_be23_a7b37ba346c1["bindToArrayWhenNotInOrderShouldReturnPopulatedArray()"] 44c7f002_f5c2_a309_be23_a7b37ba346c1 -->|calls| 725e97d2_341b_6665_84bc_9206c7185c54 f5b14c2c_83b6_ad0f_f7e2_debece53c59c["bindToArrayWhenNonSequentialShouldThrowException()"] f5b14c2c_83b6_ad0f_f7e2_debece53c59c -->|calls| 725e97d2_341b_6665_84bc_9206c7185c54 style 725e97d2_341b_6665_84bc_9206c7185c54 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 55–57
public void put(String name, String value) {
put(ConfigurationPropertyName.of(name), value);
}
Domain
Subdomains
Calls
Called By
- MockConfigurationPropertySource()
- bindRenamedPropertyToClassBean()
- bindShouldFailWithAccessToBoundProperties()
- bindShouldNotValidateDepthGreaterThanZero()
- bindToAbstractClassWithShouldNotBind()
- bindToAnnotationNamedConstructorParameter()
- bindToAnnotationNamedRecordComponent()
- bindToArrayShouldReturnArray()
- bindToArrayShouldReturnPrimitiveArray()
- bindToArrayShouldUsePropertyEditor()
- bindToArrayWhenCommaListAndIndexedShouldOnlyUseFirst()
- bindToArrayWhenEmptyStringShouldReturnEmptyArray()
- bindToArrayWhenHasSpacesShouldTrim()
- bindToArrayWhenIndexedAndCommaListShouldOnlyUseFirst()
- bindToArrayWhenMultipleSourceShouldOnlyUseFirst()
- bindToArrayWhenNestedListShouldReturnPopulatedArray()
- bindToArrayWhenNestedShouldReturnPopulatedArray()
- bindToArrayWhenNonIterableShouldReturnPopulatedArray()
- bindToArrayWhenNonSequentialShouldThrowException()
- bindToArrayWhenNotInOrderShouldReturnPopulatedArray()
- bindToArrayWhenStringShouldUsePropertyEditor()
- bindToBeanWithClonedArray()
- bindToBeanWithEnumSetCollection()
- bindToBeanWithExceptionInGetterForExistingValue()
- bindToBeanWithNestedCollectionShouldPopulateCollection()
- bindToBeanWithUnresolvableGenerics()
- bindToClassShouldBindHierarchy()
- bindToClassShouldBindNested()
- bindToClassShouldBindNested()
- bindToClassShouldBindToCollection()
- bindToClassShouldBindToCollectionWithDelimiter()
- bindToClassShouldBindToList()
- bindToClassShouldBindToMap()
- bindToClassShouldBindToSet()
- bindToClassShouldBindWithGenerics()
- bindToClassShouldCacheWithGenerics()
- bindToClassShouldCreateBoundBean()
- bindToClassShouldCreateBoundBean()
- bindToClassShouldIgnoreInvalidAccessors()
- bindToClassShouldIgnoreStaticAccessors()
- bindToClassShouldLeaveDefaults()
- bindToClassWhenHasNoPrefixShouldCreateBoundBean()
- bindToClassWhenHasNoPrefixShouldCreateBoundBean()
- bindToClassWhenHasNoSetterAndImmutableShouldThrowException()
- bindToClassWhenHasNoSetterShouldBindNested()
- bindToClassWhenHasNoSetterShouldBindToCollection()
- bindToClassWhenHasNoSetterShouldBindToList()
- bindToClassWhenHasNoSetterShouldBindToMap()
- bindToClassWhenHasNoSetterShouldBindToSet()
- bindToClassWhenHasPackagePrivateConstructorShouldBind()
- bindToClassWhenIterableShouldBindNestedBasedOnInstance()
- bindToClassWhenMismatchedGetSetShouldBind()
- bindToClassWhenNoDefaultConstructorShouldBind()
- bindToClassWhenNotIterableShouldNotBindNestedBasedOnInstance()
- bindToClassWhenPropertiesMissingShouldReturnUnbound()
- bindToClassWhenPropertyCannotBeConvertedAndIgnoreErrorsShouldNotSetValue()
- bindToClassWithMultipleConstructorsAndFilterShouldBind()
- bindToClassWithMultipleConstructorsShouldNotBind()
- bindToClassWithMultipleConstructorsWhenOnlyOneIsNotPrivateShouldBind()
- bindToClassWithNoValueAndDefaultValueShouldNotBind()
- bindToClassWithNoValueForPrimitiveShouldUseDefault()
- bindToClassWithOnlyDefaultConstructorShouldNotBind()
- bindToClassWithOverloadedSetterShouldUseSetterThatMatchesField()
- bindToClassWithOverriddenPropertyShouldSetSubclassProperty()
- bindToClassWithSelfReferenceShouldBind()
- bindToCollectionShouldAlsoCallSetterIfPresent()
- bindToCollectionShouldReturnPopulatedCollection()
- bindToCollectionShouldUsePropertyEditor()
- bindToCollectionWhenCommaListAndIndexedShouldOnlyUseFirst()
- bindToCollectionWhenEmptyStringShouldReturnEmptyCollection()
- bindToCollectionWhenIndexedAndCommaListShouldOnlyUseFirst()
- bindToCollectionWhenItemContainsCommasShouldReturnPopulatedCollection()
- bindToCollectionWhenMultipleSourceShouldOnlyUseFirst()
- bindToCollectionWhenNestedShouldReturnPopulatedCollection()
- bindToCollectionWhenNonIterableShouldReturnPopulatedCollection()
- bindToCollectionWhenNonKnownIndexedChildNotBoundThrowsException()
- bindToCollectionWhenNonSequentialShouldThrowException()
- bindToCollectionWhenNotInOrderShouldReturnPopulatedCollection()
- bindToCollectionWhenStringShouldUsePropertyEditor()
- bindToCollectionWithDefaultConstructor()
- bindToCollectionWithNoDefaultConstructor()
- bindToExistingInstanceShouldLeaveDefaults()
- bindToImmutableCollectionShouldReturnPopulatedCollection()
- bindToInstanceShouldBindToInstance()
- bindToInstanceWhenNoDefaultConstructorShouldBind()
- bindToInstanceWhenNoNestedShouldLeaveNestedAsNull()
- bindToJavaBeanWhenHasPropertyWithSameNameShouldStillBind()
- bindToJavaBeanWithPublicConstructor()
- bindToLegacySystemEnvironmentVariableProperty()
- bindToListIfUnboundElementsPresentShouldThrowException()
- bindToListShouldAllowDuplicateValues()
- bindToNestedCollectionWhenEmptyStringShouldReturnEmptyCollection()
- bindToNestedCollectionWhenNonKnownIndexed()
- bindToNonScalarCollectionShouldReturnPopulatedCollection()
- bindToNonScalarCollectionWhenNonSequentialShouldThrowException()
- bindToPackagePrivateClassShouldBindToInstance()
- bindToRecordWithDefaultValue()
- bindToSetShouldNotAllowDuplicateValues()
- bindToSetShouldReturnPopulatedCollection()
- bindToWellFormedSystemEnvironmentVariableProperty()
- bindUsesConsistentPropertyOrder()
- bindWhenAllPropertiesBoundShouldClearConfigurationProperty()
- bindWhenBeanWithGetIsMethodsFoundDoesNotUseIsGetter()
- bindWhenBeanWithGetSetIsMethodsFoundUsesGetterThatMatchesSetter()
- bindWhenBindingToPathTypeWithDefaultValue()
- bindWhenBindingToPathTypeWithValue()
- bindWhenExceptionInNestedContextShouldFail()
- bindWhenExceptionNotIgnorableShouldFail()
- bindWhenHasBridgeMethods()
- bindWhenHasPackagePrivateSetterShouldBind()
- bindWhenNonExtractableParameterNamesOnPropertyAndNonIterablePropertySource()
- bindWhenNotUsingNoUnboundElementsHandlerShouldBind()
- bindWhenOptionalParameterInNestedWithNoValueForPrimitiveShouldReturnEmptyInstance()
- bindWhenUsingNoUnboundElementsHandlerAndUnboundCollectionElementsWithInvalidPropertyShouldThrowException()
- bindWhenUsingNoUnboundElementsHandlerAndUnboundListElementsShouldThrowException()
- bindWhenUsingNoUnboundElementsHandlerShouldBind()
- bindWhenUsingNoUnboundElementsHandlerShouldBindIfPrefixDifferent()
- bindWhenUsingNoUnboundElementsHandlerShouldBindIfUnboundCollectionProperties()
- bindWhenUsingNoUnboundElementsHandlerShouldBindIfUnboundNestedCollectionProperties()
- bindWhenUsingNoUnboundElementsHandlerShouldBindIfUnboundSystemProperties()
- bindWhenUsingNoUnboundElementsHandlerThrowException()
- bindWhenValueIsConvertedWithPropertyEditorShouldBind()
- bindWithAnnotations()
- bindWithAnnotations()
- bindWithAnnotationsAndDefaultValue()
- bindWithEmptyPrefixShouldIgnorePropertiesWithEmptyName()
- getActiveWhenHasAllAzureEnvVariablesShouldReturnAzureAppService()
- getActiveWhenHasKubernetesServiceHostAndPortShouldReturnKubernetes()
- getActiveWhenHasMissingWebsiteInstanceIdShouldNotReturnAzureAppService()
- getActiveWhenHasMissingWebsiteResourceGroupShouldNotReturnAzureAppService()
- getActiveWhenHasMissingWebsiteSiteNameShouldNotReturnAzureAppService()
- getActiveWhenHasMissingWebsiteSkuShouldNotReturnAzureAppService()
- getActiveWhenHasServiceHostAndServicePortShouldReturnKubernetes()
- isActiveWhenNoCloudPlatformIsEnforcedAndHasKubernetesServiceHostAndKubernetesServicePort()
- setup()
- setup()
- validateMapValues()
- validateMapValuesWithNonUniformSource()
Source
Frequently Asked Questions
What does put() do?
put() is a function in the spring-boot codebase.
What does put() call?
put() calls 1 function(s): of.
What calls put()?
put() is called by 138 function(s): MockConfigurationPropertySource, bindRenamedPropertyToClassBean, bindShouldFailWithAccessToBoundProperties, bindShouldNotValidateDepthGreaterThanZero, bindToAbstractClassWithShouldNotBind, bindToAnnotationNamedConstructorParameter, bindToAnnotationNamedRecordComponent, bindToArrayShouldReturnArray, and 130 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free