Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- packages(Class<?>...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
 - 
The classes whose packages should be scanned for
@Entityannotations. - packages(String...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
 - 
The names of packages to scan for
@Entityannotations. - Packages() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 - Pageable() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 - pageableCustomizer() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
 - 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 in org.springframework.boot.actuate.endpoint.invoke
 - 
A
ParameterMappingExceptionis thrown when a failure occurs duringoperation parameter mapping. - ParameterMappingException(OperationParameter, Object, Throwable) - Constructor for exception 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.autoconfigure.netty.NettyProperties.LeakDetection
 - 
Detect leaks for 100% of buffers and track where they were accessed.
 - 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) - 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<String, List<Object>>) - 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<String, Map<String, Object>>) - 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.
 - password() - Method in record class org.springframework.boot.autoconfigure.elasticsearch.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(CharSequence) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
 - 
Configure the password.
 - password(String) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
 - 
Set the password that should be used when building the datasource.
 - patchForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.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<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.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<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
 - 
Update a resource by PATCHing the given object to the URL, and returns the representation found in the response.
 - PATH_PATTERN_PARSER - Enum constant in enum class org.springframework.boot.autoconfigure.web.servlet.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<? extends PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties>, 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(Collection<EndpointsSupplier<?>>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
 - PathMappedEndpoints - Class in org.springframework.boot.actuate.endpoint.web
 - 
A collection of
path mapped endpoints. - PathMappedEndpoints(String, Collection<EndpointsSupplier<?>>) - 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.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
 - PathRequest - Class in org.springframework.boot.autoconfigure.security.reactive
 - 
Factory that can be used to create a
ServerWebExchangeMatcherfor commonly used paths. - PathRequest - Class in org.springframework.boot.autoconfigure.security.servlet
 - 
Factory that can be used to create a
RequestMatcherfor commonly used paths. - PathRequest.H2ConsoleRequestMatcher - Class in org.springframework.boot.autoconfigure.security.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
 - 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.
 - 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(PemSslStoreDetails, PemSslStoreDetails, String) - Constructor for class org.springframework.boot.ssl.pem.PemSslStoreBundle
 - 
Create a new
PemSslStoreBundleinstance. - PemSslStoreBundle(PemSslStoreDetails, PemSslStoreDetails, String, String) - 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
 - PemSslStoreDetails(String, String, String, String) - Constructor for record class org.springframework.boot.ssl.pem.PemSslStoreDetails
 - 
Creates an instance of a
PemSslStoreDetailsrecord class. - 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.test.autoconfigure.orm.jpa.TestEntityManager
 - 
Make an instance managed and persistent.
 - persistAndFlush(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
 - 
Make an instance managed and persistent then synchronize the persistence context to the underlying database.
 - persistAndGetId(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
 - 
Make an instance managed and persistent then return its ID.
 - persistAndGetId(Object, Class<T>) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
 - 
Make an instance managed and persistent then return its ID.
 - PersistenceExceptionTranslationAutoConfiguration - Class in org.springframework.boot.autoconfigure.dao
 - 
Auto-configurationfor Spring's persistence exception translation. - PersistenceExceptionTranslationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
 - persistenceExceptionTranslationPostProcessor(Environment) - Static method in class org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
 - persistenceUnit(String) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
 - 
The name of the persistence unit.
 - PERSISTENT - Enum constant in enum class org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
 - persistFlushFind(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.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.
 - PID_KEY - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
 - 
Deprecated, for removal: This API element is subject to removal in a future version.
 - pingHealthContributor() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration
 - PingHealthIndicator - Class in org.springframework.boot.actuate.health
 - 
Default implementation of
HealthIndicatorthat returnsStatus.UP. - PingHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.PingHealthIndicator
 - PlaceholdersResolver - Interface in org.springframework.boot.context.properties.bind
 - 
Optional strategy that used by a
Binderto resolve property placeholders. - 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. - PlatformTransactionManagerCustomizer<T extends PlatformTransactionManager> - Interface in org.springframework.boot.autoconfigure.transaction
 - 
Callback interface that can be implemented by beans wishing to customize
PlatformTransactionManagerswhilst retaining default auto-configuration. - platformTransactionManagerCustomizers(ObjectProvider<PlatformTransactionManagerCustomizer<?>>) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
 - Poller() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 - pollingFrequency() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 - Pool() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 - Pool() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 - Pool() - Constructor for class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 - Pool() - Constructor for class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 - Pool() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 - Pool() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
 - PooledDataSourceConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.PooledDataSourceConfiguration
 - poolSize(int) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
 - 
Set the maximum allowed number of threads.
 - port() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 - port() - Method in record class org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails.Address
 - 
Returns the value of the
portrecord component. - port() - Method in record class org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails.Node
 - 
Returns the value of the
portrecord component. - port() - Method in record class org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Node
 - 
Returns the value of the
portrecord component. - port() - Method in record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
 - 
Returns the value of the
portrecord component. - port(int) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
 - 
Configure the port.
 - PortInUseException - Exception 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 org.springframework.boot.web.server.PortInUseException
 - 
Creates a new port in use exception for the given
port. - PortInUseException(int, Throwable) - Constructor for exception org.springframework.boot.web.server.PortInUseException
 - 
Creates a new port in use exception for the given
port. - PortProvider - Interface in org.springframework.boot.devtools.tunnel.server
 - 
Strategy interface to provide access to a port (which may change if an existing connection is closed).
 - ports() - Method in interface org.springframework.boot.docker.compose.core.RunningService
 - 
Return the ports that can be used to connect to the service.
 - 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.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
 - 
Perform a POST before shutdown.
 - postForEntity(String, Object, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
 - 
Create a new resource by POSTing the given object to the URI template, and returns the response as
ResponseEntity. - postForEntity(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
 - 
Create a new resource by POSTing the given object to the URI template, and returns the response as
HttpEntity. - postForEntity(URI, Object, Class<T>) - Method in class org.springframework.boot.test.web.client.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.test.web.client.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<String, ?>) - Method in class org.springframework.boot.test.web.client.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.test.web.client.TestRestTemplate
 - 
Create a new resource by POSTing the given object to the URL, and returns the value of the
Locationheader. - postForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.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<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.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<T>) - Method in class org.springframework.boot.test.web.client.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.autoconfigure.flyway.FlywayProperties.Postgresql
 - POSTGRESQL - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
 - 
Postgres.
 - postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.web.server.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 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.test.mock.mockito.MockitoPostProcessor
 - postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
 - postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
 - postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
 - postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.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.server.ErrorPageRegistrarBeanPostProcessor
 - postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
 - postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 - postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
 - 
Post-process the content to expose.
 - postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
 - 
Post-process the content to expose.
 - postProcessContext(Context) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 - 
Post process the Tomcat
Contextbefore it's used with the Tomcat Server. - postProcessConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConverters
 - 
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
 - 
Post-process the given
environment. - postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor
 - postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 - postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
 - postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.reactor.DebugAgentEnvironmentPostProcessor
 - postProcessHealthEndpointGroups(HealthEndpointGroups) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroupsPostProcessor
 - 
Post-process the given
HealthEndpointGroupsinstance. - postProcessPartConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConverters
 - 
Method that can be used to post-process the
HttpMessageConverterlist before it is used to configure the part converters ofAllEncompassingFormHttpMessageConverter. - postProcessProperties(PropertyValues, Object, String) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 - postProcessWebAppContext(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 - 
Post process the Jetty
WebAppContextbefore it's used with the Jetty Server. - prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 - 
Log file name prefix.
 - prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 - 
Log file name prefix.
 - prefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
 - prefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
 - prefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
 - prefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverPropertiesConfigAdapter
 - prefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 - prefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
 - 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.
 - prepare(ContextConsumer<? super A>) - 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.web.embedded.tomcat.TomcatServletWebServerFactory
 - prepareContext(Host, TomcatHttpHandlerAdapter) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 - prepareRefresh() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
 - prepareRefresh() - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
 - prepareRefresh() - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
 - prepareTestInstance(TestContext) - Method in class org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
 - prepareWebApplicationContext(ServletContext) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 - 
Prepare the
WebApplicationContextwith the given fully loadedServletContext. - PRESENT - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyState
 - 
The
ConfigurationPropertySourcehas at least one matchingConfigurationProperty. - preserveErrorControllerTargetClassPostProcessor() - Static method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 - preventDataSourceCloseBeanPostProcessor() - Static method in class org.springframework.boot.actuate.autoconfigure.liquibase.LiquibaseEndpointAutoConfiguration
 - 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() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.servlet.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.autoconfigure.graphql.GraphQlProperties.Schema.Printer
 - printOnlyOnFailure() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc
 - 
If
MvcResultinformation should be printed only if the test fails. - privateKey() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
 - 
Returns the value of the
privateKeyrecord component. - privateKeyPassword() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
 - 
Returns the value of the
privateKeyPasswordrecord component. - Problemdetails() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Problemdetails
 - Problemdetails() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Problemdetails
 - processAheadOfTime(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 - processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 - processLoadFailure(ApplicationContext, Throwable) - Method in class org.springframework.boot.test.autoconfigure.ConditionReportApplicationContextFailureProcessor
 - processMergedContextConfiguration(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 - processorMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration
 - processPropertySourceProperties(MergedContextConfiguration, List<String>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 - 
Post process the property source properties, adding or removing elements as required.
 - Producer() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.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 extends Enum<E> & 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<List<String>>) - 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
 - projectId() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverPropertiesConfigAdapter
 - ProjectInfoAutoConfiguration - Class in org.springframework.boot.autoconfigure.info
 - 
Auto-configurationfor various project information. - ProjectInfoAutoConfiguration(ProjectInfoProperties) - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 - 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.
 - prometheusConfig(PrometheusProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration
 - prometheusEndpoint(CollectorRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration.PrometheusScrapeEndpointConfiguration
 - PrometheusExemplarsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.tracing.prometheus
 - 
Auto-configurationfor Prometheus Exemplars with Micrometer Tracing. - PrometheusExemplarsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.tracing.prometheus.PrometheusExemplarsAutoConfiguration
 - prometheusMeterRegistry(PrometheusConfig, CollectorRegistry, Clock, ObjectProvider<ExemplarSampler>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration
 - PrometheusMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
 - 
Auto-configurationfor exporting metrics to Prometheus. - PrometheusMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration
 - PrometheusMetricsExportAutoConfiguration.PrometheusPushGatewayConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
 - 
Configuration for Prometheus Pushgateway.
 - PrometheusMetricsExportAutoConfiguration.PrometheusScrapeEndpointConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
 - PrometheusProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
 - 
@ConfigurationPropertiesfor configuring metrics export to Prometheus. - PrometheusProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
 - PrometheusProperties.Pushgateway - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
 - 
Configuration options for push-based interaction with Prometheus.
 - PrometheusPushGatewayConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration.PrometheusPushGatewayConfiguration
 - prometheusPushGatewayManager(CollectorRegistry, PrometheusProperties, Environment) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration.PrometheusPushGatewayConfiguration
 - PrometheusPushGatewayManager - Class in org.springframework.boot.actuate.metrics.export.prometheus
 - 
Class that can be used to manage the pushing of metrics to a
Prometheus PushGateway. - PrometheusPushGatewayManager(PushGateway, CollectorRegistry, Duration, String, Map<String, String>, PrometheusPushGatewayManager.ShutdownOperation) - Constructor for class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
 - 
Create a new
PrometheusPushGatewayManagerinstance using a single threadedTaskScheduler. - PrometheusPushGatewayManager(PushGateway, CollectorRegistry, TaskScheduler, Duration, String, Map<String, String>, PrometheusPushGatewayManager.ShutdownOperation) - Constructor for class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
 - 
Create a new
PrometheusPushGatewayManagerinstance. - PrometheusPushGatewayManager.ShutdownOperation - Enum Class in org.springframework.boot.actuate.metrics.export.prometheus
 - 
The operation that should be performed on shutdown.
 - PrometheusScrapeEndpoint - Class in org.springframework.boot.actuate.metrics.export.prometheus
 - 
@Endpointthat outputs metrics in a format that can be scraped by the Prometheus server. - PrometheusScrapeEndpoint(CollectorRegistry) - Constructor for class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
 - PrometheusScrapeEndpointConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration.PrometheusScrapeEndpointConfiguration
 - propagatingReceiverTracingObservationHandler(Tracer, Propagator) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
 - propagatingSenderTracingObservationHandler(Tracer, Propagator) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
 - Propagation() - Constructor for class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation
 - properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.cassandra.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.test.autoconfigure.data.couchbase.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.test.autoconfigure.data.elasticsearch.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.test.autoconfigure.data.jdbc.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.test.autoconfigure.data.ldap.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.test.autoconfigure.data.mongo.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.test.autoconfigure.data.neo4j.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.test.autoconfigure.data.r2dbc.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.test.autoconfigure.data.redis.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.test.autoconfigure.graphql.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.test.autoconfigure.jdbc.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.test.autoconfigure.jooq.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.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.autoconfigure.orm.jpa.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.test.autoconfigure.web.client.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.web.reactive.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.test.autoconfigure.web.servlet.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.test.autoconfigure.webservices.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.test.autoconfigure.webservices.server.WebServiceServerTest
 - 
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(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
 - 
Default properties for the environment in the form
key=valueorkey:value. - properties(Map<String, ?>) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
 - 
Generic properties for standard JPA or vendor-specific configuration.
 - properties(Map<String, Object>) - 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.
 - PropertiesAutoTimer - Class in org.springframework.boot.actuate.autoconfigure.metrics
 - 
AutoTimerwhose behavior is configured byAutoTimeProperties. - PropertiesAutoTimer(AutoTimeProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesAutoTimer
 - 
Create a new
PropertiesAutoTimerconfigured using the givenproperties. - PropertiesConfigAdapter<T> - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.properties
 - 
Base class for properties to config adapters.
 - PropertiesConfigAdapter(T) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PropertiesConfigAdapter
 - 
Create a new
PropertiesConfigAdapterinstance. - propertiesMeterFilter(MetricsProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration
 - PropertiesMeterFilter - Class in org.springframework.boot.actuate.autoconfigure.metrics
 - 
MeterFilterto apply settings fromMetricsProperties. - PropertiesMeterFilter(MetricsProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
 - PropertiesMongoConnectionDetails - Class in org.springframework.boot.autoconfigure.mongo
 - 
Adapts
MongoPropertiestoMongoConnectionDetails. - PropertiesMongoConnectionDetails(MongoProperties) - Constructor for class org.springframework.boot.autoconfigure.mongo.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
 - 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.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.autoconfigure.properties
 - 
Indicates that attributes from a test annotation should be mapped into a
@PropertySource. - PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
 - PropertyPlaceholderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
 - 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. - propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
 - 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<PropertySource<?>>) - Constructor for class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
 - PropertySourcesPlaceholdersResolver(Iterable<PropertySource<?>>, 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
 - protocol() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 - protocol() - Method in record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
 - 
Returns the value of the
protocolrecord component. - PROTOTYPE - Enum constant in enum class org.springframework.boot.BootstrapRegistry.Scope
 - 
A prototype instance.
 - provider() - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
 - 
Returns the value of the
providerrecord component. - Provider() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 - Proxy() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 - Proxy() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.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. - proxyTargetAware() - Element in annotation interface org.springframework.boot.test.mock.mockito.SpyBean
 - 
Indicates that Mockito methods such as
verify(mock)should use thetargetof AOP advised beans, rather than the proxy itself. - 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. - publishUnchangedMeters() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 - Pushgateway() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 - PushRegistryProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.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.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 - PushRegistryPropertiesConfigAdapter<T extends PushRegistryProperties> - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.properties
 - 
Base class for
PushRegistryPropertiestoPushRegistryConfigadapters. - PushRegistryPropertiesConfigAdapter(T) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.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.test.web.client.TestRestTemplate
 - 
Create or update a resource by PUTting the given object to the URI.
 - put(String, Object, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
 - 
Creates a new resource by PUTting the given object to URI template.
 - put(URI, Object) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
 - 
Creates a new resource by PUTting the given object to URL.
 - PUT - Enum constant in enum class org.springframework.boot.actuate.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<String, List<String>>) - Method in class org.springframework.boot.logging.LoggerGroups
 - putCount() - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
 - putIfNoNull(Map<String, Object>, String, Object) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
LoggingSystemProperty.getEnvironmentVariableName()onLoggingSystemProperty.PID