Home / Type/ BindRestriction Type — spring-boot Architecture

BindRestriction Type — spring-boot Architecture

Architecture documentation for the BindRestriction type/interface in Bindable.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/Bindable.java lines 338–345

	public enum BindRestriction {

		/**
		 * Do not bind direct {@link ConfigurationProperty} matches.
		 */
		NO_DIRECT_PROPERTY

	}

Analyze Your Own Codebase

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

Try Supermodel Free