索引

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
常量字段值|所有程序包|所有类和接口|序列化表格

N

name() - 批注接口 中的元素 org.springframework.boot.autoconfigure.AutoConfigureAfter
The names of the auto-configuration classes that should have already been applied.
name() - 批注接口 中的元素 org.springframework.boot.autoconfigure.AutoConfigureBefore
The names of the auto-configuration classes that should have not yet been applied.
name() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnBean
The names of beans to check.
name() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnClass
The classes names that must be present.
name() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The names of beans to check.
name() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
The name of the properties to test.
name() - 接口中的方法 org.springframework.boot.docker.compose.core.RunningService
Return the name of the service.
name() - 记录类中的方法 org.springframework.boot.json.JsonWriter.MemberPath
返回 name 记录组件的值。
name() - 接口中的方法 org.springframework.boot.loader.launch.Archive.Entry
Returns the name of the entry.
name() - 记录类中的方法 org.springframework.boot.logging.structured.ElasticCommonSchemaProperties.Service
返回 name 记录组件的值。
name() - 批注接口 中的元素 org.springframework.boot.test.mock.mockito.MockBean
已过时。
The name of the bean to register or replace.
name() - 批注接口 中的元素 org.springframework.boot.test.mock.mockito.SpyBean
已过时。
The name of the bean to spy.
name() - 批注接口 中的元素 org.springframework.boot.testcontainers.service.connection.ServiceConnection
The name of the service being connected to.
Name - org.springframework.boot.context.properties.bind中的批注接口
Annotation that can be used to specify the name when binding to a property.
NAME - 类中的静态变量 org.springframework.boot.DefaultPropertiesPropertySource
The name of the 'default properties' property source.
NAME - 类中的静态变量 org.springframework.boot.test.autoconfigure.web.servlet.WebDriverScope
WebDriver bean scope name.
NamedContributor<C> - org.springframework.boot.actuate.health中的接口
A single named health endpoint contributors (either HealthContributor or ReactiveHealthContributor).
NamedContributors<C> - org.springframework.boot.actuate.health中的接口
A collection of named health endpoint contributors (either HealthContributor or ReactiveHealthContributor).
NamedPipeSocket - org.springframework.boot.buildpack.platform.socket中的类
A Socket implementation for named pipes.
nameGenerator() - 批注接口 中的元素 org.springframework.boot.autoconfigure.SpringBootApplication
The BeanNameGenerator class to be used for naming detected components within the Spring container.
Naming() - 类的构造器 org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
NATIVE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
Connect to a broker using the native Artemis protocol (i.e. netty).
NATIVE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
Use the underlying container's native support for forwarded headers.
NativeImageArgFile - org.springframework.boot.loader.tools中的类
Class to work with the native-image argfile.
NativeImageArgFile(Collection<String>) - 类的构造器 org.springframework.boot.loader.tools.NativeImageArgFile
Constructs a new instance with the given excludes.
NCSA - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog.FORMAT
NCSA format, as defined in CustomRequestLog#NCSA_FORMAT.
NEED - 枚举类 中的枚举常量 org.springframework.boot.web.server.Ssl.ClientAuth
Client authentication is needed and mandatory.
Neo4jAutoConfiguration - org.springframework.boot.autoconfigure.neo4j中的类
Neo4jAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.neo4j.Neo4jAutoConfiguration
 
neo4jClient(Driver, DatabaseSelectionProvider) - 类中的方法 org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
Neo4jConnectionDetails - org.springframework.boot.autoconfigure.neo4j中的接口
Details required to establish a connection to a Neo4j service.
neo4jConversions() - 类中的方法 org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
Neo4jDataAutoConfiguration - org.springframework.boot.autoconfigure.data.neo4j中的类
Auto-configuration for Spring Data Neo4j.
Neo4jDataAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
Neo4jDataProperties - org.springframework.boot.autoconfigure.data.neo4j中的类
Configuration properties for Spring Data Neo4j.
Neo4jDataProperties() - 类的构造器 org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataProperties
 
