索引
常量字段值|所有程序包|所有类和接口|序列化表格
P
- packageImage(Libraries, BiConsumer<ZipEntry, EntryWriter>) - 类中的方法 org.springframework.boot.loader.tools.ImagePackager
-
Create a packaged image.
- Packager - org.springframework.boot.loader.tools中的类
-
Abstract base class for packagers.
- Packager(File) - 类的构造器 org.springframework.boot.loader.tools.Packager
-
Create a new
Packager
instance. - Packager.MainClassTimeoutWarningListener - org.springframework.boot.loader.tools中的接口
-
Callback interface used to present a warning when finding the main class takes too long.
- packages(Class<?>...) - 类中的方法 org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The classes whose packages should be scanned for
@Entity
annotations. - packages(String...) - 类中的方法 org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The names of packages to scan for
@Entity
annotations. - Packages() - 类的构造器 org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
- Pageable() - 类的构造器 org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- pageableCustomizer() - 类中的方法 org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
- PARALLEL - 枚举类 中的枚举常量 org.springframework.boot.testcontainers.lifecycle.TestcontainersStartup
-
Startup containers in parallel.
- parameterizedContainer() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnBean
-
Additional classes that may contain the specified bean types within their generic parameters.
- parameterizedContainer() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
Additional classes that may contain the specified bean types within their generic parameters.
- ParameterMappingException - org.springframework.boot.actuate.endpoint.invoke中的异常错误类
-
A
ParameterMappingException
is thrown when a failure occurs duringoperation parameter mapping
. - ParameterMappingException(OperationParameter, Object, Throwable) - 异常错误类的构造器 org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
-
Creates a new
ParameterMappingException
for a failure that occurred when trying to map the giveninput
to the giventype
. - ParameterValueMapper - org.springframework.boot.actuate.endpoint.invoke中的接口
-
Maps parameter values to the required type when invoking an endpoint.
- PARANOID - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
-
Detect leaks for 100% of buffers and track where they were accessed.
- parent() - 记录类中的方法 org.springframework.boot.json.JsonWriter.MemberPath
-
返回
parent
记录组件的值。 - parent(Class<?>...) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Add a parent application with the provided sources.
- parent(ConfigurableApplicationContext) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Add an already running parent context to an existing application.
- ParentAwareNamingStrategy - org.springframework.boot.autoconfigure.jmx中的类
-
Extension of
MetadataNamingStrategy
that supports a parentApplicationContext
. - ParentAwareNamingStrategy(JmxAttributeSource) - 类的构造器 org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
- ParentContextApplicationContextInitializer - org.springframework.boot.builder中的类
-
ApplicationContextInitializer
for setting the parent context. - ParentContextApplicationContextInitializer(ApplicationContext) - 类的构造器 org.springframework.boot.builder.ParentContextApplicationContextInitializer
- ParentContextApplicationContextInitializer.ParentContextAvailableEvent - org.springframework.boot.builder中的类
-
ApplicationEvent
fired when a parent context is available. - ParentContextAvailableEvent(ConfigurableApplicationContext) - 类的构造器 org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
- ParentContextCloserApplicationListener - org.springframework.boot.builder中的类
-
Listener that closes the application context if its parent is closed.
- ParentContextCloserApplicationListener() - 类的构造器 org.springframework.boot.builder.ParentContextCloserApplicationListener
- ParentContextCloserApplicationListener.ContextCloserListener - org.springframework.boot.builder中的类
-
ApplicationListener
to close the context. - parentsFrom(Object) - 接口中的静态方法 org.springframework.boot.origin.Origin
-
Find the parents of the
Origin
that an object originated from. - parse(byte[]) - 类中的方法 org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Return
ObjectContent
from parsing the specific JSON bytes. - parse(String) - 类中的静态方法 org.springframework.boot.buildpack.platform.docker.type.ApiVersion
-
Factory method to parse a string into an
ApiVersion
instance. - parse(String) - 枚举类中的方法 org.springframework.boot.convert.DurationStyle
-
Parse the given value to a duration.
- parse(String) - 枚举类中的方法 org.springframework.boot.convert.PeriodStyle
-
Parse the given value to a Period.
- parse(String) - 类中的方法 org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Return
ObjectContent
from parsing the specific JSON String. - parse(String) - 类中的静态方法 org.springframework.boot.test.util.TestPropertyValues.Pair
- parse(String, ChronoUnit) - 枚举类中的方法 org.springframework.boot.convert.DurationStyle
-
Parse the given value to a duration.
- parse(String, ChronoUnit) - 枚举类中的方法 org.springframework.boot.convert.PeriodStyle
-
Parse the given value to a period.
- parseList(String) - 类中的方法 org.springframework.boot.json.BasicJsonParser
- parseList(String) - 类中的方法 org.springframework.boot.json.GsonJsonParser
- parseList(String) - 类中的方法 org.springframework.boot.json.JacksonJsonParser
- parseList(String) - 接口中的方法 org.springframework.boot.json.JsonParser
-
Parse the specified JSON string into a List.
- parseList(String, Function<String, List<Object>>) - 类中的方法 org.springframework.boot.json.AbstractJsonParser
- parseMap(String) - 类中的方法 org.springframework.boot.json.BasicJsonParser
- parseMap(String) - 类中的方法 org.springframework.boot.json.GsonJsonParser
- parseMap(String) - 类中的方法 org.springframework.boot.json.JacksonJsonParser
- parseMap(String) - 接口中的方法 org.springframework.boot.json.JsonParser
-
Parse the specified JSON string into a Map.
- parseMap(String, Function<String, Map<String, Object>>) - 类中的方法 org.springframework.boot.json.AbstractJsonParser
- parseObject(byte[]) - 类中的方法 org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Return the object created from parsing the specific JSON bytes.
- parseObject(String) - 类中的方法 org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Return the object created from parsing the specific JSON String.
- parseURL(URL, String, int, int) - 类中的方法 org.springframework.boot.loader.net.protocol.jar.Handler
- password() - 记录类中的方法 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
-
返回
password
记录组件的值。 - password() - 记录类中的方法 org.springframework.boot.ssl.jks.JksSslStoreDetails
-
返回
password
记录组件的值。 - password() - 接口中的方法 org.springframework.boot.ssl.pem.PemSslStore
-
The password used when
setting key entries
in theKeyStore
. - password() - 记录类中的方法 org.springframework.boot.ssl.pem.PemSslStoreDetails
-
返回
password
记录组件的值。 - password(CharSequence) - 类中的方法 org.springframework.boot.r2dbc.ConnectionFactoryBuilder
-
Configure the password.
- password(String) - 类中的方法 org.springframework.boot.jdbc.DataSourceBuilder
-
Set the password that should be used when building the datasource.
- patchForObject(String, Object, Class<T>, Object...) - 类中的方法 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, ?>) - 类中的方法 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>) - 类中的方法 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() - 记录类中的方法 org.springframework.boot.loader.net.protocol.nested.NestedLocation
-
返回
path
记录组件的值。 - PATH - 枚举类 中的枚举常量 org.springframework.boot.web.error.ErrorAttributeOptions.Include
-
Include the request path.
- PATH - 类中的静态变量 org.springframework.boot.loader.launch.PropertiesLauncher
-
Properties key for classpath entries (directories possibly containing jars or jars).
- PATH_PATTERN_PARSER - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.MatchingStrategy
-
Use the
PathPatternParser
implementation. - PathBasedTemplateAvailabilityProvider - org.springframework.boot.autoconfigure.template中的类
-
Abstract base class for
TemplateAvailabilityProvider
implementations that find templates from paths. - PathBasedTemplateAvailabilityProvider(String, Class<? extends PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties>, String) - 类的构造器 org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider
- PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties - org.springframework.boot.autoconfigure.template中的类
- PathMappedEndpoint - org.springframework.boot.actuate.endpoint.web中的接口
-
Interface that can be implemented by an
ExposableEndpoint
that is mapped to a root web path. - pathMappedEndpoints(Collection<EndpointsSupplier<?>>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
- PathMappedEndpoints - org.springframework.boot.actuate.endpoint.web中的类
-
A collection of
path mapped endpoints
. - PathMappedEndpoints(String, Collection<EndpointsSupplier<?>>) - 类的构造器 org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
Create a new
PathMappedEndpoints
instance for the given suppliers. - PathMappedEndpoints(String, EndpointsSupplier<?>) - 类的构造器 org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
Create a new
PathMappedEndpoints
instance for the given supplier. - PathMapper - 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() - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
- PathRequest - org.springframework.boot.autoconfigure.security.reactive中的类
-
Factory that can be used to create a
ServerWebExchangeMatcher
for commonly used paths. - PathRequest - org.springframework.boot.autoconfigure.security.servlet中的类
-
Factory that can be used to create a
RequestMatcher
for commonly used paths. - PathRequest.H2ConsoleRequestMatcher - org.springframework.boot.autoconfigure.security.servlet中的类
-
The request matcher used to match against h2 console path.
- PatternClassPathRestartStrategy - org.springframework.boot.devtools.classpath中的类
-
Ant style pattern based
ClassPathRestartStrategy
. - PatternClassPathRestartStrategy(String) - 类的构造器 org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
- PatternClassPathRestartStrategy(String[]) - 类的构造器 org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
- Pem() - 类的构造器 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Pem
- PemContent - org.springframework.boot.ssl.pem中的类
-
PEM encoded content that can provide
certificates
andprivate keys
. - PemSslBundleProperties - org.springframework.boot.autoconfigure.ssl中的类
-
SslBundleProperties
for PEM-encoded certificates and private keys. - PemSslBundleProperties() - 类的构造器 org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties
- PemSslBundleProperties.Store - org.springframework.boot.autoconfigure.ssl中的类
-
Store properties.
- PemSslStore - org.springframework.boot.ssl.pem中的接口
-
An individual trust or key store that has been loaded from PEM content.
- PemSslStoreBundle - org.springframework.boot.ssl.pem中的类
-
SslStoreBundle
backed by PEM-encoded certificates and private keys. - PemSslStoreBundle(PemSslStoreDetails, PemSslStoreDetails) - 类的构造器 org.springframework.boot.ssl.pem.PemSslStoreBundle
-
Create a new
PemSslStoreBundle
instance. - PemSslStoreBundle(PemSslStore, PemSslStore) - 类的构造器 org.springframework.boot.ssl.pem.PemSslStoreBundle
-
Create a new
PemSslStoreBundle
instance. - PemSslStoreDetails - org.springframework.boot.ssl.pem中的记录类
-
Details for an individual trust or key store in a
PemSslStoreBundle
. - PemSslStoreDetails(String, String, String) - 记录类的构造器 org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Create a new
PemSslStoreDetails
instance. - PemSslStoreDetails(String, String, String, String) - 记录类的构造器 org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Create a new
PemSslStoreDetails
instance. - PemSslStoreDetails(String, String, String, String, String, String) - 记录类的构造器 org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Create a new
PemSslStoreDetails
instance. - PeriodFormat - org.springframework.boot.convert中的批注接口
-
Annotation that can be used to indicate the format to use when converting a
Period
. - PeriodStyle - org.springframework.boot.convert中的枚举类
-
A standard set of
Period
units. - PeriodUnit - org.springframework.boot.convert中的批注接口
-
Annotation that can be used to change the default unit used when converting a
Period
. - PERMIT_ALL - 接口中的静态变量 org.springframework.boot.devtools.remote.server.AccessManager
-
AccessManager
that permits all requests. - persist(E) - 类中的方法 org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Make an instance managed and persistent.
- persistAndFlush(E) - 类中的方法 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) - 类中的方法 org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Make an instance managed and persistent then return its ID.
- persistAndGetId(Object, Class<T>) - 类中的方法 org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Make an instance managed and persistent then return its ID.
- PersistenceExceptionTranslationAutoConfiguration - org.springframework.boot.autoconfigure.dao中的类
-
Auto-configuration
for Spring's persistence exception translation. - PersistenceExceptionTranslationAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
- persistenceExceptionTranslationPostProcessor(Environment) - 类中的静态方法 org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
- persistenceUnit(String) - 类中的方法 org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The name of the persistence unit.
- PERSISTENT - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
- persistFlushFind(E) - 类中的方法 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 - 枚举类 中的枚举常量 org.springframework.boot.jdbc.DatabaseDriver
-
Apache Phoenix.
- PID - 枚举类 中的枚举常量 org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the process ID.
- pingHealthContributor() - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration
- PingHealthIndicator - org.springframework.boot.actuate.health中的类
-
Default implementation of
HealthIndicator
that returnsStatus.UP
. - PingHealthIndicator() - 类的构造器 org.springframework.boot.actuate.health.PingHealthIndicator
- PlaceholdersResolver - org.springframework.boot.context.properties.bind中的接口
-
Optional strategy that used by a
Binder
to resolve property placeholders. - PLATFORM - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.thread.Threading
-
Platform threads.
- PlatformPlaceholderDatabaseDriverResolver - org.springframework.boot.jdbc.init中的类
-
Utility class that can resolve placeholder text with the actual
DatabaseDriver
platform. - PlatformPlaceholderDatabaseDriverResolver() - 类的构造器 org.springframework.boot.jdbc.init.PlatformPlaceholderDatabaseDriverResolver
-
Creates a new resolver that will use the default
"@@platform@@"
placeholder. - PlatformPlaceholderDatabaseDriverResolver(String) - 类的构造器 org.springframework.boot.jdbc.init.PlatformPlaceholderDatabaseDriverResolver
-
Creates a new resolver that will use the given
placeholder
. - Poller() - 类的构造器 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
- pollingFrequency() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
- Pool() - 类的构造器 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
- Pool() - 类的构造器 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
- Pool() - 类的构造器 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
- Pool() - 类的构造器 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- Pool() - 类的构造器 org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- Pool() - 类的构造器 org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
- PooledDataSourceConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.PooledDataSourceConfiguration
- poolSize(int) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
-
Set the maximum allowed number of threads.
- port() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
- port() - 记录类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails.Address
-
返回
port
记录组件的值。 - port() - 记录类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails.Node
-
返回
port
记录组件的值。 - port() - 记录类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Node
-
返回
port
记录组件的值。 - port() - 记录类中的方法 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
-
返回
port
记录组件的值。 - port(int) - 类中的方法 org.springframework.boot.r2dbc.ConnectionFactoryBuilder
-
Configure the port.
- PortInUseException - org.springframework.boot.web.server中的异常错误类
-
A
PortInUseException
is thrown when a web server fails to start due to a port already being in use. - PortInUseException(int) - 异常错误类的构造器 org.springframework.boot.web.server.PortInUseException
-
Creates a new port in use exception for the given
port
. - PortInUseException(int, Throwable) - 异常错误类的构造器 org.springframework.boot.web.server.PortInUseException
-
Creates a new port in use exception for the given
port
. - ports() - 接口中的方法 org.springframework.boot.docker.compose.core.RunningService
-
Return the ports that can be used to connect to the service.
- posixPermissionsToUmask(Collection<PosixFilePermission>) - 类中的静态方法 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) - 接口中的方法 org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
-
Perform an HTTP POST operation.
- post(URI, String) - 接口中的方法 org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
-
Perform an HTTP POST operation.
- post(URI, String, IOConsumer<OutputStream>) - 接口中的方法 org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
-
Perform an HTTP POST operation.
- POST - 枚举类 中的枚举常量 org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
-
An HTTP POST request.
- POST - 枚举类 中的枚举常量 org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
-
Perform a POST before shutdown.
- postForEntity(String, Object, Class<T>, Object...) - 类中的方法 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, ?>) - 类中的方法 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>) - 类中的方法 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...) - 类中的方法 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
Location
header. - postForLocation(String, Object, Map<String, ?>) - 类中的方法 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
Location
header. - postForLocation(URI, Object) - 类中的方法 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
Location
header. - postForObject(String, Object, Class<T>, Object...) - 类中的方法 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, ?>) - 类中的方法 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>) - 类中的方法 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() - 类的构造器 org.springframework.boot.autoconfigure.flyway.FlywayProperties.Postgresql
- POSTGRESQL - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
-
Provides an instance of
JdbcPostgresDialect
. - POSTGRESQL - 枚举类 中的枚举常量 org.springframework.boot.jdbc.DatabaseDriver
-
Postgres.
- postProcessAfterInitialization(Object, String) - 类中的方法 org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
- postProcessAfterInitialization(Object, String) - 类中的方法 org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
- postProcessApplicationContext(ConfigurableApplicationContext) - 类中的方法 org.springframework.boot.SpringApplication
-
Apply any relevant post-processing to the
ApplicationContext
. - postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - 类中的方法 org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
已过时。
- postProcessBeanFactory(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- postProcessBeanFactory(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- postProcessBeanFactory(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- postProcessBeanFactory(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
Register ServletContextAwareProcessor.
- postProcessBeforeInitialization(Object, String) - 类中的方法 org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- postProcessBeforeInitialization(Object, String) - 类中的方法 org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - 类中的方法 org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
- postProcessContent(Map<String, Object>) - 类中的方法 org.springframework.boot.actuate.info.BuildInfoContributor
- postProcessContent(Map<String, Object>) - 类中的方法 org.springframework.boot.actuate.info.GitInfoContributor
-
Post-process the content to expose.
- postProcessContent(Map<String, Object>) - 类中的方法 org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Post-process the content to expose.
- postProcessContext(Context) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Post process the Tomcat
Context
before it's used with the Tomcat Server. - postProcessConverters(List<HttpMessageConverter<?>>) - 类中的方法 org.springframework.boot.autoconfigure.http.HttpMessageConverters
-
Method that can be used to post-process the
HttpMessageConverter
list before it is used. - postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类中的方法 org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类中的方法 org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类中的方法 org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类中的方法 org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 接口中的方法 org.springframework.boot.env.EnvironmentPostProcessor
-
Post-process the given
environment
. - postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类中的方法 org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类中的方法 org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类中的方法 org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类中的方法 org.springframework.boot.reactor.ReactorEnvironmentPostProcessor
- postProcessHealthEndpointGroups(HealthEndpointGroups) - 接口中的方法 org.springframework.boot.actuate.health.HealthEndpointGroupsPostProcessor
-
Post-process the given
HealthEndpointGroups
instance. - postProcessPartConverters(List<HttpMessageConverter<?>>) - 类中的方法 org.springframework.boot.autoconfigure.http.HttpMessageConverters
-
Method that can be used to post-process the
HttpMessageConverter
list before it is used to configure the part converters ofAllEncompassingFormHttpMessageConverter
. - postProcessProperties(PropertyValues, Object, String) - 类中的方法 org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
已过时。
- postProcessWebAppContext(WebAppContext) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Post process the Jetty
WebAppContext
before it's used with the Jetty Server. - prefix - 类中的变量 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
Log file name prefix.
- prefix - 类中的变量 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
Log file name prefix.
- prefix() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
- prefix() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
- prefix() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
- prefix() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverPropertiesConfigAdapter
- prefix() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
- prefix() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
- prefix() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
-
A prefix that should be applied to each property.
- prefix() - 批注接口 中的元素 org.springframework.boot.context.properties.ConfigurationProperties
-
The prefix of the properties that are valid to bind to this object.
- prepare(ContextConsumer<? super A>) - 类中的方法 org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Prepare a new
ApplicationContext
based on the current state of this loader. - prepareApplicationContext(Class<?>) - 类中的方法 org.springframework.boot.SpringApplicationAotProcessor
- prepareContext(Host, ServletContextInitializer[]) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- prepareContext(Host, TomcatHttpHandlerAdapter) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- prepareRefresh() - 类中的方法 org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- prepareRefresh() - 类中的方法 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- prepareRefresh() - 类中的方法 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- prepareTestInstance(TestContext) - 类中的方法 org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
-
已过时。
- prepareWebApplicationContext(ServletContext) - 类中的方法 org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
Prepare the
WebApplicationContext
with the given fully loadedServletContext
. - PRESENT - 枚举类 中的枚举常量 org.springframework.boot.context.properties.source.ConfigurationPropertyState
-
The
ConfigurationPropertySource
has at least one matchingConfigurationProperty
. - preserveErrorControllerTargetClassPostProcessor() - 类中的静态方法 org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
- preventDataSourceCloseBeanPostProcessor() - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.liquibase.LiquibaseEndpointAutoConfiguration
- Principal(String) - 类的构造器 org.springframework.boot.actuate.web.exchanges.HttpExchange.Principal
-
Creates a
Principal
. - PRINCIPAL - 枚举类 中的枚举常量 org.springframework.boot.actuate.web.exchanges.Include
-
Include the principal.
- print() - 类中的方法 org.springframework.boot.buildpack.platform.docker.LogUpdateEvent
- print() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc
-
How
MvcResult
information should be printed after each MockMVC invocation. - print(Duration) - 枚举类中的方法 org.springframework.boot.convert.DurationStyle
-
Print the specified duration.
- print(Duration, ChronoUnit) - 枚举类中的方法 org.springframework.boot.convert.DurationStyle
-
Print the specified duration using the given unit.
- print(Period) - 枚举类中的方法 org.springframework.boot.convert.PeriodStyle
-
Print the specified period.
- print(Period, ChronoUnit) - 枚举类中的方法 org.springframework.boot.convert.PeriodStyle
-
Print the specified period using the given unit.
- printBanner(Environment, Class<?>, PrintStream) - 接口中的方法 org.springframework.boot.Banner
-
Print the banner to the specified print stream.
- printBanner(Environment, Class<?>, PrintStream) - 类中的方法 org.springframework.boot.ResourceBanner
- Printer() - 类的构造器 org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Printer
- printOnlyOnFailure() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc
-
If
MvcResult
information should be printed only if the test fails. - privateKey() - 接口中的方法 org.springframework.boot.ssl.pem.PemSslStore
-
The private key for this store or
null
. - privateKey() - 记录类中的方法 org.springframework.boot.ssl.pem.PemSslStoreDetails
-
返回
privateKey
记录组件的值。 - privateKeyPassword() - 记录类中的方法 org.springframework.boot.ssl.pem.PemSslStoreDetails
-
返回
privateKeyPassword
记录组件的值。 - Problemdetails() - 类的构造器 org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Problemdetails
- Problemdetails() - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Problemdetails
- processAheadOfTime(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.logging.logback.LogbackLoggingSystem
- processBuilder(String...) - 类中的方法 org.springframework.boot.loader.tools.JavaExecutable
-
Create a new
ProcessBuilder
that will run with the Java executable. - processContextConfiguration(ContextConfigurationAttributes) - 类中的方法 org.springframework.boot.test.context.SpringBootContextLoader
- ProcessInfo - org.springframework.boot.info中的类
-
Information about the process of the application.
- ProcessInfo() - 类的构造器 org.springframework.boot.info.ProcessInfo
- ProcessInfo.MemoryInfo - org.springframework.boot.info中的类
-
Memory information.
- ProcessInfo.MemoryInfo.MemoryUsageInfo - org.springframework.boot.info中的类
- processInfoContributor() - 类中的方法 org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
- ProcessInfoContributor - org.springframework.boot.actuate.info中的类
-
An
InfoContributor
that exposesProcessInfo
. - ProcessInfoContributor() - 类的构造器 org.springframework.boot.actuate.info.ProcessInfoContributor
- processLoadFailure(ApplicationContext, Throwable) - 类中的方法 org.springframework.boot.test.autoconfigure.ConditionReportApplicationContextFailureProcessor
-
已过时。
- processMergedContextConfiguration(MergedContextConfiguration) - 类中的方法 org.springframework.boot.test.context.SpringBootTestContextBootstrapper
- processName(JsonWriter.MemberPath, String) - 接口中的方法 org.springframework.boot.json.JsonWriter.NameProcessor
-
Return a new name for the JSON member or
null
if the member should be filtered entirely. - processorMetrics() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration
- processPropertySourceProperties(MergedContextConfiguration, List<String>) - 类中的方法 org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
Post process the property source properties, adding or removing elements as required.
- processValue(JsonWriter.MemberPath, T) - 接口中的方法 org.springframework.boot.json.JsonWriter.ValueProcessor
-
Process the value at the given path.
- Producer() - 类的构造器 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- Producer() - 类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- produces() - 批注接口 中的元素 org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
-
The media type of the result of the operation.
- produces() - 批注接口 中的元素 org.springframework.boot.actuate.endpoint.annotation.ReadOperation
-
The media type of the result of the operation.
- produces() - 批注接口 中的元素 org.springframework.boot.actuate.endpoint.annotation.WriteOperation
-
The media type of the result of the operation.
- producesFrom() - 批注接口 中的元素 org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
-
The media types of the result of the operation.
- producesFrom() - 批注接口 中的元素 org.springframework.boot.actuate.endpoint.annotation.ReadOperation
-
The media types of the result of the operation.
- producesFrom() - 批注接口 中的元素 org.springframework.boot.actuate.endpoint.annotation.WriteOperation
-
The media types of the result of the operation.
- Producible<E> - org.springframework.boot.actuate.endpoint中的接口
-
Interface that can be implemented by any
Enum
that represents a finite set of producible mime-types. - ProducibleOperationArgumentResolver - org.springframework.boot.actuate.endpoint中的类
- ProducibleOperationArgumentResolver(Supplier<List<String>>) - 类的构造器 org.springframework.boot.actuate.endpoint.ProducibleOperationArgumentResolver
-
Create a new
ProducibleOperationArgumentResolver
instance. - PROFILE_SPECIFIC - 枚举类 中的枚举常量 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...) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Add to the active Spring profiles for this app (and its parent and children).
- Profiles - org.springframework.boot.context.config中的类
-
Provides access to environment profiles that have either been set directly on the
Environment
or will be set based on configuration data property values. - Profiles() - 类的构造器 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Profiles
- ProgressDetail(Long, Long) - 类的构造器 org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent.ProgressDetail
- ProgressUpdateEvent - org.springframework.boot.buildpack.platform.docker中的类
-
An
UpdateEvent
that includes progress information. - ProgressUpdateEvent(String, ProgressUpdateEvent.ProgressDetail, String) - 类的构造器 org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
- ProgressUpdateEvent.ProgressDetail - org.springframework.boot.buildpack.platform.docker中的类
-
Provide details about the progress of a task.
- ProjectDetails(String, String, String, String, Instant, Map<String, String>) - 类的构造器 org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
- projectId() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverPropertiesConfigAdapter
- ProjectInfoAutoConfiguration - org.springframework.boot.autoconfigure.info中的类
-
Auto-configuration
for various project information. - ProjectInfoAutoConfiguration(ProjectInfoProperties) - 类的构造器 org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
- ProjectInfoProperties - org.springframework.boot.autoconfigure.info中的类
-
Configuration properties for project information.
- ProjectInfoProperties() - 类的构造器 org.springframework.boot.autoconfigure.info.ProjectInfoProperties
- ProjectInfoProperties.Build - org.springframework.boot.autoconfigure.info中的类
-
Build specific info properties.
- ProjectInfoProperties.Git - org.springframework.boot.autoconfigure.info中的类
-
Git specific info properties.
- Prometheus - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.HistogramFlavor
-
已过时。
- PrometheusExemplarsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.tracing.prometheus中的类
-
Auto-configuration
for Prometheus Exemplars with Micrometer Tracing. - PrometheusExemplarsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.tracing.prometheus.PrometheusExemplarsAutoConfiguration
- PrometheusMetricsExportAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus中的类
-
Auto-configuration
for exporting metrics to Prometheus. - PrometheusMetricsExportAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration
- PrometheusOutputFormat - org.springframework.boot.actuate.metrics.export.prometheus中的枚举类
-
A
Producible
enum for supported Prometheus formats. - PrometheusProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus中的类
-
@ConfigurationProperties
for configuring metrics export to Prometheus. - PrometheusProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
- PrometheusProperties.HistogramFlavor - org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus中的枚举类
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 for removal in 3.5.0
- PrometheusProperties.Pushgateway - org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus中的类
-
Configuration options for push-based interaction with Prometheus.
- PrometheusPushGatewayManager - 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) - 类的构造器 org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
-
Create a new
PrometheusPushGatewayManager
instance using a single threadedTaskScheduler
. - PrometheusPushGatewayManager(PushGateway, CollectorRegistry, TaskScheduler, Duration, String, Map<String, String>, PrometheusPushGatewayManager.ShutdownOperation) - 类的构造器 org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
-
Create a new
PrometheusPushGatewayManager
instance. - PrometheusPushGatewayManager.ShutdownOperation - org.springframework.boot.actuate.metrics.export.prometheus中的枚举类
-
The operation that should be performed on shutdown.
- PrometheusScrapeEndpoint - org.springframework.boot.actuate.metrics.export.prometheus中的类
-
@Endpoint
that outputs metrics in a format that can be scraped by the Prometheus server. - PrometheusScrapeEndpoint(PrometheusRegistry) - 类的构造器 org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.1 for removal in 3.5.0 in favor of
PrometheusScrapeEndpoint(PrometheusRegistry, Properties)
- PrometheusScrapeEndpoint(PrometheusRegistry, Properties) - 类的构造器 org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
-
Creates a new
PrometheusScrapeEndpoint
. - PrometheusSimpleclientExemplarsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.tracing.prometheus中的类
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 for removal in 3.5.0
- PrometheusSimpleclientExemplarsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.tracing.prometheus.PrometheusSimpleclientExemplarsAutoConfiguration
-
已过时。
- PrometheusSimpleclientMetricsExportAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus中的类
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 for removal in 3.5.0 in favor of
PrometheusMetricsExportAutoConfiguration
- PrometheusSimpleclientMetricsExportAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusSimpleclientMetricsExportAutoConfiguration
-
已过时。
- PrometheusSimpleclientScrapeEndpoint - org.springframework.boot.actuate.metrics.export.prometheus中的类
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 for removal in 3.5.0 in favor of
PrometheusScrapeEndpoint
- PrometheusSimpleclientScrapeEndpoint(CollectorRegistry) - 类的构造器 org.springframework.boot.actuate.metrics.export.prometheus.PrometheusSimpleclientScrapeEndpoint
-
已过时。
- propagatingReceiverTracingObservationHandler(Tracer, Propagator) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
- propagatingSenderTracingObservationHandler(Tracer, Propagator) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
- Propagation() - 类的构造器 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation
- properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.data.cassandra.DataCassandraTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.data.couchbase.DataCouchbaseTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.data.elasticsearch.DataElasticsearchTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.data.jdbc.DataJdbcTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.data.neo4j.DataNeo4jTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.data.r2dbc.DataR2dbcTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.data.redis.DataRedisTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.graphql.GraphQlTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.jdbc.JdbcTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.jooq.JooqTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.json.JsonTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.web.client.RestClientTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.webservices.server.WebServiceServerTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties() - 批注接口 中的元素 org.springframework.boot.test.context.SpringBootTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs. - properties(String...) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Default properties for the environment in the form
key=value
orkey:value
. - properties(Map<String, ?>) - 类中的方法 org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
Generic properties for standard JPA or vendor-specific configuration.
- properties(Map<String, Object>) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Default properties for the environment.
- properties(Properties) - 类中的方法 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 - org.springframework.boot.actuate.autoconfigure.metrics中的类
-
AutoTimer
whose behavior is configured byAutoTimeProperties
. - PropertiesAutoTimer(AutoTimeProperties) - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.PropertiesAutoTimer
-
Create a new
PropertiesAutoTimer
configured using the givenproperties
. - PropertiesConfigAdapter<T> - org.springframework.boot.actuate.autoconfigure.metrics.export.properties中的类
-
Base class for properties to config adapters.
- PropertiesConfigAdapter(T) - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PropertiesConfigAdapter
-
Create a new
PropertiesConfigAdapter
instance. - PropertiesEndpointAccessResolver - org.springframework.boot.actuate.autoconfigure.endpoint中的类
-
EndpointAccessResolver
that resolves the permitted level of access to an endpoint using the following properties:management.endpoint.<id>.access
ormanagement.endpoint.<id>.enabled
(deprecated)management.endpoints.access.default
ormanagement.endpoints.enabled-by-default
(deprecated) The resulting access is capped usingmanagement.endpoints.access.max-permitted
. - PropertiesEndpointAccessResolver(PropertyResolver) - 类的构造器 org.springframework.boot.actuate.autoconfigure.endpoint.PropertiesEndpointAccessResolver
- PropertiesLauncher - org.springframework.boot.loader.launch中的类
-
Launcher
for archives with user-configured classpath and main class through a properties file. - PropertiesLauncher() - 类的构造器 org.springframework.boot.loader.launch.PropertiesLauncher
- propertiesMeterFilter(MetricsProperties) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration
- PropertiesMeterFilter - org.springframework.boot.actuate.autoconfigure.metrics中的类
-
MeterFilter
to apply settings fromMetricsProperties
. - PropertiesMeterFilter(MetricsProperties) - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
- PropertiesMongoConnectionDetails - org.springframework.boot.autoconfigure.mongo中的类
-
Adapts
MongoProperties
toMongoConnectionDetails
. - PropertiesMongoConnectionDetails(MongoProperties) - 类的构造器 org.springframework.boot.autoconfigure.mongo.PropertiesMongoConnectionDetails
- PropertiesPropertySourceLoader - org.springframework.boot.env中的类
-
Strategy to load '.properties' files into a
PropertySource
. - PropertiesPropertySourceLoader() - 类的构造器 org.springframework.boot.env.PropertiesPropertySourceLoader
- PropertiesSslBundle - org.springframework.boot.autoconfigure.ssl中的类
- PROPERTY - 枚举类中的静态变量 org.springframework.boot.testcontainers.lifecycle.TestcontainersStartup
-
The
Environment
property used to change theTestcontainersStartup
strategy. - PropertyMapper - org.springframework.boot.context.properties中的类
-
Utility that can be used to map values from a supplied source to a destination.
- PropertyMapper.Source<T> - org.springframework.boot.context.properties中的类
-
A source that is in the process of being mapped.
- PropertyMapper.SourceOperator - org.springframework.boot.context.properties中的接口
-
An operation that can be applied to a
PropertyMapper.Source
. - PropertyMapping - org.springframework.boot.test.autoconfigure.properties中的批注接口
-
Indicates that attributes from a test annotation should be mapped into a
@PropertySource
. - PropertyPlaceholderAutoConfiguration - org.springframework.boot.autoconfigure.context中的类
- PropertyPlaceholderAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
- PropertySourceLoader - org.springframework.boot.env中的接口
-
Strategy interface located through
SpringFactoriesLoader
and used to load aPropertySource
. - PropertySourceOrigin - org.springframework.boot.origin中的类
-
Origin
from aPropertySource
. - PropertySourceOrigin(PropertySource<?>, String) - 类的构造器 org.springframework.boot.origin.PropertySourceOrigin
-
Create a new
PropertySourceOrigin
instance. - PropertySourceOrigin(PropertySource<?>, String, Origin) - 类的构造器 org.springframework.boot.origin.PropertySourceOrigin
-
Create a new
PropertySourceOrigin
instance. - propertySourcesPlaceholderConfigurer() - 类中的静态方法 org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
- propertySourcesPlaceholderConfigurer() - 类中的静态方法 org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
- PropertySourcesPlaceholdersResolver - org.springframework.boot.context.properties.bind中的类
-
PlaceholdersResolver
to resolve placeholders fromPropertySources
. - PropertySourcesPlaceholdersResolver(Iterable<PropertySource<?>>) - 类的构造器 org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
- PropertySourcesPlaceholdersResolver(Iterable<PropertySource<?>>, PropertyPlaceholderHelper) - 类的构造器 org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
- PropertySourcesPlaceholdersResolver(Environment) - 类的构造器 org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
- PropertySummaryDescriptor(String, Object) - 类的构造器 org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
- PROTO3 - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinProperties.Encoding
-
Protocol Buffers v3.
- protocol() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
- protocol() - 记录类中的方法 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
-
返回
protocol
记录组件的值。 - PROTOTYPE - 枚举类 中的枚举常量 org.springframework.boot.BootstrapRegistry.Scope
-
A prototype instance.
- PROVIDED - 接口中的静态变量 org.springframework.boot.loader.tools.LibraryScope
-
The library is needed for compile but is usually provided when running.
- provider() - 记录类中的方法 org.springframework.boot.ssl.jks.JksSslStoreDetails
-
返回
provider
记录组件的值。 - Provider() - 类的构造器 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- Proxy() - 类的构造器 org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
- Proxy() - 类的构造器 org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
- proxyBeanMethods() - 批注接口 中的元素 org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration
-
Specify whether
@Bean
methods should get proxied in order to enforce bean lifecycle behavior, e.g. to return shared singleton bean instances even in case of direct@Bean
method calls in user code. - proxyBeanMethods() - 批注接口 中的元素 org.springframework.boot.autoconfigure.SpringBootApplication
-
Specify whether
@Bean
methods should get proxied in order to enforce bean lifecycle behavior, e.g. to return shared singleton bean instances even in case of direct@Bean
method calls in user code. - proxyBeanMethods() - 批注接口 中的元素 org.springframework.boot.SpringBootConfiguration
-
Specify whether
@Bean
methods should get proxied in order to enforce bean lifecycle behavior, e.g. to return shared singleton bean instances even in case of direct@Bean
method calls in user code. - proxyBeanMethods() - 批注接口 中的元素 org.springframework.boot.test.context.TestConfiguration
-
Specify whether
@Bean
methods should get proxied in order to enforce bean lifecycle behavior, e.g. to return shared singleton bean instances even in case of direct@Bean
method calls in user code. - ProxyConnectionFactoryCustomizer - org.springframework.boot.autoconfigure.r2dbc中的接口
-
Callback interface that can be used to customize a
ProxyConnectionFactory.Builder
. - proxyTargetAware() - 批注接口 中的元素 org.springframework.boot.test.mock.mockito.SpyBean
-
已过时。Indicates that Mockito methods such as
verify(mock)
should use thetarget
of AOP advised beans, rather than the proxy itself. - publicDefineClass(String, byte[], ProtectionDomain) - 类中的方法 org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- publicDefineClass(String, byte[], ProtectionDomain) - 类中的方法 org.springframework.boot.test.context.FilteredClassLoader
- publish(AuditEvent) - 类中的方法 org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
- publish(AuditEvent) - 类中的方法 org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
- publish(ApplicationContext, S) - 类中的静态方法 org.springframework.boot.availability.AvailabilityChangeEvent
-
Convenience method that can be used to publish an
AvailabilityChangeEvent
to the given application context. - publish(ApplicationEventPublisher, Object, S) - 类中的静态方法 org.springframework.boot.availability.AvailabilityChangeEvent
-
Convenience method that can be used to publish an
AvailabilityChangeEvent
to the given application context. - publishCumulativeHistogram() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
- publishDeltaHistogram() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
- publishUnchangedMeters() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
- pull(ImageReference, ImagePlatform, UpdateListener<PullImageUpdateEvent>) - 类中的方法 org.springframework.boot.buildpack.platform.docker.DockerApi.ImageApi
-
Pull an image from a registry.
- pull(ImageReference, ImagePlatform, UpdateListener<PullImageUpdateEvent>, String) - 类中的方法 org.springframework.boot.buildpack.platform.docker.DockerApi.ImageApi
-
Pull an image from a registry.
- pulledImage(Image, ImageType) - 类中的方法 org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- pulledImage(Image, ImageType) - 接口中的方法 org.springframework.boot.buildpack.platform.build.BuildLog
-
Log that an image has been pulled.
- PullImageUpdateEvent - org.springframework.boot.buildpack.platform.docker中的类
-
A
ProgressUpdateEvent
fired as an image is pulled. - PullImageUpdateEvent(String, String, ProgressUpdateEvent.ProgressDetail, String) - 类的构造器 org.springframework.boot.buildpack.platform.docker.PullImageUpdateEvent
- pullingImage(ImageReference, ImagePlatform, ImageType) - 类中的方法 org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- pullingImage(ImageReference, ImagePlatform, ImageType) - 接口中的方法 org.springframework.boot.buildpack.platform.build.BuildLog
-
Log that an image is being pulled.
- PullPolicy - org.springframework.boot.buildpack.platform.build中的枚举类
-
Image pull policy.
- PulsarAutoConfiguration - org.springframework.boot.autoconfigure.pulsar中的类
-
Auto-configuration
for Apache Pulsar. - PulsarConnectionDetails - org.springframework.boot.autoconfigure.pulsar中的接口
-
Details required to establish a connection to a Pulsar service.
- PulsarContainerFactoryCustomizer<T> - org.springframework.boot.autoconfigure.pulsar中的接口
-
Callback interface that can be implemented by beans wishing to customize a
PulsarContainerFactory
before it is fully initialized, in particular to tune its configuration. - PulsarProperties - org.springframework.boot.autoconfigure.pulsar中的类
-
Configuration properties Apache Pulsar.
- PulsarProperties() - 类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties
- PulsarProperties.Admin - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Authentication - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Client - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Consumer - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Consumer.DeadLetterPolicy - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Consumer.Subscription - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Defaults - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Defaults.SchemaInfo - org.springframework.boot.autoconfigure.pulsar中的记录类
-
Represents a schema - holds enough information to construct an actual schema instance.
- PulsarProperties.Defaults.Topic - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Defaults.TypeMapping - org.springframework.boot.autoconfigure.pulsar中的记录类
-
A mapping from message type to topic and/or schema info to use (at least one of
topicName
orschemaInfo
must be specified. - PulsarProperties.Failover - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Failover.BackupCluster - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Function - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Listener - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Producer - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Producer.Cache - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Reader - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Template - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Threads - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarProperties.Transaction - org.springframework.boot.autoconfigure.pulsar中的类
- PulsarReactiveAutoConfiguration - org.springframework.boot.autoconfigure.pulsar中的类
-
Auto-configuration
for Spring for Apache Pulsar Reactive. - pulsarTransactionManager(PulsarClient) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarAutoConfiguration
- push(ImageReference, UpdateListener<PushImageUpdateEvent>, String) - 类中的方法 org.springframework.boot.buildpack.platform.docker.DockerApi.ImageApi
-
Push an image to a registry.
- pushedImage(ImageReference) - 类中的方法 org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- pushedImage(ImageReference) - 接口中的方法 org.springframework.boot.buildpack.platform.build.BuildLog
-
Log that an image has been pushed.
- Pushgateway() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
- PushImageUpdateEvent - org.springframework.boot.buildpack.platform.docker中的类
-
A
ProgressUpdateEvent
fired as an image is pushed to a registry. - PushImageUpdateEvent(String, String, ProgressUpdateEvent.ProgressDetail, String, PushImageUpdateEvent.ErrorDetail) - 类的构造器 org.springframework.boot.buildpack.platform.docker.PushImageUpdateEvent
- PushImageUpdateEvent.ErrorDetail - org.springframework.boot.buildpack.platform.docker中的类
-
Details of an error embedded in a response stream.
- pushingImage(ImageReference) - 类中的方法 org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- pushingImage(ImageReference) - 接口中的方法 org.springframework.boot.buildpack.platform.build.BuildLog
-
Log that an image is being pushed.
- PushRegistryProperties - 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() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
- PushRegistryPropertiesConfigAdapter<T> - org.springframework.boot.actuate.autoconfigure.metrics.export.properties中的类
-
Base class for
PushRegistryProperties
toPushRegistryConfig
adapters. - PushRegistryPropertiesConfigAdapter(T) - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
- put(Object, Object) - 类中的方法 org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
Add an individual entry.
- put(String, Object, Object...) - 类中的方法 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, ?>) - 类中的方法 org.springframework.boot.test.web.client.TestRestTemplate
-
Creates a new resource by PUTting the given object to URI template.
- put(URI, Object) - 类中的方法 org.springframework.boot.test.web.client.TestRestTemplate
-
Creates a new resource by PUTting the given object to URL.
- put(URI, String, IOConsumer<OutputStream>) - 接口中的方法 org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
-
Perform an HTTP PUT operation.
- PUT - 枚举类 中的枚举常量 org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
-
Perform a PUT before shutdown.
- putAll(Map<?, ?>) - 类中的方法 org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
Add all entries from the specified map.
- putAll(Map<String, List<String>>) - 类中的方法 org.springframework.boot.logging.LoggerGroups
- putCount() - 类中的方法 org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
- putIfNoNull(Map<String, Object>, String, Object) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
常量字段值|所有程序包|所有类和接口|序列化表格