Uses of Annotation Interface
org.springframework.boot.context.properties.ConfigurationPropertiesSource
Packages that use ConfigurationPropertiesSource
Package
Description
Auto-configuration for client-side HTTP.
Auto-configuration for client-side reactive HTTP.
Base properties and adapters used when exporting actuator metrics.
Support for embedded web servers.
Servlet web server abstractions.
-
Uses of ConfigurationPropertiesSource in org.springframework.boot.http.client.autoconfigure
Classes in org.springframework.boot.http.client.autoconfigure with annotations of type ConfigurationPropertiesSourceModifier and TypeClassDescriptionclass
Base@ConfigurationProperties
for configuring aClientHttpRequestFactory
.static class
SSL configuration.class
API Version properties for reactive and blocking HTTP Clients.static class
-
Uses of ConfigurationPropertiesSource in org.springframework.boot.http.client.autoconfigure.reactive
Classes in org.springframework.boot.http.client.autoconfigure.reactive with annotations of type ConfigurationPropertiesSourceModifier and TypeClassDescriptionclass
Base@ConfigurationProperties
for configuring aClientHttpConnector
.static class
SSL configuration. -
Uses of ConfigurationPropertiesSource in org.springframework.boot.micrometer.metrics.autoconfigure.export.properties
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.properties with annotations of type ConfigurationPropertiesSourceModifier and TypeClassDescriptionclass
Base class for properties that configure a metrics registry that pushes aggregated metrics on a regular interval. -
Uses of ConfigurationPropertiesSource in org.springframework.boot.web.server
Classes in org.springframework.boot.web.server with annotations of type ConfigurationPropertiesSourceModifier and TypeClassDescriptionclass
Simple server-independent abstraction for compression configuration.class
Cookie properties.class
Simple server-independent abstraction for HTTP/2 configuration.class
Simple server-independent abstraction for SSL configuration. -
Uses of ConfigurationPropertiesSource in org.springframework.boot.web.server.servlet
Classes in org.springframework.boot.web.server.servlet with annotations of type ConfigurationPropertiesSource