You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBean.java
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBindConstructorProvider.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,16 @@ class ConfigurationPropertiesBindConstructorProvider implements BindConstructorP
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindConstructorProvider.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,10 @@ public interface BindConstructorProvider {
37
37
* Return the bind constructor to use for the given bindable, or {@code null} if
38
38
* constructor binding is not supported.
39
39
* @param bindable the bindable to check
40
+
* @param isNestedConstructorBinding if this binding is nested within a constructor
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/Binder.java
+14
Original file line number
Diff line number
Diff line change
@@ -522,6 +522,8 @@ final class Context implements BindContext {
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/DefaultBindConstructorProvider.java
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/ValueObjectBinder.java
+8-4
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,11 @@ class ValueObjectBinder implements DataObjectBinder {
53
53
@Override
54
54
public <T> Tbind(ConfigurationPropertyNamename, Bindable<T> target, Binder.Contextcontext,
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesBeanTests.java
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesTests.java
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/JavaBeanBinderTests.java
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/ValueObjectBinderTests.java
0 commit comments