Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- packageImage(Libraries, BiConsumer) - Method in class org.springframework.boot.loader.tools.ImagePackager
-
Create a packaged image.
- Packager - Class in org.springframework.boot.loader.tools
-
Abstract base class for packagers.
- Packager(File) - Constructor for class org.springframework.boot.loader.tools.Packager
-
Create a new
Packagerinstance. - Packager.MainClassTimeoutWarningListener - Interface in org.springframework.boot.loader.tools
-
Callback interface used to present a warning when finding the main class takes too long.
- packages(Class...) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder.Builder
-
The classes whose packages should be scanned for
@Entityannotations. - packages(String...) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder.Builder
-
The names of packages to scan for
@Entityannotations. - Packages() - Constructor for class org.springframework.boot.activemq.autoconfigure.ActiveMQProperties.Packages
- Pageable() - Constructor for class org.springframework.boot.data.autoconfigure.web.DataWebProperties.Pageable
- PARALLEL - Enum constant in enum class org.springframework.boot.testcontainers.lifecycle.TestcontainersStartup
-
Startup containers in parallel.
- parameterizedContainer() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
-
Additional classes that may contain the specified bean types within their generic parameters.
- parameterizedContainer() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
Additional classes that may contain the specified bean types within their generic parameters.
- ParameterMappingException - Exception Class in org.springframework.boot.actuate.endpoint.invoke
-
A
ParameterMappingExceptionis thrown when a failure occurs duringoperation parameter mapping. - ParameterMappingException(OperationParameter, Object, Throwable) - Constructor for exception class org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
-
Creates a new
ParameterMappingExceptionfor a failure that occurred when trying to map the giveninputto the giventype. - ParameterValueMapper - Interface in org.springframework.boot.actuate.endpoint.invoke
-
Maps parameter values to the required type when invoking an endpoint.
- PARANOID - Enum constant in enum class org.springframework.boot.netty.autoconfigure.NettyProperties.LeakDetection
-
Detect leaks for 100% of buffers and track where they were accessed.
- parent() - Method in record class org.springframework.boot.json.JsonWriter.MemberPath
-
Returns the value of the
parentrecord component. - parent(Class...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add a parent application with the provided sources.
- parent(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add an already running parent context to an existing application.
- ParentAwareNamingStrategy - Class in org.springframework.boot.autoconfigure.jmx
-
Extension of
MetadataNamingStrategythat supports a parentApplicationContext. - ParentAwareNamingStrategy(JmxAttributeSource) - Constructor for class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
- ParentContextApplicationContextInitializer - Class in org.springframework.boot.builder
-
ApplicationContextInitializerfor setting the parent context. - ParentContextApplicationContextInitializer(ApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer
- ParentContextApplicationContextInitializer.ParentContextAvailableEvent - Class in org.springframework.boot.builder
-
ApplicationEventfired when a parent context is available. - ParentContextAvailableEvent(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
- ParentContextCloserApplicationListener - Class in org.springframework.boot.builder
-
Listener that closes the application context if its parent is closed.
- ParentContextCloserApplicationListener() - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener
- ParentContextCloserApplicationListener.ContextCloserListener - Class in org.springframework.boot.builder
-
ApplicationListenerto close the context. - parentsFrom(Object) - Static method in interface org.springframework.boot.origin.Origin
-
Find the parents of the
Originthat an object originated from. - parse(byte[]) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Return
ObjectContentfrom parsing the specific JSON bytes. - parse(String) - Static method in class org.springframework.boot.buildpack.platform.docker.ApiVersion
-
Factory method to parse a string into an
ApiVersioninstance. - parse(String) - Method in enum class org.springframework.boot.convert.DurationStyle
-
Parse the given value to a duration.
- parse(String) - Method in enum class org.springframework.boot.convert.PeriodStyle
-
Parse the given value to a Period.
- parse(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Return
ObjectContentfrom parsing the specific JSON String. - parse(String) - Static method in class org.springframework.boot.test.util.TestPropertyValues.Pair
- parse(String, ChronoUnit) - Method in enum class org.springframework.boot.convert.DurationStyle
-
Parse the given value to a duration.
- parse(String, ChronoUnit) - Method in enum class org.springframework.boot.convert.PeriodStyle
-
Parse the given value to a period.
- parseList(String) - Method in class org.springframework.boot.json.BasicJsonParser
- parseList(String) - Method in class org.springframework.boot.json.GsonJsonParser
- parseList(String) - Method in class org.springframework.boot.json.JacksonJsonParser
- parseList(String) - Method in interface org.springframework.boot.json.JsonParser
-
Parse the specified JSON string into a List.
- parseList(String, Function) - Method in class org.springframework.boot.json.AbstractJsonParser
- parseMap(String) - Method in class org.springframework.boot.json.BasicJsonParser
- parseMap(String) - Method in class org.springframework.boot.json.GsonJsonParser
- parseMap(String) - Method in class org.springframework.boot.json.JacksonJsonParser
- parseMap(String) - Method in interface org.springframework.boot.json.JsonParser
-
Parse the specified JSON string into a Map.
- parseMap(String, Function) - Method in class org.springframework.boot.json.AbstractJsonParser
- parseObject(byte[]) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Return the object created from parsing the specific JSON bytes.
- parseObject(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Return the object created from parsing the specific JSON String.
- parseURL(URL, String, int, int) - Method in class org.springframework.boot.loader.net.protocol.jar.Handler
- password() - Method in record class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node
-
Returns the value of the
passwordrecord component. - password() - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
-
Returns the value of the
passwordrecord component. - password() - Method in interface org.springframework.boot.ssl.pem.PemSslStore
-
The password used when
setting key entriesin theKeyStore. - password() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Returns the value of the
passwordrecord component. - password() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.JksKeyStore
-
The password used to access the store.
- password() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.JksTrustStore
-
The password used to access the store.
- password(String) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
-
Set the password that should be used when building the datasource.
- password(CharSequence) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
-
Configure the password.
- patchForObject(String, Object, Class, Object...) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Update a resource by PATCHing the given object to the URI template, and returns the representation found in the response.
- patchForObject(String, Object, Class, Map) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Update a resource by PATCHing the given object to the URI template, and returns the representation found in the response.
- patchForObject(URI, Object, Class) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Update a resource by PATCHing the given object to the URL, and returns the representation found in the response.
- path() - Method in record class org.springframework.boot.loader.net.protocol.nested.NestedLocation
-
Returns the value of the
pathrecord component. - path() - Method in record class org.springframework.boot.test.http.server.LocalTestWebServer.BaseUriDetails
-
Returns the value of the
pathrecord component. - PATH - Enum constant in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
-
Include the request path.
- PATH - Static variable in class org.springframework.boot.loader.launch.PropertiesLauncher
-
Properties key for classpath entries (directories possibly containing jars or jars).
- PATH_PATTERN_PARSER - Enum constant in enum class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.MatchingStrategy
-
Use the
PathPatternParserimplementation. - PathBasedTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.template
-
Abstract base class for
TemplateAvailabilityProviderimplementations that find templates from paths. - PathBasedTemplateAvailabilityProvider(String, Class, String) - Constructor for class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider
- PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties - Class in org.springframework.boot.autoconfigure.template
- PathMappedEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
-
Interface that can be implemented by an
ExposableEndpointthat is mapped to a root web path. - PathMappedEndpoints - Class in org.springframework.boot.actuate.endpoint.web
-
A collection of
path mapped endpoints. - PathMappedEndpoints(String, Collection) - Constructor for class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
Create a new
PathMappedEndpointsinstance for the given suppliers. - PathMappedEndpoints(String, EndpointsSupplier) - Constructor for class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
Create a new
PathMappedEndpointsinstance for the given supplier. - PathMapper - Interface in org.springframework.boot.actuate.endpoint.web
-
Strategy interface used to provide a mapping between an endpoint ID and the root path where it will be exposed.
- Pathmatch() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Pathmatch
- PathRequest - Class in org.springframework.boot.security.autoconfigure.web.reactive
-
Factory that can be used to create a
ServerWebExchangeMatcherfor commonly used paths. - PathRequest - Class in org.springframework.boot.security.autoconfigure.web.servlet
-
Factory that can be used to create a
RequestMatcherfor commonly used paths. - PathRequest.H2ConsoleRequestMatcher - Class in org.springframework.boot.security.autoconfigure.web.servlet
-
The request matcher used to match against h2 console path.
- PatternClassPathRestartStrategy - Class in org.springframework.boot.devtools.classpath
-
Ant style pattern based
ClassPathRestartStrategy. - PatternClassPathRestartStrategy(String) - Constructor for class org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
- PatternClassPathRestartStrategy(String[]) - Constructor for class org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
- Pem() - Constructor for class org.springframework.boot.couchbase.autoconfigure.CouchbaseProperties.Authentication.Pem
- PemContent - Class in org.springframework.boot.ssl.pem
-
PEM encoded content that can provide
certificatesandprivate keys. - PemKeyStore - Annotation Interface in org.springframework.boot.testcontainers.service.connection
- PemSslBundleProperties - Class in org.springframework.boot.autoconfigure.ssl
-
SslBundlePropertiesfor PEM-encoded certificates and private keys. - PemSslBundleProperties() - Constructor for class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties
- PemSslBundleProperties.Store - Class in org.springframework.boot.autoconfigure.ssl
-
Store properties.
- PemSslStore - Interface in org.springframework.boot.ssl.pem
-
An individual trust or key store that has been loaded from PEM content.
- PemSslStoreBundle - Class in org.springframework.boot.ssl.pem
-
SslStoreBundlebacked by PEM-encoded certificates and private keys. - PemSslStoreBundle(PemSslStoreDetails, PemSslStoreDetails) - Constructor for class org.springframework.boot.ssl.pem.PemSslStoreBundle
-
Create a new
PemSslStoreBundleinstance. - PemSslStoreBundle(PemSslStore, PemSslStore) - Constructor for class org.springframework.boot.ssl.pem.PemSslStoreBundle
-
Create a new
PemSslStoreBundleinstance. - PemSslStoreDetails - Record Class in org.springframework.boot.ssl.pem
-
Details for an individual trust or key store in a
PemSslStoreBundle. - PemSslStoreDetails(String, String, String) - Constructor for record class org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Create a new
PemSslStoreDetailsinstance. - PemSslStoreDetails(String, String, String, String) - Constructor for record class org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Create a new
PemSslStoreDetailsinstance. - PemSslStoreDetails(String, String, String, String, String, String) - Constructor for record class org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Create a new
PemSslStoreDetailsinstance. - PemTrustStore - Annotation Interface in org.springframework.boot.testcontainers.service.connection
- PeriodFormat - Annotation Interface in org.springframework.boot.convert
-
Annotation that can be used to indicate the format to use when converting a
Period. - PeriodStyle - Enum Class in org.springframework.boot.convert
-
A standard set of
Periodunits. - PeriodUnit - Annotation Interface in org.springframework.boot.convert
-
Annotation that can be used to change the default unit used when converting a
Period. - PERMIT_ALL - Static variable in interface org.springframework.boot.devtools.remote.server.AccessManager
-
AccessManagerthat permits all requests. - persist(E) - Method in class org.springframework.boot.jpa.test.autoconfigure.TestEntityManager
-
Make an instance managed and persistent.
- persistAndFlush(E) - Method in class org.springframework.boot.jpa.test.autoconfigure.TestEntityManager
-
Make an instance managed and persistent then synchronize the persistence context to the underlying database.
- persistAndGetId(Object) - Method in class org.springframework.boot.jpa.test.autoconfigure.TestEntityManager
-
Make an instance managed and persistent then return its ID.
- persistAndGetId(Object, Class) - Method in class org.springframework.boot.jpa.test.autoconfigure.TestEntityManager
-
Make an instance managed and persistent then return its ID.
- PersistenceExceptionTranslationAutoConfiguration - Class in org.springframework.boot.persistence.autoconfigure
-
Auto-configurationfor Spring's persistence exception translation. - PersistenceExceptionTranslationAutoConfiguration() - Constructor for class org.springframework.boot.persistence.autoconfigure.PersistenceExceptionTranslationAutoConfiguration
- persistenceUnit(String) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder.Builder
-
The name of the persistence unit.
- PERSISTENT - Enum constant in enum class org.springframework.boot.jms.autoconfigure.JmsProperties.DeliveryMode
- persistFlushFind(E) - Method in class org.springframework.boot.jpa.test.autoconfigure.TestEntityManager
-
Make an instance managed and persistent, synchronize the persistence context to the underlying database and finally find the persisted entity by its ID.
- PHOENIX - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
-
Apache Phoenix.
- PID - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the process ID.
- PingHealthIndicator - Class in org.springframework.boot.health.contributor
-
Auto-configured
HealthIndicatorthat always returnsStatus.UP. - PingHealthIndicator() - Constructor for class org.springframework.boot.health.contributor.PingHealthIndicator
- PlaceholdersResolver - Interface in org.springframework.boot.context.properties.bind
-
Optional strategy that used by a
Binderto resolve property placeholders. - PLATFORM - Enum constant in enum class org.springframework.boot.thread.Threading
-
Platform threads.
- PlatformPlaceholderDatabaseDriverResolver - Class in org.springframework.boot.jdbc.init
-
Utility class that can resolve placeholder text with the actual
DatabaseDriverplatform. - PlatformPlaceholderDatabaseDriverResolver() - Constructor for class org.springframework.boot.jdbc.init.PlatformPlaceholderDatabaseDriverResolver
-
Creates a new resolver that will use the default
"@@platform@@"placeholder. - PlatformPlaceholderDatabaseDriverResolver(String) - Constructor for class org.springframework.boot.jdbc.init.PlatformPlaceholderDatabaseDriverResolver
-
Creates a new resolver that will use the given
placeholder. - Poller() - Constructor for class org.springframework.boot.integration.autoconfigure.IntegrationProperties.Poller
- PollerMetadataCustomizer - Interface in org.springframework.boot.integration.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
PollerMetadatato fine-tune its auto-configuration. - pollingFrequency() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.statsd.StatsdPropertiesConfigAdapter
- Pool() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- Pool() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
- Pool() - Constructor for class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Pool
- Pool() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
- Pool() - Constructor for class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Pool
- Pool() - Constructor for class org.springframework.boot.r2dbc.autoconfigure.R2dbcProperties.Pool
- PooledDataSourceConfiguration() - Constructor for class org.springframework.boot.jdbc.autoconfigure.DataSourceAutoConfiguration.PooledDataSourceConfiguration
- poolSize(int) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
-
Set the maximum allowed number of threads.
- port() - Method in record class org.springframework.boot.amqp.autoconfigure.RabbitConnectionDetails.Address
-
Returns the value of the
portrecord component. - port() - Method in record class org.springframework.boot.cassandra.autoconfigure.CassandraConnectionDetails.Node
-
Returns the value of the
portrecord component. - port() - Method in record class org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Node
-
Returns the value of the
portrecord component. - port() - Method in record class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node
-
Returns the value of the
portrecord component. - port() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.statsd.StatsdPropertiesConfigAdapter
- port() - Method in record class org.springframework.boot.test.http.server.LocalTestWebServer.BaseUriDetails
-
Returns the value of the
portrecord component. - port(int) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
-
Configure the port.
- PortInUseException - Exception Class in org.springframework.boot.web.server
-
A
PortInUseExceptionis thrown when a web server fails to start due to a port already being in use. - PortInUseException(int) - Constructor for exception class org.springframework.boot.web.server.PortInUseException
-
Creates a new port in use exception for the given
port. - PortInUseException(int, Throwable) - Constructor for exception class org.springframework.boot.web.server.PortInUseException
-
Creates a new port in use exception for the given
port. - ports() - Method in interface org.springframework.boot.docker.compose.core.RunningService
-
Return the ports that can be used to connect to the service.
- posixPermissionsToUmask(Collection) - Static method in class org.springframework.boot.buildpack.platform.io.FilePermissions
-
Return the integer representation of a set of Posix file permissions, where the integer value conforms to the umask octal notation.
- post(URI) - Method in interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
-
Perform an HTTP POST operation.
- post(URI, String) - Method in interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
-
Perform an HTTP POST operation.
- post(URI, String, IOConsumer) - Method in interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
-
Perform an HTTP POST operation.
- POST - Enum constant in enum class org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
-
An HTTP POST request.
- POST - Enum constant in enum class org.springframework.boot.micrometer.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
-
Perform a POST before shutdown.
- postForEntity(String, Object, Class, Object...) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Create a new resource by POSTing the given object to the URI template, and returns the response as
ResponseEntity. - postForEntity(String, Object, Class, Map) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Create a new resource by POSTing the given object to the URI template, and returns the response as
HttpEntity. - postForEntity(URI, Object, Class) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Create a new resource by POSTing the given object to the URL, and returns the response as
ResponseEntity. - postForLocation(String, Object, Object...) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Create a new resource by POSTing the given object to the URI template, and returns the value of the
Locationheader. - postForLocation(String, Object, Map) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Create a new resource by POSTing the given object to the URI template, and returns the value of the
Locationheader. - postForLocation(URI, Object) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Create a new resource by POSTing the given object to the URL, and returns the value of the
Locationheader. - postForObject(String, Object, Class, Object...) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
- postForObject(String, Object, Class, Map) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
- postForObject(URI, Object, Class) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Create a new resource by POSTing the given object to the URL, and returns the representation found in the response.
- Postgresql() - Constructor for class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Postgresql
- POSTGRESQL - Enum constant in enum class org.springframework.boot.data.jdbc.autoconfigure.DataJdbcDatabaseDialect
-
Provides an instance of
JdbcPostgresDialect. - POSTGRESQL - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
-
Postgres.
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.web.error.ErrorPageRegistrarBeanPostProcessor
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
- postProcessApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
-
Apply any relevant post-processing to the
ApplicationContext. - postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.context.servlet.AnnotationConfigServletWebApplicationContext
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.server.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.server.servlet.context.AnnotationConfigServletWebServerApplicationContext
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.server.servlet.context.ServletWebServerApplicationContext
-
Register ServletContextAwareProcessor.
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.web.error.ErrorPageRegistrarBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
- postProcessContent(Map) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
- postProcessContent(Map) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
-
Post-process the content to expose.
- postProcessContent(Map) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Post-process the content to expose.
- postProcessContext(Context) - Method in class org.springframework.boot.tomcat.servlet.TomcatServletWebServerFactory
-
Post process the Tomcat
Contextbefore it's used with the Tomcat Server. - postProcessConverters(List) - Method in class org.springframework.boot.http.converter.autoconfigure.HttpMessageConverters
-
Deprecated.Method that can be used to post-process the
HttpMessageConverterlist before it is used. - postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in interface org.springframework.boot.env.EnvironmentPostProcessor
-
Deprecated.Post-process the given
environment. - postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in interface org.springframework.boot.EnvironmentPostProcessor
-
Post-process the given
environment. - postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.reactor.ReactorEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.support.RandomValuePropertySourceEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.support.SpringApplicationJsonEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.support.SystemEnvironmentPropertySourceEnvironmentPostProcessor
- postProcessHealthEndpointGroups(HealthEndpointGroups) - Method in interface org.springframework.boot.health.actuate.endpoint.HealthEndpointGroupsPostProcessor
-
Post-process the given
HealthEndpointGroupsinstance. - postProcessPartConverters(List) - Method in class org.springframework.boot.http.converter.autoconfigure.HttpMessageConverters
-
Deprecated.Method that can be used to post-process the
HttpMessageConverterlist before it is used to configure the part converters ofAllEncompassingFormHttpMessageConverter. - postProcessWebAppContext(WebAppContext) - Method in class org.springframework.boot.jetty.servlet.JettyServletWebServerFactory
-
Post process the Jetty
WebAppContextbefore it's used with the Jetty Server. - prefix - Variable in class org.springframework.boot.tomcat.autoconfigure.TomcatServerProperties.Accesslog
-
Log file name prefix.
- prefix() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty
-
A prefix that should be applied to each property.
- prefix() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
-
A prefix that should be applied to each property.
- prefix() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationProperties
-
The prefix of the properties that are valid to bind to this object.
- prefix() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.newrelic.NewRelicPropertiesConfigAdapter
- prefix() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.simple.SimplePropertiesConfigAdapter
- prefix() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.stackdriver.StackdriverPropertiesConfigAdapter
- prefix() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.statsd.StatsdPropertiesConfigAdapter
- preinitialize() - Method in interface org.springframework.boot.autoconfigure.preinitialize.BackgroundPreinitializer
-
Perform any require preinitialization.
- prepare(ContextConsumer) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Prepare a new
ApplicationContextbased on the current state of this loader. - prepareApplicationContext(Class) - Method in class org.springframework.boot.SpringApplicationAotProcessor
- prepareContext(Host, ServletContextInitializer[]) - Method in class org.springframework.boot.tomcat.servlet.TomcatServletWebServerFactory
- prepareContext(Host, TomcatHttpHandlerAdapter) - Method in class org.springframework.boot.tomcat.reactive.TomcatReactiveWebServerFactory
- prepareRefresh() - Method in class org.springframework.boot.web.context.servlet.AnnotationConfigServletWebApplicationContext
- prepareRefresh() - Method in class org.springframework.boot.web.server.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- prepareRefresh() - Method in class org.springframework.boot.web.server.servlet.context.AnnotationConfigServletWebServerApplicationContext
- PRESENT - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyState
-
The
ConfigurationPropertySourcehas at least one matchingConfigurationProperty. - Principal(String) - Constructor for class org.springframework.boot.actuate.web.exchanges.HttpExchange.Principal
-
Creates a
Principal. - PRINCIPAL - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
-
Include the principal.
- print() - Method in class org.springframework.boot.buildpack.platform.docker.LogUpdateEvent
- print() - Element in annotation interface org.springframework.boot.webmvc.test.autoconfigure.AutoConfigureMockMvc
-
How
MvcResultinformation should be printed after each MockMVC invocation. - print(Duration) - Method in enum class org.springframework.boot.convert.DurationStyle
-
Print the specified duration.
- print(Duration, ChronoUnit) - Method in enum class org.springframework.boot.convert.DurationStyle
-
Print the specified duration using the given unit.
- print(Period) - Method in enum class org.springframework.boot.convert.PeriodStyle
-
Print the specified period.
- print(Period, ChronoUnit) - Method in enum class org.springframework.boot.convert.PeriodStyle
-
Print the specified period using the given unit.
- printBanner(Environment, Class, PrintStream) - Method in interface org.springframework.boot.Banner
-
Print the banner to the specified print stream.
- printBanner(Environment, Class, PrintStream) - Method in class org.springframework.boot.ResourceBanner
- Printer() - Constructor for class org.springframework.boot.graphql.autoconfigure.GraphQlProperties.Schema.Printer
- printOnlyOnFailure() - Element in annotation interface org.springframework.boot.webmvc.test.autoconfigure.AutoConfigureMockMvc
-
If
MvcResultinformation should be printed only if the test fails. - printStackTrace(Throwable, Appendable) - Method in interface org.springframework.boot.logging.StackTracePrinter
-
Prints a stack trace for the given
Throwable. - printStackTrace(Throwable, Appendable) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
- printStackTraceToString(Throwable) - Method in interface org.springframework.boot.logging.StackTracePrinter
- privateKey() - Method in interface org.springframework.boot.ssl.pem.PemSslStore
-
The private key for this store or
null. - privateKey() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Returns the value of the
privateKeyrecord component. - privateKey() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.PemKeyStore
-
The location or content of the private key in PEM format.
- privateKey() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.PemTrustStore
-
The location or content of the private key in PEM format.
- privateKeyPassword() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Returns the value of the
privateKeyPasswordrecord component. - privateKeyPassword() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.PemKeyStore
-
The password used to decrypt an encrypted private key.
- privateKeyPassword() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.PemTrustStore
-
The password used to decrypt an encrypted private key.
- Problemdetails() - Constructor for class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Problemdetails
- Problemdetails() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Problemdetails
- process(Set, RoundEnvironment) - Method in class org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor
- processAheadOfTime(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- processBuilder(String...) - Method in class org.springframework.boot.loader.tools.JavaExecutable
-
Create a new
ProcessBuilderthat will run with the Java executable. - processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
- ProcessInfo - Class in org.springframework.boot.info
-
Information about the process of the application.
- ProcessInfo() - Constructor for class org.springframework.boot.info.ProcessInfo
- ProcessInfo.MemoryInfo - Class in org.springframework.boot.info
-
Memory information.
- ProcessInfo.MemoryInfo.GarbageCollectorInfo - Class in org.springframework.boot.info
-
Garbage collection information.
- ProcessInfo.MemoryInfo.MemoryUsageInfo - Class in org.springframework.boot.info
- ProcessInfo.VirtualThreadsInfo - Class in org.springframework.boot.info
-
Virtual threads information.
- ProcessInfoContributor - Class in org.springframework.boot.actuate.info
-
An
InfoContributorthat exposesProcessInfo. - ProcessInfoContributor() - Constructor for class org.springframework.boot.actuate.info.ProcessInfoContributor
- processMergedContextConfiguration(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
- processName(JsonWriter.MemberPath, String) - Method in interface org.springframework.boot.json.JsonWriter.NameProcessor
-
Return a new name for the JSON member or
nullif the member should be filtered entirely. - processPropertySourceProperties(MergedContextConfiguration, List) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
Post process the property source properties, adding or removing elements as required.
- processValue(JsonWriter.MemberPath, T) - Method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
-
Process the value at the given path.
- Producer() - Constructor for class org.springframework.boot.kafka.autoconfigure.KafkaProperties.Producer
- Producer() - Constructor for class org.springframework.boot.pulsar.autoconfigure.PulsarProperties.Producer
- produces() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
-
The media type of the result of the operation.
- produces() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.ReadOperation
-
The media type of the result of the operation.
- produces() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.WriteOperation
-
The media type of the result of the operation.
- producesFrom() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
-
The media types of the result of the operation.
- producesFrom() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.ReadOperation
-
The media types of the result of the operation.
- producesFrom() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.WriteOperation
-
The media types of the result of the operation.
- Producible<E> - Interface in org.springframework.boot.actuate.endpoint
-
Interface that can be implemented by any
Enumthat represents a finite set of producible mime-types. - ProducibleOperationArgumentResolver - Class in org.springframework.boot.actuate.endpoint
- ProducibleOperationArgumentResolver(Supplier) - Constructor for class org.springframework.boot.actuate.endpoint.ProducibleOperationArgumentResolver
-
Create a new
ProducibleOperationArgumentResolverinstance. - PROFILE_SPECIFIC - Enum constant in enum class org.springframework.boot.context.config.ConfigData.Option
-
Indicates that the source is "profile specific" and should be included after profile specific sibling imports.
- profiles(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add to the active Spring profiles for this app (and its parent and children).
- Profiles - Class in org.springframework.boot.context.config
-
Provides access to environment profiles that have either been set directly on the
Environmentor will be set based on configuration data property values. - Profiles() - Constructor for class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Profiles
- ProgressDetail(Long, Long) - Constructor for class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent.ProgressDetail
- ProgressUpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
-
An
UpdateEventthat includes progress information. - ProgressUpdateEvent(String, ProgressUpdateEvent.ProgressDetail, String) - Constructor for class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
- ProgressUpdateEvent.ProgressDetail - Class in org.springframework.boot.buildpack.platform.docker
-
Provide details about the progress of a task.
- ProjectDetails(String, String, String, String, Instant, Map) - Constructor for class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
- projectId() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.stackdriver.StackdriverPropertiesConfigAdapter
- ProjectInfoAutoConfiguration - Class in org.springframework.boot.autoconfigure.info
-
Auto-configurationfor various project information. - ProjectInfoProperties - Class in org.springframework.boot.autoconfigure.info
-
Configuration properties for project information.
- ProjectInfoProperties() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
- ProjectInfoProperties.Build - Class in org.springframework.boot.autoconfigure.info
-
Build specific info properties.
- ProjectInfoProperties.Git - Class in org.springframework.boot.autoconfigure.info
-
Git specific info properties.
- PrometheusExemplarsAutoConfiguration - Class in org.springframework.boot.micrometer.tracing.autoconfigure.prometheus
-
Auto-configurationfor Prometheus Exemplars with Micrometer Tracing. - PrometheusExemplarsAutoConfiguration() - Constructor for class org.springframework.boot.micrometer.tracing.autoconfigure.prometheus.PrometheusExemplarsAutoConfiguration
- PrometheusMetricsExportAutoConfiguration - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus
-
Auto-configurationfor exporting metrics to Prometheus. - PrometheusMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus.PrometheusMetricsExportAutoConfiguration
- PrometheusOutputFormat - Enum Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus
-
A
Producibleenum for supported Prometheus formats. - PrometheusProperties - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus
-
@ConfigurationPropertiesfor configuring metrics export to Prometheus. - PrometheusProperties() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus.PrometheusProperties
- PrometheusProperties.Pushgateway - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus
-
Configuration options for push-based interaction with Prometheus.
- PrometheusProperties.Pushgateway.Format - Enum Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus
- PrometheusProperties.Pushgateway.Scheme - Enum Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus
- PrometheusPushGatewayManager - Class in org.springframework.boot.micrometer.metrics.export.prometheus
-
Class that can be used to manage the pushing of metrics to a
Prometheus PushGateway. - PrometheusPushGatewayManager(PushGateway, Duration, PrometheusPushGatewayManager.ShutdownOperation) - Constructor for class org.springframework.boot.micrometer.metrics.export.prometheus.PrometheusPushGatewayManager
-
Create a new
PrometheusPushGatewayManagerinstance. - PrometheusPushGatewayManager.ShutdownOperation - Enum Class in org.springframework.boot.micrometer.metrics.export.prometheus
-
The operation that should be performed on shutdown.
- PrometheusScrapeEndpoint - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus
-
@Endpointthat outputs metrics in a format that can be scraped by the Prometheus server. - PrometheusScrapeEndpoint(PrometheusRegistry, Properties) - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus.PrometheusScrapeEndpoint
-
Creates a new
PrometheusScrapeEndpoint. - Propagation() - Constructor for class org.springframework.boot.micrometer.tracing.autoconfigure.TracingProperties.Propagation
- properties - Variable in class org.springframework.boot.micrometer.metrics.autoconfigure.export.properties.PropertiesConfigAdapter
- properties() - Element in annotation interface org.springframework.boot.data.cassandra.test.autoconfigure.DataCassandraTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.data.couchbase.test.autoconfigure.DataCouchbaseTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.data.elasticsearch.test.autoconfigure.DataElasticsearchTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.data.jdbc.test.autoconfigure.DataJdbcTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.data.jpa.test.autoconfigure.DataJpaTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.data.ldap.test.autoconfigure.DataLdapTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.data.mongodb.test.autoconfigure.DataMongoTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.data.neo4j.test.autoconfigure.DataNeo4jTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.data.r2dbc.test.autoconfigure.DataR2dbcTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.data.redis.test.autoconfigure.DataRedisTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.graphql.test.autoconfigure.GraphQlTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.jdbc.test.autoconfigure.JdbcTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.jooq.test.autoconfigure.JooqTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.restclient.test.autoconfigure.RestClientTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.JsonTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.test.context.SpringBootTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.webclient.test.autoconfigure.WebClientTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.webflux.test.autoconfigure.WebFluxTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.webmvc.test.autoconfigure.WebMvcTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.client.WebServiceClientTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.server.WebServiceServerTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Default properties for the environment in the form
key=valueorkey:value. - properties(Map) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder.Builder
-
Generic properties for standard JPA or vendor-specific configuration.
- properties(Map) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Default properties for the environment.
- properties(Properties) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Default properties for the environment.Multiple calls to this method are cumulative and will not clear any previously set properties.
- PROPERTIES_PATH - Static variable in class org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor
- PropertiesApiVersionInserter - Class in org.springframework.boot.http.client.autoconfigure
-
ApiVersionInserterbacked byApiversionProperties. - PropertiesAutoTimer - Class in org.springframework.boot.data.autoconfigure.metrics
-
AutoTimerwhose behavior is configured byDataMetricsProperties.Repository.Autotimeproperties. - PropertiesAutoTimer(DataMetricsProperties.Repository.Autotime) - Constructor for class org.springframework.boot.data.autoconfigure.metrics.PropertiesAutoTimer
-
Create a new
PropertiesAutoTimerconfigured using the givenproperties. - PropertiesBasedDataSourceScriptDatabaseInitializer<T> - Class in org.springframework.boot.jdbc.init
-
Convenience class for construct
DataSourceScriptDatabaseInitializerbase onDatabaseInitializationProperties. - PropertiesBasedDataSourceScriptDatabaseInitializer(DataSource, T) - Constructor for class org.springframework.boot.jdbc.init.PropertiesBasedDataSourceScriptDatabaseInitializer
-
Create a new
PropertiesBasedDataSourceScriptDatabaseInitializerinstance. - PropertiesBasedDataSourceScriptDatabaseInitializer(DataSource, T, Map) - Constructor for class org.springframework.boot.jdbc.init.PropertiesBasedDataSourceScriptDatabaseInitializer
-
Create a new
PropertiesBasedDataSourceScriptDatabaseInitializerinstance. - PropertiesConfigAdapter<T> - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.properties
-
Base class for properties to config adapters.
- PropertiesConfigAdapter(T) - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.export.properties.PropertiesConfigAdapter
-
Create a new
PropertiesConfigAdapterinstance. - PropertiesConfigAdapter.Fallback<V> - Interface in org.springframework.boot.micrometer.metrics.autoconfigure.export.properties
-
Gets the fallback value, if any.
- PropertiesConfigAdapter.Getter<T,
V> - Interface in org.springframework.boot.micrometer.metrics.autoconfigure.export.properties -
Gets a value from the given properties.
- PropertiesConfigAdapter.RequiredFallback<V> - Interface in org.springframework.boot.micrometer.metrics.autoconfigure.export.properties
-
Gets the fallback value.
- PropertiesEndpointAccessResolver - Class in org.springframework.boot.actuate.autoconfigure.endpoint
-
EndpointAccessResolverthat resolves the permitted level of access to an endpoint using the following properties:management.endpoint.<id>.accessormanagement.endpoint.<id>.enabled(deprecated)management.endpoints.access.defaultormanagement.endpoints.enabled-by-default(deprecated) The resulting access is capped usingmanagement.endpoints.access.max-permitted. - PropertiesEndpointAccessResolver(PropertyResolver) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.PropertiesEndpointAccessResolver
- PropertiesLauncher - Class in org.springframework.boot.loader.launch
-
Launcherfor archives with user-configured classpath and main class through a properties file. - PropertiesLauncher() - Constructor for class org.springframework.boot.loader.launch.PropertiesLauncher
- PropertiesMeterFilter - Class in org.springframework.boot.micrometer.metrics.autoconfigure
-
MeterFilterto apply settings fromMetricsProperties. - PropertiesMeterFilter(MetricsProperties) - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.PropertiesMeterFilter
- PropertiesMongoConnectionDetails - Class in org.springframework.boot.mongodb.autoconfigure
-
Adapts
MongoPropertiestoMongoConnectionDetails. - PropertiesMongoConnectionDetails(MongoProperties, SslBundles) - Constructor for class org.springframework.boot.mongodb.autoconfigure.PropertiesMongoConnectionDetails
- PropertiesPropertySourceLoader - Class in org.springframework.boot.env
-
Strategy to load '.properties' files into a
PropertySource. - PropertiesPropertySourceLoader() - Constructor for class org.springframework.boot.env.PropertiesPropertySourceLoader
- PropertiesSslBundle - Class in org.springframework.boot.autoconfigure.ssl
- PROPERTY - Static variable in enum class org.springframework.boot.testcontainers.lifecycle.TestcontainersStartup
-
The
Environmentproperty used to change theTestcontainersStartupstrategy. - PropertyMapper - Class in org.springframework.boot.context.properties
-
Utility that can be used to map values from a supplied source to a destination.
- PropertyMapper.Source<T> - Class in org.springframework.boot.context.properties
-
A source that is in the process of being mapped.
- PropertyMapper.Source.Adapter<T,
R> - Interface in org.springframework.boot.context.properties -
Adapter used to adapt a value and possibly return a
nullresult. - PropertyMapper.Source.Always<T> - Class in org.springframework.boot.context.properties
-
Allow source mapping to complete using methods that accept nulls.
- PropertyMapper.Source.Always.Adapter<T,
R> - Interface in org.springframework.boot.context.properties -
Adapter that support nullable values.
- PropertyMapper.Source.Always.Factory<T,
R> - Interface in org.springframework.boot.context.properties -
Factory that supports nullable values.
- PropertyMapper.Source.Always.Mapper<R,
T> - Interface in org.springframework.boot.context.properties -
Mapper that supports nullable values.
- PropertyMapper.SourceOperator - Interface in org.springframework.boot.context.properties
-
An operation that can be applied to a
PropertyMapper.Source. - PropertyMapping - Annotation Interface in org.springframework.boot.test.context
-
Indicates that attributes from a test annotation should be mapped into a
@PropertySource. - PropertyMapping.Skip - Enum Class in org.springframework.boot.test.context
-
Controls when mapping is skipped.
- PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
- PropertyPlaceholderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
- PropertySourceInfo - Interface in org.springframework.boot.env
-
Interface that can be optionally implemented by a
PropertySourceto provide additional information. - PropertySourceLoader - Interface in org.springframework.boot.env
-
Strategy interface located through
SpringFactoriesLoaderand used to load aPropertySource. - PropertySourceOrigin - Class in org.springframework.boot.origin
-
Originfrom aPropertySource. - PropertySourceOrigin(PropertySource, String) - Constructor for class org.springframework.boot.origin.PropertySourceOrigin
-
Create a new
PropertySourceOrigininstance. - PropertySourceOrigin(PropertySource, String, Origin) - Constructor for class org.springframework.boot.origin.PropertySourceOrigin
-
Create a new
PropertySourceOrigininstance. - propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
- PropertySourcesPlaceholdersResolver - Class in org.springframework.boot.context.properties.bind
-
PlaceholdersResolverto resolve placeholders fromPropertySources. - PropertySourcesPlaceholdersResolver(Iterable) - Constructor for class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
- PropertySourcesPlaceholdersResolver(Iterable, PropertyPlaceholderHelper) - Constructor for class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
- PropertySourcesPlaceholdersResolver(Environment) - Constructor for class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
- PropertySummaryDescriptor(String, Object) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
- PROTO3 - Enum constant in enum class org.springframework.boot.zipkin.autoconfigure.ZipkinProperties.Encoding
-
Protocol Buffers v3.
- PROTOBUF - Enum constant in enum class org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus.PrometheusProperties.Pushgateway.Format
-
Push metrics in protobuf format.
- protocol() - Method in record class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node
-
Returns the value of the
protocolrecord component. - protocol() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.statsd.StatsdPropertiesConfigAdapter
- protocol() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.Ssl
-
The protocol to use for the SSL connection.
- PROTOTYPE - Enum constant in enum class org.springframework.boot.bootstrap.BootstrapRegistry.Scope
-
A prototype instance.
- PROVIDED - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
-
The library is needed for compile but is usually provided when running.
- provider() - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
-
Returns the value of the
providerrecord component. - provider() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.JksKeyStore
-
The provider for the store.
- provider() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.JksTrustStore
-
The provider for the store.
- Provider() - Constructor for class org.springframework.boot.security.oauth2.client.autoconfigure.OAuth2ClientProperties.Provider
- Proxy() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
- Proxy() - Constructor for class org.springframework.boot.sendgrid.autoconfigure.SendGridProperties.Proxy
- proxyBeanMethods() - Element in annotation interface org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration
-
Specify whether
@Beanmethods should get proxied in order to enforce bean lifecycle behavior, e.g. - proxyBeanMethods() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
-
Specify whether
@Beanmethods should get proxied in order to enforce bean lifecycle behavior, e.g. - proxyBeanMethods() - Element in annotation interface org.springframework.boot.SpringBootConfiguration
-
Specify whether
@Beanmethods should get proxied in order to enforce bean lifecycle behavior, e.g. - proxyBeanMethods() - Element in annotation interface org.springframework.boot.test.context.TestConfiguration
-
Specify whether
@Beanmethods should get proxied in order to enforce bean lifecycle behavior, e.g. - ProxyConnectionFactoryCustomizer - Interface in org.springframework.boot.r2dbc.autoconfigure
-
Callback interface that can be used to customize a
ProxyConnectionFactory.Builder. - publicDefineClass(String, byte[], ProtectionDomain) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- publicDefineClass(String, byte[], ProtectionDomain) - Method in class org.springframework.boot.test.context.FilteredClassLoader
- publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
- publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
- publish(ApplicationContext, S) - Static method in class org.springframework.boot.availability.AvailabilityChangeEvent
-
Convenience method that can be used to publish an
AvailabilityChangeEventto the given application context. - publish(ApplicationEventPublisher, Object, S) - Static method in class org.springframework.boot.availability.AvailabilityChangeEvent
-
Convenience method that can be used to publish an
AvailabilityChangeEventto the given application context. - publishRegistryAuthentication() - Method in record class org.springframework.boot.buildpack.platform.build.BuilderDockerConfiguration
-
Returns the value of the
publishRegistryAuthenticationrecord component. - publishUnchangedMeters() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.statsd.StatsdPropertiesConfigAdapter
- pull(ImageReference, ImagePlatform, UpdateListener) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ImageApi
-
Pull an image from a registry.
- pull(ImageReference, ImagePlatform, UpdateListener, String) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ImageApi
-
Pull an image from a registry.
- pulledImage(Image, ImageType) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- pulledImage(Image, ImageType) - Method in interface org.springframework.boot.buildpack.platform.build.BuildLog
-
Log that an image has been pulled.
- PullImageUpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
-
A
ProgressUpdateEventfired as an image is pulled. - PullImageUpdateEvent(String, String, ProgressUpdateEvent.ProgressDetail, String) - Constructor for class org.springframework.boot.buildpack.platform.docker.PullImageUpdateEvent
- pullingImage(ImageReference, ImagePlatform, ImageType) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- pullingImage(ImageReference, ImagePlatform, ImageType) - Method in interface org.springframework.boot.buildpack.platform.build.BuildLog
-
Log that an image is being pulled.
- PullPolicy - Enum Class in org.springframework.boot.buildpack.platform.build
-
Image pull policy.
- PulsarAutoConfiguration - Class in org.springframework.boot.pulsar.autoconfigure
-
Auto-configurationfor Apache Pulsar. - PulsarConnectionDetails - Interface in org.springframework.boot.pulsar.autoconfigure
-
Details required to establish a connection to a Pulsar service.
- PulsarContainerFactoryCustomizer<T> - Interface in org.springframework.boot.pulsar.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize a
PulsarContainerFactoryto fine-tune its auto-configuration. - PulsarProperties - Class in org.springframework.boot.pulsar.autoconfigure
-
Configuration properties Apache Pulsar.
- PulsarProperties() - Constructor for class org.springframework.boot.pulsar.autoconfigure.PulsarProperties
- PulsarProperties.Admin - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Authentication - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Client - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Consumer - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Consumer.DeadLetterPolicy - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Consumer.Subscription - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Defaults - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Defaults.SchemaInfo - Record Class in org.springframework.boot.pulsar.autoconfigure
-
Represents a schema - holds enough information to construct an actual schema instance.
- PulsarProperties.Defaults.Topic - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Defaults.TypeMapping - Record Class in org.springframework.boot.pulsar.autoconfigure
-
A mapping from message type to topic and/or schema info to use (at least one of
topicNameorschemaInfomust be specified. - PulsarProperties.Failover - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Failover.BackupCluster - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Function - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Listener - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Producer - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Producer.Cache - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Reader - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Template - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Threads - Class in org.springframework.boot.pulsar.autoconfigure
- PulsarProperties.Transaction - Class in org.springframework.boot.pulsar.autoconfigure
- push(ImageReference, UpdateListener, String) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ImageApi
-
Push an image to a registry.
- pushedImage(ImageReference) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- pushedImage(ImageReference) - Method in interface org.springframework.boot.buildpack.platform.build.BuildLog
-
Log that an image has been pushed.
- Pushgateway() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus.PrometheusProperties.Pushgateway
- PushImageUpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
-
A
ProgressUpdateEventfired as an image is pushed to a registry. - PushImageUpdateEvent(String, String, ProgressUpdateEvent.ProgressDetail, String, PushImageUpdateEvent.ErrorDetail) - Constructor for class org.springframework.boot.buildpack.platform.docker.PushImageUpdateEvent
- PushImageUpdateEvent.ErrorDetail - Class in org.springframework.boot.buildpack.platform.docker
-
Details of an error embedded in a response stream.
- pushingImage(ImageReference) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- pushingImage(ImageReference) - Method in interface org.springframework.boot.buildpack.platform.build.BuildLog
-
Log that an image is being pushed.
- PushRegistryProperties - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.properties
-
Base class for properties that configure a metrics registry that pushes aggregated metrics on a regular interval.
- PushRegistryProperties() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.export.properties.PushRegistryProperties
- PushRegistryPropertiesConfigAdapter<T> - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.properties
-
Base class for
PushRegistryPropertiestoPushRegistryConfigadapters. - PushRegistryPropertiesConfigAdapter(T) - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.export.properties.PushRegistryPropertiesConfigAdapter
- put(Object, Object) - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
Add an individual entry.
- put(String, Object, Object...) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Create or update a resource by PUTting the given object to the URI.
- put(String, Object, Map) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Creates a new resource by PUTting the given object to URI template.
- put(URI, Object) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Creates a new resource by PUTting the given object to URL.
- put(URI, String, IOConsumer) - Method in interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
-
Perform an HTTP PUT operation.
- PUT - Enum constant in enum class org.springframework.boot.micrometer.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
-
Perform a PUT before shutdown.
- putAll(Map) - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
Add all entries from the specified map.
- putAll(Map) - Method in class org.springframework.boot.logging.LoggerGroups
- putCount() - Method in class org.springframework.boot.cache.metrics.RedisCacheMetrics
- putIfNoNull(Map, String, Object) - Method in class org.springframework.boot.quartz.actuate.endpoint.QuartzEndpoint.TriggerDescriptor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form