neo4jDriver(Neo4jProperties, Environment, Neo4jConnectionDetails, ObjectProvider<ConfigBuilderCustomizer>) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jAutoConfiguration
 
Neo4jHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.neo4j中的类
Neo4jHealthContributorAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.neo4j.Neo4jHealthContributorAutoConfiguration
 
Neo4jHealthIndicator - org.springframework.boot.actuate.neo4j中的类
HealthIndicator that tests the status of a Neo4j by executing a Cypher statement and extracting server and database information.
Neo4jHealthIndicator(Driver) - 类的构造器 org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
 
neo4jMappingContext(Neo4jManagedTypes, Neo4jConversions) - 类中的方法 org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
Neo4jProperties - org.springframework.boot.autoconfigure.neo4j中的类
Configuration properties for Neo4j.
Neo4jProperties() - 类的构造器 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
Neo4jProperties.Authentication - org.springframework.boot.autoconfigure.neo4j中的类
 
Neo4jProperties.Pool - org.springframework.boot.autoconfigure.neo4j中的类
 
Neo4jProperties.Security - org.springframework.boot.autoconfigure.neo4j中的类
 
Neo4jProperties.Security.TrustStrategy - org.springframework.boot.autoconfigure.neo4j中的枚举类
 
Neo4jReactiveDataAutoConfiguration - org.springframework.boot.autoconfigure.data.neo4j中的类
Auto-configuration for Spring Data's reactive Neo4j support.
Neo4jReactiveDataAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.neo4j.Neo4jReactiveDataAutoConfiguration
 
Neo4jReactiveHealthIndicator - org.springframework.boot.actuate.neo4j中的类
ReactiveHealthIndicator that tests the status of a Neo4j by executing a Cypher statement and extracting server and database information.
Neo4jReactiveHealthIndicator(Driver) - 类的构造器 org.springframework.boot.actuate.neo4j.Neo4jReactiveHealthIndicator
 
Neo4jReactiveRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.neo4j中的类
Auto-configuration for Spring Data's Neo4j Reactive Repositories.
Neo4jReactiveRepositoriesAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.neo4j.Neo4jReactiveRepositoriesAutoConfiguration
 
Neo4jRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.neo4j中的类
Auto-configuration for Spring Data's Neo4j Repositories.
Neo4jRepositoriesAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.neo4j.Neo4jRepositoriesAutoConfiguration
 
neo4jTemplate(Neo4jClient, Neo4jMappingContext) - 类中的方法 org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
Nested - org.springframework.boot.context.properties.bind中的批注接口
Meta-annotation that should be added to annotations that indicate a field is a nested type.
NESTED_DIRECTORY - 枚举类 中的枚举常量 org.springframework.boot.loader.zip.ZipContent.Kind
Content from a nested zip directory.
NESTED_ZIP - 枚举类 中的枚举常量 org.springframework.boot.loader.zip.ZipContent.Kind
Content from nested zip content.
NestedConfigurationProperty - org.springframework.boot.context.properties中的批注接口
Indicates that a property in a @ConfigurationProperties object should be treated as if it were a nested type.
nestedEntryName() - 记录类中的方法 org.springframework.boot.loader.net.protocol.nested.NestedLocation
返回 nestedEntryName 记录组件的值。
NestedFileSystemProvider - org.springframework.boot.loader.nio.file中的类
FileSystemProvider implementation for nested jar files.
NestedFileSystemProvider() - 类的构造器 org.springframework.boot.loader.nio.file.NestedFileSystemProvider
 
