Uses of Class
org.springframework.boot.context.properties.bind.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
Modifier 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
Modifier and TypeMethodDescriptionConfigDataLocationResolverContext.getBinder()
Provides access to a binder that can be used to obtain previously contributed values.ModifierConstructorDescriptionStandardConfigDataLocationResolver
(DeferredLogFactory logFactory, Binder binder, ResourceLoader resourceLoader) Create a newStandardConfigDataLocationResolver
instance. -
Uses of Binder in org.springframework.boot.context.properties.bind
Modifier 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.