索引
常量字段值|所有程序包|所有类和接口|序列化表格
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
ObjectMapperthroughJackson2ObjectMapperBuilderretaining 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-configurationfor Endpoint Jackson support. - JacksonEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration
- JacksonJmxOperationResponseMapper - org.springframework.boot.actuate.endpoint.jmx中的类
-
JmxOperationResponseMapperthat delegates to a JacksonObjectMapperto return a JSON response. - JacksonJmxOperationResponseMapper(ObjectMapper) - 类的构造器 org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
- JacksonJsonParser - org.springframework.boot.json中的类
-
Thin wrapper to adapt Jackson 2
ObjectMappertoJsonParser. - JacksonJsonParser() - 类的构造器 org.springframework.boot.json.JacksonJsonParser
-
Creates an instance with a default
ObjectMapperthat 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
JacksonTesterinstance. - JacksonTester(Class<?>, ResolvableType, ObjectMapper) - 类的构造器 org.springframework.boot.test.json.JacksonTester
-
Create a new
JacksonTesterinstance. - 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中的类
-
Launcherfor 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.factoriesto provides extended 'jarmode' support. - JarModeErrorException - org.springframework.boot.loader.jarmode中的异常错误类
-
Simple
RuntimeExceptionused 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中的类
-
Libraryimplementation 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中的类
-
URLClassLoaderwith optimized support for Jar URLs. - JarUrlClassLoader(URL[], ClassLoader) - 类的构造器 org.springframework.boot.loader.net.protocol.jar.JarUrlClassLoader
-
Create a new
LaunchedClassLoaderinstance. - 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
JarWriterinstance. - JarWriter(File, LaunchScript) - 类的构造器 org.springframework.boot.loader.tools.JarWriter
-
Create a new
JarWriterinstance. - JarWriter(File, LaunchScript, FileTime) - 类的构造器 org.springframework.boot.loader.tools.JarWriter
-
Create a new
JarWriterinstance. - 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
InfoContributorthat 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中的类
-
LoggingSystemFactorythat returnsJavaLoggingSystemif 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中的类
-
CacheMeterBinderProviderimplementation 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
CachingProviderto 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中的类
-
JdbcTemplatesettings. - JdbcRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.jdbc中的类
-
Auto-configurationfor Spring Data's JDBC Repositories. - JdbcRepositoriesAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.jdbc.JdbcRepositoriesAutoConfiguration
- JdbcSessionDataSourceScriptDatabaseInitializer - org.springframework.boot.autoconfigure.session中的类
-
DataSourceScriptDatabaseInitializerfor the Spring Session JDBC database. - JdbcSessionDataSourceScriptDatabaseInitializer(DataSource, JdbcSessionProperties) - 类的构造器 org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceScriptDatabaseInitializer
-
Create a new
JdbcSessionDataSourceScriptDatabaseInitializerinstance. - JdbcSessionDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - 类的构造器 org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceScriptDatabaseInitializer
-
Create a new
JdbcSessionDataSourceScriptDatabaseInitializerinstance. - 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
JdbcUrlBuilderinstance. - jdk() - 接口中的静态方法 org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
-
Return a
JdkClientHttpRequestFactoryBuilderthat can be used to build aJdkClientHttpRequestFactory. - jdk() - 接口中的静态方法 org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
-
Return a
JdkClientHttpConnectorBuilderthat can be used to build aJdkClientHttpConnector. - JDK - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.http.client.AbstractHttpRequestFactoryProperties.Factory
-
Java's HttpClient.
- JDK - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.http.client.reactive.AbstractClientHttpConnectorProperties.Connector
-
Java's HttpClient.
- JdkClientHttpConnectorBuilder - org.springframework.boot.http.client.reactive中的类
-
Builder for
ClientHttpConnectorBuilder.jdk(). - JdkClientHttpRequestFactoryBuilder - org.springframework.boot.http.client中的类
-
Builder for
ClientHttpRequestFactoryBuilder.jdk(). - JdkDynamicAutoProxyConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration
- JdkHttpClientBuilder - org.springframework.boot.http.client中的类
-
Builder that can be used to create a JDK
HttpClient. - JdkHttpClientBuilder() - 类的构造器 org.springframework.boot.http.client.JdkHttpClientBuilder
- 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
JedisClientConfigurationthrough aJedisClientConfiguration.JedisClientConfigurationBuilderwhilst 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-configurationfor 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中的类
-
@ManagementContextConfigurationfor 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
Resourcesforweb 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
Resourcesfor 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中的类
-
@ConfigurationPropertiesfor 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中的类
-
@ManagementContextConfigurationfor 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-configurationfor 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
JettyClientHttpRequestFactoryBuilderthat can be used to build aJettyClientHttpRequestFactory. - jetty() - 接口中的静态方法 org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
-
Return a
JettyClientHttpConnectorBuilderthat can be used to build aJettyClientHttpConnector. - Jetty() - 类的构造器 org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties.Jetty
- Jetty() - 类的构造器 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- JETTY - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.http.client.AbstractHttpRequestFactoryProperties.Factory
-
Jetty's HttpClient.
- JETTY - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.http.client.reactive.AbstractClientHttpConnectorProperties.Connector
-
Jetty's HttpClient.
- JettyClientHttpConnectorBuilder - org.springframework.boot.http.client.reactive中的类
-
Builder for
ClientHttpConnectorBuilder.jetty(). - 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中的类
-
AbstractJettyMetricsBinderforJettyConnectionMetrics. - JettyConnectionMetricsBinder(MeterRegistry) - 类的构造器 org.springframework.boot.actuate.metrics.web.jetty.JettyConnectionMetricsBinder
- JettyConnectionMetricsBinder(MeterRegistry, Iterable<Tag>) - 类的构造器 org.springframework.boot.actuate.metrics.web.jetty.JettyConnectionMetricsBinder
- JettyHttpClientBuilder - org.springframework.boot.http.client中的类
-
Builder that can be used to create a Jetty
HttpClient. - JettyHttpClientBuilder() - 类的构造器 org.springframework.boot.http.client.JettyHttpClientBuilder
- JettyMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.web.jetty中的类
-
Auto-configurationfor Jetty metrics. - JettyMetricsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.web.jetty.JettyMetricsAutoConfiguration
- JettyReactiveWebServerFactory - org.springframework.boot.web.embedded.jetty中的类
-
ReactiveWebServerFactorythat can be used to createJettyWebServers. - JettyReactiveWebServerFactory() - 类的构造器 org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
Create a new
JettyServletWebServerFactoryinstance. - JettyReactiveWebServerFactory(int) - 类的构造器 org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
Create a new
JettyServletWebServerFactorythat 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中的类
-
AbstractJettyMetricsBinderforJettyServerThreadPoolMetrics. - 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中的类
-
ServletWebServerFactorythat can be used to create aJettyWebServer. - JettyServletWebServerFactory() - 类的构造器 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Create a new
JettyServletWebServerFactoryinstance. - JettyServletWebServerFactory(int) - 类的构造器 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Create a new
JettyServletWebServerFactorythat listens for requests using the specified port. - JettyServletWebServerFactory(String, int) - 类的构造器 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Create a new
JettyServletWebServerFactorywith 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中的类
-
AbstractJettyMetricsBinderforJettySslHandshakeMetrics. - 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中的类
-
WebServerthat can be used to control a Jetty web server. - JettyWebServer(Server) - 类的构造器 org.springframework.boot.web.embedded.jetty.JettyWebServer
-
Create a new
JettyWebServerinstance. - JettyWebServer(Server, boolean) - 类的构造器 org.springframework.boot.web.embedded.jetty.JettyWebServer
-
Create a new
JettyWebServerinstance. - 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
- JksKeyStore - org.springframework.boot.testcontainers.service.connection中的批注接口
- JksSslBundleProperties - org.springframework.boot.autoconfigure.ssl中的类
-
SslBundlePropertiesfor Java keystores. - JksSslBundleProperties() - 类的构造器 org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties
- JksSslBundleProperties.Store - org.springframework.boot.autoconfigure.ssl中的类
-
Store properties.
- JksSslStoreBundle - org.springframework.boot.ssl.jks中的类
-
SslStoreBundlebacked by a Java keystore. - JksSslStoreBundle(JksSslStoreDetails, JksSslStoreDetails) - 类的构造器 org.springframework.boot.ssl.jks.JksSslStoreBundle
-
Create a new
JksSslStoreBundleinstance. - JksSslStoreBundle(JksSslStoreDetails, JksSslStoreDetails, ResourceLoader) - 类的构造器 org.springframework.boot.ssl.jks.JksSslStoreBundle
-
Create a new
JksSslStoreBundleinstance. - 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记录类的实例。 - JksTrustStore - org.springframework.boot.testcontainers.service.connection中的批注接口
- JmsAutoConfiguration - org.springframework.boot.autoconfigure.jms中的类
-
Auto-configurationfor 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中的类
-
HealthIndicatorfor 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
JmsPoolConnectionFactoryfrom 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-configurationto enable/disable Spring's@EnableMBeanExportmechanism 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-configurationfor JMX@Endpointsupport. - 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
JmxEndpointDiscovererinstance. - JmxEndpointExporter - org.springframework.boot.actuate.endpoint.jmx中的类
-
Exports
JMX endpointsto 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-configurationfor 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中的类
-
@ConfigurationPropertiesfor 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-configurationfor JMS provided from JNDI. - JndiConnectionFactoryAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
- JndiDataSourceAutoConfiguration - org.springframework.boot.autoconfigure.jdbc中的类
-
Auto-configurationfor 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
ApplicationEventencapsulating aJobExecution. - JobExecutionEvent(JobExecution) - 类的构造器 org.springframework.boot.autoconfigure.batch.JobExecutionEvent
-
Create a new
JobExecutionEventinstance. - 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中的类
-
ApplicationRunnertolaunchSpring 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-configurationfor jOOQ. - JooqAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
- jooqExceptionTranslator() - 类中的方法 org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
- 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-configurationfor 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-configurationfor 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-configurationfor 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
JsonbTesterinstance. - JsonbTester(Class<?>, ResolvableType, Jsonb) - 类的构造器 org.springframework.boot.test.json.JsonbTester
-
Create a new
JsonbTesterinstance. - JsonComponent - org.springframework.boot.jackson中的批注接口
-
@Componentthat providesJsonSerializer,JsonDeserializerorKeyDeserializerimplementations to be registered with Jackson whenJsonComponentModuleis 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
Moduleto register@JsonComponentannotated 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
JsonContentinstance. - JsonContentAssert - org.springframework.boot.test.json中的类
-
AssertJ
AssertforJsonContent. - JsonContentAssert(Class<?>, CharSequence) - 类的构造器 org.springframework.boot.test.json.JsonContentAssert
-
Create a new
JsonContentAssertinstance that will load resources as UTF-8. - JsonContentAssert(Class<?>, Charset, CharSequence) - 类的构造器 org.springframework.boot.test.json.JsonContentAssert
-
Create a new
JsonContentAssertinstance 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
JsonWritermembers for the service. - jsonMembers(JsonWriter.Members<?>) - 记录类中的方法 org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties
-
Add
JsonWritermembers 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
JsonDeserializerimplementations that deserialize objects. - JsonObjectDeserializer() - 类的构造器 org.springframework.boot.jackson.JsonObjectDeserializer
- JsonObjectSerializer<T> - org.springframework.boot.jackson中的类
-
Helper base class for
JsonSerializerimplementations that serialize objects. - JsonObjectSerializer() - 类的构造器 org.springframework.boot.jackson.JsonObjectSerializer
- JsonParseException - org.springframework.boot.json中的异常错误类
-
IllegalArgumentExceptionthrown 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
JsonStreambacked 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
appliedtoJsonWriter.Membersto 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
appliedtoJsonWriter.Membersto process values before they are written. - JsonWriterStructuredLogFormatter<E> - org.springframework.boot.logging.structured中的类
-
Base class for
StructuredLogFormatterimplementations that generates JSON using aJsonWriter. - JsonWriterStructuredLogFormatter(Consumer<JsonWriter.Members<E>>, StructuredLoggingJsonMembersCustomizer<?>) - 类的构造器 org.springframework.boot.logging.structured.JsonWriterStructuredLogFormatter
-
Create a new
JsonWriterStructuredLogFormatterinstance with the given members. - JsonWriterStructuredLogFormatter(JsonWriter<E>) - 类的构造器 org.springframework.boot.logging.structured.JsonWriterStructuredLogFormatter
-
Create a new
JsonWriterStructuredLogFormatterinstance 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中的类
-
TemplateAvailabilityProviderthat 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. ifsetDataSourceorsetJtaDataSourceshould be called on theLocalContainerEntityManagerFactoryBean. - JtaAutoConfiguration - org.springframework.boot.autoconfigure.transaction.jta中的类
-
Auto-configurationfor 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-configurationfor 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.JwkSetUriJwtDecoderBuilderused to create the auto-configuredJwtDecoderfor 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.JwkSetUriReactiveJwtDecoderBuilderused to create the auto-configuredReactiveJwtDecoderfor 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)