NestedJarFile - org.springframework.boot.loader.jar中的类
Extended variant of JarFile that behaves in the same way but can open nested jars.
NestedJarFile(File, String) - 类的构造器 org.springframework.boot.loader.jar.NestedJarFile
Creates a new NestedJarFile instance to read from the specific File.
NestedJarFile(File, String, Runtime.Version) - 类的构造器 org.springframework.boot.loader.jar.NestedJarFile
Creates a new NestedJarFile instance to read from the specific File.
NestedLocation - org.springframework.boot.loader.net.protocol.nested中的记录类
A location obtained from a nested: URL consisting of a jar file and an optional nested entry.
NestedLocation(Path, String) - 记录类的构造器 org.springframework.boot.loader.net.protocol.nested.NestedLocation
创建 NestedLocation 记录类的实例。
Netty() - 类的构造器 org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
NettyAutoConfiguration - org.springframework.boot.autoconfigure.netty中的类
NettyAutoConfiguration(NettyProperties) - 类的构造器 org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration
 
NettyProperties - org.springframework.boot.autoconfigure.netty中的类
@ConfigurationProperties for the Netty engine.
NettyProperties() - 类的构造器 org.springframework.boot.autoconfigure.netty.NettyProperties
 
NettyProperties.LeakDetection - org.springframework.boot.autoconfigure.netty中的枚举类
 
NettyReactiveWebServerFactory - org.springframework.boot.web.embedded.netty中的类
ReactiveWebServerFactory that can be used to create NettyWebServers.
NettyReactiveWebServerFactory() - 类的构造器 org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
 
NettyReactiveWebServerFactory(int) - 类的构造器 org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
 
NettyRouteProvider - org.springframework.boot.web.embedded.netty中的接口
Function that can add new routes to an HttpServerRoutes instance.
NettyRSocketServer - org.springframework.boot.rsocket.netty中的类
RSocketServer that is based on a Reactor Netty server.
NettyRSocketServer(Mono<CloseableChannel>, Duration) - 类的构造器 org.springframework.boot.rsocket.netty.NettyRSocketServer
 
NettyRSocketServerFactory - org.springframework.boot.rsocket.netty中的类
RSocketServerFactory that can be used to create RSocketServers backed by Netty.
NettyRSocketServerFactory() - 类的构造器 org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
 
NettyServerCustomizer - org.springframework.boot.web.embedded.netty中的接口
Mapping function that can be used to customize a Reactor Netty server instance.
NettyWebServer - org.springframework.boot.web.embedded.netty中的类
WebServer that can be used to control a Reactor Netty web server.
NettyWebServer(HttpServer, ReactorHttpHandlerAdapter, Duration, Shutdown, ReactorResourceFactory) - 类的构造器 org.springframework.boot.web.embedded.netty.NettyWebServer
Creates a new NettyWebServer instance.
nettyWebServerFactoryCustomizer(Environment, ServerProperties) - 类中的方法 org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration
 
NettyWebServerFactoryCustomizer - org.springframework.boot.autoconfigure.web.embedded中的类
Customization for Netty-specific features.
NettyWebServerFactoryCustomizer(Environment, ServerProperties) - 类的构造器 org.springframework.boot.autoconfigure.web.embedded.NettyWebServerFactoryCustomizer
 
NettyWebServerFactoryCustomizerConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration
 
NEVER - 枚举类 中的枚举常量 org.springframework.boot.actuate.endpoint.Show
Never show the item in the response.
NEVER - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiOutput.Enabled
Disable ANSI-colored output.
NEVER - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
Never add error attribute.
NEVER - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Never add stacktrace information.
NEVER - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.UseApr
Never use APR.
NEVER - 枚举类 中的枚举常量 org.springframework.boot.buildpack.platform.build.PullPolicy
Never pull the image from the registry.
NEVER - 枚举类 中的枚举常量 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Wait
Never perform readiness checks.
NEVER - 枚举类 中的枚举常量 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Start.Skip
Never skip start.
NEVER - 枚举类 中的枚举常量 org.springframework.boot.sql.init.DatabaseInitializationMode
Never initialize the database.
NEVER - 枚举类 中的枚举常量 org.springframework.boot.test.context.SpringBootTest.UseMainMethod
Never use the main method, creating a test-specific SpringApplication instead.
newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - 类中的方法 org.springframework.boot.loader.nio.file.NestedFileSystemProvider
 
newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - 类中的方法 org.springframework.boot.loader.nio.file.NestedFileSystemProvider
 
newFileSystem(URI, Map<String, ?>) - 类中的方法 org.springframework.boot.loader.nio.file.NestedFileSystemProvider
 
newInstance(String[]) - 类中的静态方法 org.springframework.boot.logging.log4j2.CorrelationIdConverter
Factory method to create a new CorrelationIdConverter.
newInstance(Configuration, String[]) - 类中的静态方法 org.springframework.boot.logging.log4j2.ColorConverter
Creates a new instance of the class.
newInstance(Configuration, String[]) - 类中的静态方法 org.springframework.boot.logging.log4j2.EnclosedInSquareBracketsConverter
Creates a new instance of the class.
newInstance(Configuration, String[]) - 类中的静态方法 org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
Creates a new instance of the class.
newInstance(Configuration, String[]) - 类中的静态方法 org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
Creates a new instance of the class.
newRelicClientProvider(NewRelicConfig) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicMetricsExportAutoConfiguration
 
newRelicConfig() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicMetricsExportAutoConfiguration
 
newRelicMeterRegistry(NewRelicConfig, Clock, NewRelicClientProvider) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicMetricsExportAutoConfiguration
 
NewRelicMetricsExportAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic中的类
Auto-configuration for exporting metrics to New Relic.
NewRelicMetricsExportAutoConfiguration(NewRelicProperties) - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicMetricsExportAutoConfiguration
 
NewRelicProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic中的类
@ConfigurationProperties for configuring New Relic metrics export.
NewRelicProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
NewRelicPropertiesConfigAdapter - org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic中的类
Adapter to convert NewRelicProperties to a NewRelicConfig.
NewRelicPropertiesConfigAdapter(NewRelicProperties) - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
 
NextExecution(Instant) - 类的构造器 org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.NextExecution
 
NINETEEN - 枚举类 中的枚举常量 org.springframework.boot.system.JavaVersion
Java 19.
NO - 枚举类 中的枚举常量 org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
Don't skip mapping the property.
NO_ANCESTORS - 枚举类 中的枚举常量 org.springframework.boot.test.context.assertj.ApplicationContextAssert.Scope
Limited to the current context.
NO_DIRECT_PROPERTY - 枚举类 中的枚举常量 org.springframework.boot.context.properties.bind.Bindable.BindRestriction
Do not bind direct ConfigurationProperty matches.
NO_TOKEN - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.TokenType
No token.
Node(String, int) - 记录类的构造器 org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails.Node
创建 Node 记录类的实例。
Node(String, int) - 记录类的构造器 org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Node
创建 Node 记录类的实例。
Node(String, int, ElasticsearchConnectionDetails.Node.Protocol) - 记录类的构造器 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
 
Node(String, int, ElasticsearchConnectionDetails.Node.Protocol, String, String) - 记录类的构造器 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
创建 Node 记录类的实例。
nodeName() - 记录类中的方法 org.springframework.boot.logging.structured.ElasticCommonSchemaProperties.Service
返回 nodeName 记录组件的值。
NOMAD - 枚举类 中的枚举常量 org.springframework.boot.cloud.CloudPlatform
Nomad platform.
noMatch(String) - 类中的静态方法 org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'no match'.
noMatch(ConditionMessage) - 类中的静态方法 org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'no match'.
NON_PERSISTENT - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
Does not require that the message be logged to stable storage.
NON_TEST - 枚举类 中的枚举常量 org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
Replace the DataSource bean unless it is auto-configured and connecting to a test database.
none() - 接口中的静态方法 org.springframework.boot.buildpack.platform.docker.UpdateListener
A no-op update listener that does nothing.
None() - 类的构造器 org.springframework.boot.loader.tools.Layouts.None
 
