DataObjectPropertyBinder Type — spring-boot Architecture
Architecture documentation for the DataObjectPropertyBinder type/interface in DataObjectPropertyBinder.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/DataObjectPropertyBinder.java lines 28–39
interface DataObjectPropertyBinder {
/**
* Bind the given property.
* @param propertyName the property name (in lowercase dashed form, e.g.
* {@code first-name})
* @param target the target bindable
* @return the bound value or {@code null}
*/
@Nullable Object bindProperty(String propertyName, Bindable<?> target);
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free