索引
常量字段值|所有程序包|所有类和接口|序列化表格
J
- Jaas() - 类的构造器 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- Jackson2ObjectMapperBuilderCustomizer - org.springframework.boot.autoconfigure.jackson中的接口
-
Callback interface that can be implemented by beans wishing to further customize the
ObjectMapper
throughJackson2ObjectMapperBuilder
retaining its default auto-configuration. - JacksonAutoConfiguration - org.springframework.boot.autoconfigure.jackson中的类
-
Auto configuration for Jackson.
- JacksonAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
- jacksonCborRSocketStrategyCustomizer(Jackson2ObjectMapperBuilder) - 类中的方法 org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration.JacksonCborStrategyConfiguration
- JacksonCborStrategyConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration.JacksonCborStrategyConfiguration
- JacksonEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.endpoint.jackson中的类
-
Auto-configuration
for Endpoint Jackson support. - JacksonEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration
- JacksonJmxOperationResponseMapper - org.springframework.boot.actuate.endpoint.jmx中的类
-
JmxOperationResponseMapper
that delegates to a JacksonObjectMapper
to return a JSON response. - JacksonJmxOperationResponseMapper(ObjectMapper) - 类的构造器 org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
- JacksonJsonParser - org.springframework.boot.json中的类
-
Thin wrapper to adapt Jackson 2
ObjectMapper
toJsonParser
. - JacksonJsonParser() - 类的构造器 org.springframework.boot.json.JacksonJsonParser
-
Creates an instance with a default
ObjectMapper
that is created lazily. - JacksonJsonParser(ObjectMapper) - 类的构造器 org.springframework.boot.json.JacksonJsonParser
-
Creates an instance with the specified
ObjectMapper
. - jacksonJsonRSocketStrategyCustomizer(ObjectMapper) - 类中的方法 org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration.JacksonJsonStrategyConfiguration
- JacksonJsonStrategyConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration.JacksonJsonStrategyConfiguration
- JacksonProperties - org.springframework.boot.autoconfigure.jackson中的类
-
Configuration properties to configure Jackson.
- JacksonProperties() - 类的构造器 org.springframework.boot.autoconfigure.jackson.JacksonProperties
- JacksonProperties.ConstructorDetectorStrategy - org.springframework.boot.autoconfigure.jackson中的枚举类
- JacksonProperties.Datatype - org.springframework.boot.autoconfigure.jackson中的类
- JacksonTester<T> - org.springframework.boot.test.json中的类
-
AssertJ based JSON tester backed by Jackson.
- JacksonTester(ObjectMapper) - 类的构造器 org.springframework.boot.test.json.JacksonTester
-
Create a new
JacksonTester
instance. - JacksonTester(Class<?>, ResolvableType, ObjectMapper) - 类的构造器 org.springframework.boot.test.json.JacksonTester
-
Create a new
JacksonTester
instance. - JacksonTester(Class<?>, ResolvableType, ObjectMapper, Class<?>) - 类的构造器 org.springframework.boot.test.json.JacksonTester
- Jar() - 类的构造器 org.springframework.boot.loader.tools.Layouts.Jar
- JarLauncher - org.springframework.boot.loader.launch中的类
-
Launcher
for JAR based archives. - JarLauncher() - 类的构造器 org.springframework.boot.loader.launch.JarLauncher
- JarLauncher(Archive) - 类的构造器 org.springframework.boot.loader.launch.JarLauncher
- JarMode - org.springframework.boot.loader.jarmode中的接口
-
Interface registered in
spring.factories
to provides extended 'jarmode' support. - JarModeErrorException - org.springframework.boot.loader.jarmode中的异常错误类
-
Simple
RuntimeException
used to fail the jar mode with a simple printed error message. - JarModeErrorException(String) - 异常错误类的构造器 org.springframework.boot.loader.jarmode.JarModeErrorException
- JarModeErrorException(String, Throwable) - 异常错误类的构造器 org.springframework.boot.loader.jarmode.JarModeErrorException
- JarModeLibrary - org.springframework.boot.loader.tools中的类
-
Library
implementation for internal jarmode jars. - JarModeLibrary(LibraryCoordinates) - 类的构造器 org.springframework.boot.loader.tools.JarModeLibrary
- JarUrl - org.springframework.boot.loader.net.protocol.jar中的类
-
Utility class with factory methods that can be used to create JAR URLs.
- JarUrlClassLoader - org.springframework.boot.loader.net.protocol.jar中的类
-
URLClassLoader
with optimized support for Jar URLs. - JarUrlClassLoader(URL[], ClassLoader) - 类的构造器 org.springframework.boot.loader.net.protocol.jar.JarUrlClassLoader
-
Create a new
LaunchedClassLoader
instance. - JarWriter - org.springframework.boot.loader.tools中的类
-
Writes JAR content, ensuring valid directory entries are always created and duplicate items are ignored.
- JarWriter(File) - 类的构造器 org.springframework.boot.loader.tools.JarWriter
-
Create a new
JarWriter
instance. - JarWriter(File, LaunchScript) - 类的构造器 org.springframework.boot.loader.tools.JarWriter
-
Create a new
JarWriter
instance. - JarWriter(File, LaunchScript, FileTime) - 类的构造器 org.springframework.boot.loader.tools.JarWriter
-
Create a new
JarWriter
instance. - JAVA_BEAN - 枚举类 中的枚举常量 org.springframework.boot.context.properties.bind.BindMethod
-
Java Bean using getter/setter binding.
- JAVA_SCRIPT - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.security.StaticResourceLocation
-
Resources under
"/js"
. - JavaExecutable - org.springframework.boot.loader.tools中的类
-
Provides access to the java binary executable, regardless of OS.
- JavaExecutable() - 类的构造器 org.springframework.boot.loader.tools.JavaExecutable
- JavaInfo - org.springframework.boot.info中的类
-
Information about the Java environment the application is running in.
- JavaInfo() - 类的构造器 org.springframework.boot.info.JavaInfo
- JavaInfo.JavaRuntimeEnvironmentInfo - org.springframework.boot.info中的类
-
Information about the Java Runtime Environment the application is running in.
- JavaInfo.JavaVendorInfo - org.springframework.boot.info中的类
-
Information about the Java Vendor of the Java Runtime the application is running in.
- JavaInfo.JavaVirtualMachineInfo - org.springframework.boot.info中的类
-
Information about the Java Virtual Machine the application is running in.
- javaInfoContributor() - 类中的方法 org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
- JavaInfoContributor - org.springframework.boot.actuate.info中的类
-
An
InfoContributor
that exposesJavaInfo
. - JavaInfoContributor() - 类的构造器 org.springframework.boot.actuate.info.JavaInfoContributor
- JavaLoggingSystem - org.springframework.boot.logging.java中的类
- JavaLoggingSystem(ClassLoader) - 类的构造器 org.springframework.boot.logging.java.JavaLoggingSystem
- JavaLoggingSystem.Factory - org.springframework.boot.logging.java中的类
-
LoggingSystemFactory
that returnsJavaLoggingSystem
if possible. - JavaRuntimeEnvironmentInfo() - 类的构造器 org.springframework.boot.info.JavaInfo.JavaRuntimeEnvironmentInfo
- JavaVendorInfo() - 类的构造器 org.springframework.boot.info.JavaInfo.JavaVendorInfo
- JavaVersion - org.springframework.boot.system中的枚举类
-
Known Java versions.
- JavaVirtualMachineInfo() - 类的构造器 org.springframework.boot.info.JavaInfo.JavaVirtualMachineInfo
- JCache() - 类的构造器 org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
- JCACHE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.cache.CacheType
-
JCache (JSR-107) backed caching.
- JCacheCacheMeterBinderProvider - org.springframework.boot.actuate.metrics.cache中的类
-
CacheMeterBinderProvider
implementation for JCache. - JCacheCacheMeterBinderProvider() - 类的构造器 org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
- JCacheManagerCustomizer - org.springframework.boot.autoconfigure.cache中的接口
-
Callback interface that can be implemented by beans wishing to customize the cache manager before it is used, in particular to create additional caches.
- JCachePropertiesCustomizer - org.springframework.boot.autoconfigure.cache中的接口
-
Callback interface that can be implemented by beans wishing to customize the properties used by the
CachingProvider
to create theCacheManager
. - Jdbc() - 类的构造器 org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
- Jdbc() - 类的构造器 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
- Jdbc() - 类的构造器 org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
- JDBC - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.quartz.JobStoreType
-
Store jobs in the database.
- JdbcClientAutoConfiguration - org.springframework.boot.autoconfigure.jdbc中的类
- JdbcClientAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration
- JdbcConnectionDetails - org.springframework.boot.autoconfigure.jdbc中的接口
-
Details required to establish a connection to an SQL service using JDBC.
- JdbcDatabaseDialect - org.springframework.boot.autoconfigure.data.jdbc中的枚举类
-
List of database dialects that can be configured in Boot for use with Spring Data JDBC.
- JdbcDataProperties - org.springframework.boot.autoconfigure.data.jdbc中的类
-
Configuration properties for Spring Data JDBC.
- JdbcDataProperties() - 类的构造器 org.springframework.boot.autoconfigure.data.jdbc.JdbcDataProperties
- JdbcProperties - org.springframework.boot.autoconfigure.jdbc中的类
-
Configuration properties for JDBC.
- JdbcProperties() - 类的构造器 org.springframework.boot.autoconfigure.jdbc.JdbcProperties
- JdbcProperties.Template - org.springframework.boot.autoconfigure.jdbc中的类
-
JdbcTemplate
settings. - JdbcRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.jdbc中的类
-
Auto-configuration
for Spring Data's JDBC Repositories. - JdbcRepositoriesAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.jdbc.JdbcRepositoriesAutoConfiguration
- JdbcSessionDataSourceScriptDatabaseInitializer - org.springframework.boot.autoconfigure.session中的类
-
DataSourceScriptDatabaseInitializer
for the Spring Session JDBC database. - JdbcSessionDataSourceScriptDatabaseInitializer(DataSource, JdbcSessionProperties) - 类的构造器 org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceScriptDatabaseInitializer
-
Create a new
JdbcSessionDataSourceScriptDatabaseInitializer
instance. - JdbcSessionDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - 类的构造器 org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceScriptDatabaseInitializer
-
Create a new
JdbcSessionDataSourceScriptDatabaseInitializer
instance. - JdbcSessionProperties - org.springframework.boot.autoconfigure.session中的类
-
Configuration properties for JDBC backed Spring Session.
- JdbcSessionProperties() - 类的构造器 org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- JdbcStoreTypeConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
- JdbcTemplateAutoConfiguration - org.springframework.boot.autoconfigure.jdbc中的类
- JdbcTemplateAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration
- JdbcTest - org.springframework.boot.test.autoconfigure.jdbc中的批注接口
-
Annotation for a JDBC test that focuses only on JDBC-based components.
- JdbcTypeExcludeFilter - org.springframework.boot.test.autoconfigure.jdbc中的类
- JdbcUrlBuilder - org.springframework.boot.docker.compose.service.connection.jdbc中的类
-
Utility used to build a JDBC URL for a
RunningService
. - JdbcUrlBuilder(String, int) - 类的构造器 org.springframework.boot.docker.compose.service.connection.jdbc.JdbcUrlBuilder
-
Create a new
JdbcUrlBuilder
instance. - jdk() - 接口中的静态方法 org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
-
Return a
JdkClientHttpRequestFactoryBuilder
that can be used to build aJdkClientHttpRequestFactory
. - JDK - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.http.client.HttpClientProperties.Factory
-
Java's HttpClient.
- JdkClientHttpRequestFactoryBuilder - org.springframework.boot.http.client中的类
-
Builder for
ClientHttpRequestFactoryBuilder.jdk()
. - JdkDynamicAutoProxyConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration
- Jedis() - 类的构造器 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Jedis
- JEDIS - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.data.redis.RedisProperties.ClientType
-
Use the Jedis redis client.
- JedisClientConfigurationBuilderCustomizer - org.springframework.boot.autoconfigure.data.redis中的接口
-
Callback interface that can be implemented by beans wishing to customize the
JedisClientConfiguration
through aJedisClientConfiguration.JedisClientConfigurationBuilder
whilst retaining default auto-configuration. - jerseyApplicationPath() - 类中的方法 org.springframework.boot.actuate.autoconfigure.web.jersey.JerseyChildManagementContextConfiguration
- jerseyApplicationPath() - 类中的方法 org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
- JerseyApplicationPath - org.springframework.boot.autoconfigure.web.servlet中的接口
-
Interface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application.
- JerseyAutoConfiguration - org.springframework.boot.autoconfigure.jersey中的类
-
Auto-configuration
for Jersey. - JerseyAutoConfiguration(JerseyProperties, ResourceConfig, ObjectProvider<ResourceConfigCustomizer>) - 类的构造器 org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
- JerseyAutoConfiguration.JerseyWebApplicationInitializer - org.springframework.boot.autoconfigure.jersey中的类
- JerseyChildManagementContextConfiguration - org.springframework.boot.actuate.autoconfigure.web.jersey中的类
-
@ManagementContextConfiguration
for Jersey infrastructure when a separate management context with a web server running on a different port is required. - JerseyChildManagementContextConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.web.jersey.JerseyChildManagementContextConfiguration
- JerseyEndpointResourceFactory - org.springframework.boot.actuate.endpoint.web.jersey中的类
-
A factory for creating Jersey
Resources
forweb endpoint operations
. - JerseyEndpointResourceFactory() - 类的构造器 org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
- jerseyFilterRegistration(JerseyApplicationPath) - 类中的方法 org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
- JerseyHealthEndpointAdditionalPathResourceFactory - org.springframework.boot.actuate.endpoint.web.jersey中的类
-
A factory for creating Jersey
Resources
for health groups with additional path. - JerseyHealthEndpointAdditionalPathResourceFactory(WebServerNamespace, HealthEndpointGroups) - 类的构造器 org.springframework.boot.actuate.endpoint.web.jersey.JerseyHealthEndpointAdditionalPathResourceFactory
- jerseyMetricsUriTagFilter(MetricsProperties) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.jersey.JerseyServerMetricsAutoConfiguration
- JerseyProperties - org.springframework.boot.autoconfigure.jersey中的类
-
@ConfigurationProperties
for Jersey. - JerseyProperties() - 类的构造器 org.springframework.boot.autoconfigure.jersey.JerseyProperties
- JerseyProperties.Filter - org.springframework.boot.autoconfigure.jersey中的类
- JerseyProperties.Servlet - org.springframework.boot.autoconfigure.jersey中的类
- JerseyProperties.Type - org.springframework.boot.autoconfigure.jersey中的枚举类
- JerseyRequestMatcherConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration
- JerseySameManagementContextConfiguration - org.springframework.boot.actuate.autoconfigure.web.jersey中的类
-
@ManagementContextConfiguration
for Jersey infrastructure when the management context is the same as the main application context. - JerseySameManagementContextConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.web.jersey.JerseySameManagementContextConfiguration
- JerseyServerMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.jersey中的类
-
Auto-configuration
for Jersey server instrumentation. - JerseyServerMetricsAutoConfiguration(ObservationProperties) - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.jersey.JerseyServerMetricsAutoConfiguration
- JerseyServletEndpointManagementContextConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration
- jerseyServletRegistration(JerseyApplicationPath) - 类中的方法 org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
- JerseyWebApplicationInitializer() - 类的构造器 org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.JerseyWebApplicationInitializer
- jetty() - 接口中的静态方法 org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
-
Return a
JettyClientHttpRequestFactoryBuilder
that can be used to build aJettyClientHttpRequestFactory
. - Jetty() - 类的构造器 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- JETTY - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.http.client.HttpClientProperties.Factory
-
Jetty's HttpClient.
- JettyClientHttpRequestFactoryBuilder - org.springframework.boot.http.client中的类
-
Builder for
ClientHttpRequestFactoryBuilder.jetty()
. - jettyConnectionMetricsBinder(MeterRegistry) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.web.jetty.JettyMetricsAutoConfiguration
- JettyConnectionMetricsBinder - org.springframework.boot.actuate.metrics.web.jetty中的类
-
AbstractJettyMetricsBinder
forJettyConnectionMetrics
. - JettyConnectionMetricsBinder(MeterRegistry) - 类的构造器 org.springframework.boot.actuate.metrics.web.jetty.JettyConnectionMetricsBinder
- JettyConnectionMetricsBinder(MeterRegistry, Iterable<Tag>) - 类的构造器 org.springframework.boot.actuate.metrics.web.jetty.JettyConnectionMetricsBinder
- JettyMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.web.jetty中的类
-
Auto-configuration
for Jetty metrics. - JettyMetricsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.web.jetty.JettyMetricsAutoConfiguration
- JettyReactiveWebServerFactory - org.springframework.boot.web.embedded.jetty中的类
-
ReactiveWebServerFactory
that can be used to createJettyWebServer
s. - JettyReactiveWebServerFactory() - 类的构造器 org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
Create a new
JettyServletWebServerFactory
instance. - JettyReactiveWebServerFactory(int) - 类的构造器 org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
Create a new
JettyServletWebServerFactory
that listens for requests using the specified port. - JettyServerCustomizer - org.springframework.boot.web.embedded.jetty中的接口
-
Callback interface that can be used to customize a Jetty
Server
. - jettyServerThreadPoolMetricsBinder(MeterRegistry) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.web.jetty.JettyMetricsAutoConfiguration
- JettyServerThreadPoolMetricsBinder - org.springframework.boot.actuate.metrics.web.jetty中的类
-
AbstractJettyMetricsBinder
forJettyServerThreadPoolMetrics
. - JettyServerThreadPoolMetricsBinder(MeterRegistry) - 类的构造器 org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
- JettyServerThreadPoolMetricsBinder(MeterRegistry, Iterable<Tag>) - 类的构造器 org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
- JettyServletWebServerFactory - org.springframework.boot.web.embedded.jetty中的类
-
ServletWebServerFactory
that can be used to create aJettyWebServer
. - JettyServletWebServerFactory() - 类的构造器 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Create a new
JettyServletWebServerFactory
instance. - JettyServletWebServerFactory(int) - 类的构造器 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Create a new
JettyServletWebServerFactory
that listens for requests using the specified port. - JettyServletWebServerFactory(String, int) - 类的构造器 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Create a new
JettyServletWebServerFactory
with the specified context path and port. - jettySslHandshakeMetricsBinder(MeterRegistry) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.web.jetty.JettyMetricsAutoConfiguration
- JettySslHandshakeMetricsBinder - org.springframework.boot.actuate.metrics.web.jetty中的类
-
AbstractJettyMetricsBinder
forJettySslHandshakeMetrics
. - JettySslHandshakeMetricsBinder(MeterRegistry) - 类的构造器 org.springframework.boot.actuate.metrics.web.jetty.JettySslHandshakeMetricsBinder
- JettySslHandshakeMetricsBinder(MeterRegistry, Iterable<Tag>) - 类的构造器 org.springframework.boot.actuate.metrics.web.jetty.JettySslHandshakeMetricsBinder
- JettyVirtualThreadsWebServerFactoryCustomizer - org.springframework.boot.autoconfigure.web.embedded中的类
-
Activates virtual threads on the
ConfigurableJettyWebServerFactory
. - JettyVirtualThreadsWebServerFactoryCustomizer(ServerProperties) - 类的构造器 org.springframework.boot.autoconfigure.web.embedded.JettyVirtualThreadsWebServerFactoryCustomizer
- JettyWebServer - org.springframework.boot.web.embedded.jetty中的类
-
WebServer
that can be used to control a Jetty web server. - JettyWebServer(Server) - 类的构造器 org.springframework.boot.web.embedded.jetty.JettyWebServer
-
Create a new
JettyWebServer
instance. - JettyWebServer(Server, boolean) - 类的构造器 org.springframework.boot.web.embedded.jetty.JettyWebServer
-
Create a new
JettyWebServer
instance. - jettyWebServerFactoryCustomizer(Environment, ServerProperties) - 类中的方法 org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration
- JettyWebServerFactoryCustomizer - org.springframework.boot.autoconfigure.web.embedded中的类
-
Customization for Jetty-specific features common for both Servlet and Reactive servers.
- JettyWebServerFactoryCustomizer(Environment, ServerProperties) - 类的构造器 org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
- JettyWebServerFactoryCustomizerConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration
- JettyWebSocketReactiveWebServerCustomizer - org.springframework.boot.autoconfigure.websocket.reactive中的类
-
WebSocket customizer for
JettyReactiveWebServerFactory
. - JettyWebSocketReactiveWebServerCustomizer() - 类的构造器 org.springframework.boot.autoconfigure.websocket.reactive.JettyWebSocketReactiveWebServerCustomizer
- JettyWebSocketServletWebServerCustomizer - org.springframework.boot.autoconfigure.websocket.servlet中的类
-
WebSocket customizer for
JettyServletWebServerFactory
. - JettyWebSocketServletWebServerCustomizer() - 类的构造器 org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
- Jks() - 类的构造器 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Jks
- JksSslBundleProperties - org.springframework.boot.autoconfigure.ssl中的类
-
SslBundleProperties
for Java keystores. - JksSslBundleProperties() - 类的构造器 org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties
- JksSslBundleProperties.Store - org.springframework.boot.autoconfigure.ssl中的类
-
Store properties.
- JksSslStoreBundle - org.springframework.boot.ssl.jks中的类
-
SslStoreBundle
backed by a Java keystore. - JksSslStoreBundle(JksSslStoreDetails, JksSslStoreDetails) - 类的构造器 org.springframework.boot.ssl.jks.JksSslStoreBundle
-
Create a new
JksSslStoreBundle
instance. - JksSslStoreBundle(JksSslStoreDetails, JksSslStoreDetails, ResourceLoader) - 类的构造器 org.springframework.boot.ssl.jks.JksSslStoreBundle
-
Create a new
JksSslStoreBundle
instance. - JksSslStoreDetails - org.springframework.boot.ssl.jks中的记录类
-
Details for an individual trust or key store in a
JksSslStoreBundle
. - JksSslStoreDetails(String, String, String, String) - 记录类的构造器 org.springframework.boot.ssl.jks.JksSslStoreDetails
-
创建
JksSslStoreDetails
记录类的实例。 - JmsAutoConfiguration - org.springframework.boot.autoconfigure.jms中的类
-
Auto-configuration
for Spring JMS. - JmsAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration
- JmsAutoConfiguration.JmsTemplateConfiguration - org.springframework.boot.autoconfigure.jms中的类
- JmsAutoConfiguration.MessagingTemplateConfiguration - org.springframework.boot.autoconfigure.jms中的类
- jmsConnectionFactory(JmsProperties) - 类中的方法 org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
- jmsHealthContributor(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.actuate.autoconfigure.jms.JmsHealthContributorAutoConfiguration
- JmsHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.jms中的类
- JmsHealthContributorAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.jms.JmsHealthContributorAutoConfiguration
- JmsHealthIndicator - org.springframework.boot.actuate.jms中的类
-
HealthIndicator
for a JMSConnectionFactory
. - JmsHealthIndicator(ConnectionFactory) - 类的构造器 org.springframework.boot.actuate.jms.JmsHealthIndicator
- jmsMessagingTemplate(JmsProperties, JmsTemplate) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.MessagingTemplateConfiguration
- JmsPoolConnectionFactoryFactory - org.springframework.boot.autoconfigure.jms中的类
-
Factory to create a
JmsPoolConnectionFactory
from properties defined inJmsPoolConnectionFactoryProperties
. - JmsPoolConnectionFactoryFactory(JmsPoolConnectionFactoryProperties) - 类的构造器 org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory
- JmsPoolConnectionFactoryProperties - org.springframework.boot.autoconfigure.jms中的类
-
Configuration properties for connection factory pooling.
- JmsPoolConnectionFactoryProperties() - 类的构造器 org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- JmsProperties - org.springframework.boot.autoconfigure.jms中的类
-
Configuration properties for JMS.
- JmsProperties() - 类的构造器 org.springframework.boot.autoconfigure.jms.JmsProperties
- JmsProperties.Cache - org.springframework.boot.autoconfigure.jms中的类
- JmsProperties.DeliveryMode - org.springframework.boot.autoconfigure.jms中的枚举类
- JmsProperties.Listener - org.springframework.boot.autoconfigure.jms中的类
- JmsProperties.Listener.Session - org.springframework.boot.autoconfigure.jms中的类
- JmsProperties.Template - org.springframework.boot.autoconfigure.jms中的类
- JmsProperties.Template.Session - org.springframework.boot.autoconfigure.jms中的类
- jmsTemplate(ConnectionFactory) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.JmsTemplateConfiguration
- JmsTemplateConfiguration(JmsProperties, ObjectProvider<DestinationResolver>, ObjectProvider<MessageConverter>, ObjectProvider<ObservationRegistry>) - 类的构造器 org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.JmsTemplateConfiguration
- JMX - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.endpoint.expose.EndpointExposure
-
Exposed over a JMX endpoint.
- jmxAnnotationEndpointDiscoverer(ParameterValueMapper, ObjectProvider<OperationInvokerAdvisor>, ObjectProvider<EndpointFilter<ExposableJmxEndpoint>>, ObjectProvider<OperationFilter<JmxOperation>>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration
- JmxAutoConfiguration - org.springframework.boot.autoconfigure.jmx中的类
-
Auto-configuration
to enable/disable Spring's@EnableMBeanExport
mechanism based on configuration properties. - JmxAutoConfiguration(JmxProperties) - 类的构造器 org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
- jmxConfig(JmxProperties) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxMetricsExportAutoConfiguration
- JmxEndpoint - org.springframework.boot.actuate.endpoint.jmx.annotation中的批注接口
-
Identifies a type as being an endpoint that is only exposed over JMX.
- JmxEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.endpoint.jmx中的类
-
Auto-configuration
for JMX@Endpoint
support. - JmxEndpointAutoConfiguration(ApplicationContext, JmxEndpointProperties, JmxProperties) - 类的构造器 org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration
- JmxEndpointDiscoverer - org.springframework.boot.actuate.endpoint.jmx.annotation中的类
- JmxEndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableJmxEndpoint>>) - 类的构造器 org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- JmxEndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableJmxEndpoint>>, Collection<OperationFilter<JmxOperation>>) - 类的构造器 org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
-
Create a new
JmxEndpointDiscoverer
instance. - JmxEndpointExporter - org.springframework.boot.actuate.endpoint.jmx中的类
-
Exports
JMX endpoints
to aMBeanServer
. - JmxEndpointExporter(MBeanServer, EndpointObjectNameFactory, JmxOperationResponseMapper, Collection<? extends ExposableJmxEndpoint>) - 类的构造器 org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
- JmxEndpointProperties - org.springframework.boot.actuate.autoconfigure.endpoint.jmx中的类
-
Configuration properties for JMX export of endpoints.
- JmxEndpointProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
- JmxEndpointProperties.Exposure - org.springframework.boot.actuate.autoconfigure.endpoint.jmx中的类
- JmxEndpointsSupplier - org.springframework.boot.actuate.endpoint.jmx中的接口
- jmxIncludeExcludePropertyEndpointFilter() - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration
- jmxMBeanExporter(MBeanServer, EndpointObjectNameFactory, ObjectProvider<ObjectMapper>, JmxEndpointsSupplier) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration
- jmxMeterRegistry(JmxConfig, Clock) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxMetricsExportAutoConfiguration
- JmxMetricsExportAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.export.jmx中的类
-
Auto-configuration
for exporting metrics to JMX. - JmxMetricsExportAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxMetricsExportAutoConfiguration
- JmxOperation - org.springframework.boot.actuate.endpoint.jmx中的接口
-
An operation on a JMX endpoint.
- JmxOperationParameter - org.springframework.boot.actuate.endpoint.jmx中的接口
-
Describes the parameters of an operation on a JMX endpoint.
- JmxOperationResponseMapper - org.springframework.boot.actuate.endpoint.jmx中的接口
-
Maps an operation's response to a JMX-friendly form.
- JmxProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.jmx中的类
-
@ConfigurationProperties
for configuring JMX metrics export. - JmxProperties - org.springframework.boot.autoconfigure.jmx中的类
-
Configuration properties for JMX.
- JmxProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
- JmxProperties() - 类的构造器 org.springframework.boot.autoconfigure.jmx.JmxProperties
- JndiConnectionFactoryAutoConfiguration - org.springframework.boot.autoconfigure.jms中的类
-
Auto-configuration
for JMS provided from JNDI. - JndiConnectionFactoryAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
- JndiDataSourceAutoConfiguration - org.springframework.boot.autoconfigure.jdbc中的类
-
Auto-configuration
for a JNDI locatedDataSource
. - JndiDataSourceAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
- Job() - 类的构造器 org.springframework.boot.autoconfigure.batch.BatchProperties.Job
- JobExecutionEvent - org.springframework.boot.autoconfigure.batch中的类
-
Spring
ApplicationEvent
encapsulating aJobExecution
. - JobExecutionEvent(JobExecution) - 类的构造器 org.springframework.boot.autoconfigure.batch.JobExecutionEvent
-
Create a new
JobExecutionEvent
instance. - jobExecutionExitCodeGenerator() - 类中的方法 org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
- JobExecutionExitCodeGenerator - org.springframework.boot.autoconfigure.batch中的类
- JobExecutionExitCodeGenerator() - 类的构造器 org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
- jobLauncherApplicationRunner(JobLauncher, JobExplorer, JobRepository, BatchProperties) - 类中的方法 org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
- JobLauncherApplicationRunner - org.springframework.boot.autoconfigure.batch中的类
-
ApplicationRunner
tolaunch
Spring Batch jobs. - JobLauncherApplicationRunner(JobLauncher, JobExplorer, JobRepository) - 类的构造器 org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
-
Create a new
JobLauncherApplicationRunner
. - JobStoreType - org.springframework.boot.autoconfigure.quartz中的枚举类
-
Define the supported Quartz
JobStore
. - JooqAutoConfiguration - org.springframework.boot.autoconfigure.jooq中的类
-
Auto-configuration
for JOOQ. - JooqAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
- jooqConfiguration(JooqProperties, ConnectionProvider, DataSource, ObjectProvider<TransactionProvider>, ObjectProvider<ExecuteListenerProvider>, ObjectProvider<DefaultConfigurationCustomizer>) - 类中的方法 org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
- jooqExceptionTranslator() - 类中的方法 org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
- JooqExceptionTranslator - org.springframework.boot.autoconfigure.jooq中的类
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 for removal in 3.5.0 in favor of
ExceptionTranslatorExecuteListener.DEFAULT
orExceptionTranslatorExecuteListener.of(java.util.function.Function<org.jooq.ExecuteContext, org.springframework.jdbc.support.SQLExceptionTranslator>)
- JooqExceptionTranslator() - 类的构造器 org.springframework.boot.autoconfigure.jooq.JooqExceptionTranslator
-
已过时。
- jooqExceptionTranslatorExecuteListenerProvider(ExceptionTranslatorExecuteListener) - 类中的方法 org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
- JooqProperties - org.springframework.boot.autoconfigure.jooq中的类
-
Configuration properties for the JOOQ database library.
- JooqProperties() - 类的构造器 org.springframework.boot.autoconfigure.jooq.JooqProperties
- JooqTest - org.springframework.boot.test.autoconfigure.jooq中的批注接口
-
Annotation for a jOOQ test that focuses only on jOOQ-based components.
- JooqTypeExcludeFilter - org.springframework.boot.test.autoconfigure.jooq中的类
- JpaBaseConfiguration - org.springframework.boot.autoconfigure.orm.jpa中的类
-
Base
Auto-configuration
for JPA. - JpaBaseConfiguration(DataSource, JpaProperties, ObjectProvider<JtaTransactionManager>) - 类的构造器 org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
- JpaBaseConfiguration.JpaWebConfiguration - org.springframework.boot.autoconfigure.orm.jpa中的类
- JpaProperties - org.springframework.boot.autoconfigure.orm.jpa中的类
-
External configuration properties for a JPA EntityManagerFactory created by Spring.
- JpaProperties() - 类的构造器 org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
- JpaRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.jpa中的类
-
Auto-configuration
for Spring Data's JPA Repositories. - JpaRepositoriesAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration
- jpaVendorAdapter() - 类中的方法 org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
- JpaWebConfiguration(JpaProperties) - 类的构造器 org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
- JSON - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinProperties.Encoding
-
JSON.
- jsonb() - 类中的方法 org.springframework.boot.autoconfigure.jsonb.JsonbAutoConfiguration
- JsonbAutoConfiguration - org.springframework.boot.autoconfigure.jsonb中的类
-
Auto-configuration
for JSON-B. - JsonbAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.jsonb.JsonbAutoConfiguration
- JsonbTester<T> - org.springframework.boot.test.json中的类
-
AssertJ based JSON tester backed by Jsonb.
- JsonbTester(Jsonb) - 类的构造器 org.springframework.boot.test.json.JsonbTester
-
Create a new uninitialized
JsonbTester
instance. - JsonbTester(Class<?>, ResolvableType, Jsonb) - 类的构造器 org.springframework.boot.test.json.JsonbTester
-
Create a new
JsonbTester
instance. - JsonComponent - org.springframework.boot.jackson中的批注接口
-
@Component
that providesJsonSerializer
,JsonDeserializer
orKeyDeserializer
implementations to be registered with Jackson whenJsonComponentModule
is in use. - JsonComponent.Scope - org.springframework.boot.jackson中的枚举类
-
The various scopes under which a serializer/deserializer can be registered.
- jsonComponentModule() - 类中的方法 org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
- JsonComponentModule - org.springframework.boot.jackson中的类
-
Spring Bean and Jackson
Module
to register@JsonComponent
annotated beans. - JsonComponentModule() - 类的构造器 org.springframework.boot.jackson.JsonComponentModule
- JsonContent<T> - org.springframework.boot.test.json中的类
-
JSON content usually created from a JSON tester.
- JsonContent(Class<?>, ResolvableType, String) - 类的构造器 org.springframework.boot.test.json.JsonContent
-
Create a new
JsonContent
instance. - JsonContentAssert - org.springframework.boot.test.json中的类
-
AssertJ
Assert
forJsonContent
. - JsonContentAssert(Class<?>, CharSequence) - 类的构造器 org.springframework.boot.test.json.JsonContentAssert
-
Create a new
JsonContentAssert
instance that will load resources as UTF-8. - JsonContentAssert(Class<?>, Charset, CharSequence) - 类的构造器 org.springframework.boot.test.json.JsonContentAssert
-
Create a new
JsonContentAssert
instance that will load resources in the givencharset
. - jsonMarshalTestersBeanPostProcessor() - 类中的静态方法 org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
- jsonMembers(JsonWriter.Members<?>) - 记录类中的方法 org.springframework.boot.logging.structured.ElasticCommonSchemaProperties
-
Add
JsonWriter
members for the service. - jsonMembers(JsonWriter.Members<?>) - 记录类中的方法 org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties
-
Add
JsonWriter
members for the service. - JsonMixin - org.springframework.boot.jackson中的批注接口
-
Provides a mixin class implementation that registers with Jackson when using
JsonMixinModule
. - JsonMixinModule - org.springframework.boot.jackson中的类
- JsonMixinModule() - 类的构造器 org.springframework.boot.jackson.JsonMixinModule
- JsonMixinModuleEntries - org.springframework.boot.jackson中的类
-
Provide the mapping of json mixin class to consider.
- JsonMixinModuleEntries.Builder - org.springframework.boot.jackson中的类
-
Builder for
JsonMixinModuleEntries
. - JsonObjectDeserializer<T> - org.springframework.boot.jackson中的类
-
Helper base class for
JsonDeserializer
implementations that deserialize objects. - JsonObjectDeserializer() - 类的构造器 org.springframework.boot.jackson.JsonObjectDeserializer
- JsonObjectSerializer<T> - org.springframework.boot.jackson中的类
-
Helper base class for
JsonSerializer
implementations that serialize objects. - JsonObjectSerializer() - 类的构造器 org.springframework.boot.jackson.JsonObjectSerializer
- JsonParseException - org.springframework.boot.json中的异常错误类
-
IllegalArgumentException
thrown when source JSON is invalid. - JsonParseException() - 异常错误类的构造器 org.springframework.boot.json.JsonParseException
- JsonParseException(Throwable) - 异常错误类的构造器 org.springframework.boot.json.JsonParseException
- JsonParser - org.springframework.boot.json中的接口
- JsonParserFactory - org.springframework.boot.json中的类
-
Factory to create a
JsonParser
. - JsonParserFactory() - 类的构造器 org.springframework.boot.json.JsonParserFactory
- JsonStream - org.springframework.boot.buildpack.platform.json中的类
-
Utility class that allows JSON to be parsed and processed as it's received.
- JsonStream(ObjectMapper) - 类的构造器 org.springframework.boot.buildpack.platform.json.JsonStream
-
Create a new
JsonStream
backed by the given object mapper. - JsonTest - org.springframework.boot.test.autoconfigure.json中的批注接口
-
Annotation for a JSON test that focuses only on JSON serialization.
- JsonTestersAutoConfiguration - org.springframework.boot.test.autoconfigure.json中的类
-
Auto-configuration for Json testers.
- JsonTestersAutoConfiguration() - 类的构造器 org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
- JsonTypeExcludeFilter - org.springframework.boot.test.autoconfigure.json中的类
- JsonWriter<T> - org.springframework.boot.json中的接口
-
Interface that can be used to write JSON output.
- JsonWriter.Member<T> - org.springframework.boot.json中的类
-
A member that contributes JSON.
- JsonWriter.MemberPath - org.springframework.boot.json中的记录类
-
A path used to identify a specific JSON member.
- JsonWriter.Members<T> - org.springframework.boot.json中的类
-
Callback used to configure JSON members.
- JsonWriter.NameProcessor - org.springframework.boot.json中的接口
-
Callback interface that can be
applied
toJsonWriter.Members
to change names or filter members. - JsonWriter.PairExtractor<E> - org.springframework.boot.json中的接口
-
Interface that can be used to extract name/value pairs from an element.
- JsonWriter.ValueProcessor<T> - org.springframework.boot.json中的接口
-
Callback interface that can be
applied
toJsonWriter.Members
to process values before they are written. - JsonWriterStructuredLogFormatter<E> - org.springframework.boot.logging.structured中的类
-
Base class for
StructuredLogFormatter
implementations that generates JSON using aJsonWriter
. - JsonWriterStructuredLogFormatter(Consumer<JsonWriter.Members<E>>, StructuredLoggingJsonMembersCustomizer<?>) - 类的构造器 org.springframework.boot.logging.structured.JsonWriterStructuredLogFormatter
-
Create a new
JsonWriterStructuredLogFormatter
instance with the given members. - JsonWriterStructuredLogFormatter(JsonWriter<E>) - 类的构造器 org.springframework.boot.logging.structured.JsonWriterStructuredLogFormatter
-
Create a new
JsonWriterStructuredLogFormatter
instance with the givenJsonWriter
. - Jsp - org.springframework.boot.web.servlet.server中的类
-
Configuration for the server's JSP servlet.
- Jsp() - 类的构造器 org.springframework.boot.web.servlet.server.Jsp
- JspTemplateAvailabilityProvider - org.springframework.boot.autoconfigure.web.servlet中的类
-
TemplateAvailabilityProvider
that provides availability information for JSP view templates. - JspTemplateAvailabilityProvider() - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.JspTemplateAvailabilityProvider
- jta(boolean) - 类中的方法 org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
Configure if using a JTA
DataSource
, i.e. ifsetDataSource
orsetJtaDataSource
should be called on theLocalContainerEntityManagerFactoryBean
. - JtaAutoConfiguration - org.springframework.boot.autoconfigure.transaction.jta中的类
-
Auto-configuration
for JTA. - JtaAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.transaction.jta.JtaAutoConfiguration
- JTDS - 枚举类 中的枚举常量 org.springframework.boot.jdbc.DatabaseDriver
-
jTDS.
- jvmCompilationMetrics() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
- jvmGcMetrics() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
- jvmHeapPressureMetrics() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
- jvmInfoMetrics() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
- jvmMemoryMetrics() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
- JvmMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics中的类
-
Auto-configuration
for JVM metrics. - JvmMetricsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
- jvmThreadMetrics() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
- JwkSetUriJwtDecoderBuilderCustomizer - org.springframework.boot.autoconfigure.security.oauth2.resource.servlet中的接口
-
Callback interface for the customization of the
NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder
used to create the auto-configuredJwtDecoder
for a JWK set URI that has been configured directly or obtained through an issuer URI. - JwkSetUriReactiveJwtDecoderBuilderCustomizer - org.springframework.boot.autoconfigure.security.oauth2.resource.reactive中的接口
-
Callback interface for the customization of the
NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder
used to create the auto-configuredReactiveJwtDecoder
for a JWK set URI that has been configured directly or obtained through an issuer URI. - Jwt() - 类的构造器 org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
常量字段值|所有程序包|所有类和接口|序列化表格
JmxEndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection, Collection, Collection)