NONE - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties.Compression
No compression.
NONE - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpTracingProperties.Compression
No compression.
NONE - 枚举类 中的枚举常量 org.springframework.boot.actuate.endpoint.Access
No access to the endpoint is permitted.
NONE - 枚举类 中的枚举常量 org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Don't perform any shutdown operation.
NONE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.cache.CacheType
No caching.
NONE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
No compression.
NONE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
No request throttling.
NONE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.data.RepositoryType
Enables no repositories.
NONE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.session.RedisSessionProperties.ConfigureAction
No not attempt to apply any custom Redis configuration.
NONE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
Ignore X-Forwarded-* headers.
NONE - 枚举类 中的枚举常量 org.springframework.boot.buildpack.platform.io.TarArchive.Compression
The tar file is not compressed.
NONE - 枚举类 中的枚举常量 org.springframework.boot.cloud.CloudPlatform
No Cloud platform.
NONE - 枚举类 中的枚举常量 org.springframework.boot.docker.compose.lifecycle.LifecycleManagement
Don't start or stop Docker Compose.
NONE - 枚举类 中的枚举常量 org.springframework.boot.jdbc.EmbeddedDatabaseConnection
No Connection.
NONE - 枚举类 中的枚举常量 org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
No Connection.
NONE - 枚举类 中的枚举常量 org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
Don't replace the application default DataSource.
NONE - 枚举类 中的枚举常量 org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
Do not print MVC interactions.
NONE - 枚举类 中的枚举常量 org.springframework.boot.test.context.SpringBootTest.WebEnvironment
NONE - 枚举类 中的枚举常量 org.springframework.boot.test.mock.mockito.MockReset
已过时。
Don't reset the mock.
NONE - 枚举类 中的枚举常量 org.springframework.boot.web.server.Cookie.SameSite
Cookies are sent in both first-party and cross-origin requests.
NONE - 枚举类 中的枚举常量 org.springframework.boot.web.server.Ssl.ClientAuth
Client authentication is not wanted.
NONE - 枚举类 中的枚举常量 org.springframework.boot.WebApplicationType
The application should not run as a web application and should not start an embedded web server.
NONE - 接口中的静态变量 org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
A ParameterValueMapper that does nothing.
NONE - 接口中的静态变量 org.springframework.boot.actuate.endpoint.SecurityContext
Empty security context.
NONE - 类中的静态变量 org.springframework.boot.actuate.logging.LoggersEndpoint.LoggersDescriptor
Empty description.
NONE - 接口中的静态变量 org.springframework.boot.buildpack.platform.docker.UpdateListener
A no-op update listener.
NONE - 类中的静态变量 org.springframework.boot.context.config.ConfigData.Options
No options.
NONE - 接口中的静态变量 org.springframework.boot.context.config.ConfigDataEnvironmentUpdateListener
NONE - 接口中的静态变量 org.springframework.boot.context.properties.bind.PlaceholdersResolver
NONE - 批注接口中的静态变量 org.springframework.boot.convert.Delimiter
A delimiter value used to indicate that no delimiter is required and the result should be a single element containing the entire string.
NONE - 接口中的静态变量 org.springframework.boot.devtools.filewatch.SnapshotStateRepository
A No-op SnapshotStateRepository that does not save state.
NONE - 接口中的静态变量 org.springframework.boot.devtools.restart.classloader.ClassLoaderFileRepository
Empty ClassLoaderFileRepository implementation.
NONE - 接口中的静态变量 org.springframework.boot.devtools.restart.FailureHandler
FailureHandler that always aborts.
NONE - 接口中的静态变量 org.springframework.boot.devtools.restart.RestartInitializer
RestartInitializer that doesn't return any URLs.
NONE - 接口中的静态变量 org.springframework.boot.loader.tools.Libraries
Represents no libraries.
NONE - 类中的静态变量 org.springframework.boot.logging.LoggingSystem
The value of the LoggingSystem.SYSTEM_PROPERTY that can be used to indicate that no LoggingSystem should be used.
NONE - 接口中的静态变量 org.springframework.boot.ssl.SslBundleKey
SslBundleKey that returns no values.
NONE - 接口中的静态变量 org.springframework.boot.ssl.SslOptions
SslOptions that returns null results.
NONE - 接口中的静态变量 org.springframework.boot.ssl.SslStoreBundle
SslStoreBundle that returns null for each method.
NoneNestedConditions - org.springframework.boot.autoconfigure.condition中的类
Condition that will match when none of the nested class conditions match.
NoneNestedConditions(ConfigurationCondition.ConfigurationPhase) - 类的构造器 org.springframework.boot.autoconfigure.condition.NoneNestedConditions
 
