Uses of Class
org.springframework.boot.context.properties.bind.Binder
Packages that use Binder
Package
Description
Low level support for Cloud deployments.
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
Support for
@ConfigurationProperties
binding.-
Uses of Binder in org.springframework.boot.cloud
Methods in org.springframework.boot.cloud with parameters of type BinderModifier and TypeMethodDescriptionboolean
CloudPlatform.isEnforced
(Binder binder) Determines if the platform is enforced by looking at the"spring.main.cloud-platform"
configuration property. -
Uses of Binder in org.springframework.boot.context.config
Methods in org.springframework.boot.context.config that return BinderModifier and TypeMethodDescriptionConfigDataLocationResolverContext.getBinder()
Provides access to a binder that can be used to obtain previously contributed values.Constructors in org.springframework.boot.context.config with parameters of type BinderModifierConstructorDescriptionStandardConfigDataLocationResolver
(Log logger, Binder binder, ResourceLoader resourceLoader) Create a newStandardConfigDataLocationResolver
instance. -
Uses of Binder in org.springframework.boot.context.properties.bind
Methods in org.springframework.boot.context.properties.bind that return BinderModifier and TypeMethodDescriptionstatic Binder
Binder.get
(Environment environment) Create a newBinder
instance from the specified environment.static Binder
Binder.get
(Environment environment, BindHandler defaultBindHandler) Create a newBinder
instance from the specified environment.BindContext.getBinder()
Return the source binder that is performing the bind operation.