NonUniqueCacheException - org.springframework.boot.actuate.cache中的异常错误类
Exception thrown when multiple caches exist with the same name.
NonUniqueCacheException(String, Collection<String>) - 异常错误类的构造器 org.springframework.boot.actuate.cache.NonUniqueCacheException
 
NoopTracerAutoConfiguration - org.springframework.boot.actuate.autoconfigure.tracing中的类
Auto-configuration for a no-op implementation of Tracer.
NoopTracerAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.tracing.NoopTracerAutoConfiguration
 
noResult() - 类中的静态方法 org.springframework.boot.util.LambdaSafe.InvocationResult
Return an LambdaSafe.InvocationResult instance representing no result.
NORMAL - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiStyle
 
NORMAL - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
Render with normal styling.
NORMALIZED_TIME - 接口中的静态变量 org.springframework.boot.buildpack.platform.io.TarArchive
Instant that can be used to normalize TAR files so all entries have the same modification time.
NoSuchSslBundleException - org.springframework.boot.ssl中的异常错误类
Exception indicating that an SslBundle was referenced with a name that does not match any registered bundle.
NoSuchSslBundleException(String, String) - 异常错误类的构造器 org.springframework.boot.ssl.NoSuchSslBundleException
Create a new SslBundleNotFoundException instance.
NoSuchSslBundleException(String, String, Throwable) - 异常错误类的构造器 org.springframework.boot.ssl.NoSuchSslBundleException
Create a new SslBundleNotFoundException instance.
NOT_YET_VALID - 枚举类 中的枚举常量 org.springframework.boot.info.SslInfo.CertificateValidityInfo.Status
The certificate's validity date range is in the future.
notAvailable(String) - 类中的方法 org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates something is not available.
NOTIFY_KEYSPACE_EVENTS - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.session.RedisSessionProperties.ConfigureAction
Ensure that Redis Keyspace events for Generic commands and Expired events are enabled.
NoUnboundElementsBindHandler - org.springframework.boot.context.properties.bind.handler中的类
BindHandler to enforce that all configuration properties under the root name have been bound.
NoUnboundElementsBindHandler(BindHandler) - 类的构造器 org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
 
NoUnboundElementsBindHandler(BindHandler, Function<ConfigurationPropertySource, Boolean>) - 类的构造器 org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
 
NullAdditionalPropertyValueException(String) - 异常错误类的构造器 org.springframework.boot.loader.tools.BuildPropertiesWriter.NullAdditionalPropertyValueException
 
nullSafeValue(JsonNode, Class<D>) - 类中的方法 org.springframework.boot.jackson.JsonObjectDeserializer
Helper method to extract a value from the given jsonNode or return null when the node itself is null.
nullSafeValue(JsonNode, Class<D>, Function<D, R>) - 类中的方法 org.springframework.boot.jackson.JsonObjectDeserializer
Helper method to extract a value from the given jsonNode or return null when the node itself is null.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
常量字段值|所有程序包|所有类和接口|序列化表格