Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
N
- name() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureAfter
-
The names of the auto-configure classes that should have already been applied.
- name() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureBefore
-
The names of the auto-configure classes that should have not yet been applied.
- name() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
-
The names of beans to check.
- name() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnClass
-
The classes names that must be present.
- name() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
The names of beans to check.
- name() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
-
The name of the properties to test.
- name() - Method in interface org.springframework.boot.docker.compose.core.RunningService
-
Return the name of the service.
- name() - Element in annotation interface org.springframework.boot.test.mock.mockito.MockBean
-
The name of the bean to register or replace.
- name() - Element in annotation interface org.springframework.boot.test.mock.mockito.SpyBean
-
The name of the bean to spy.
- name() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.ServiceConnection
-
The name of the service being connected to.
- Name - Annotation Interface in org.springframework.boot.context.properties.bind
-
Annotation that can be used to specify the name when binding to an immutable property.
- NAME - Static variable in class org.springframework.boot.DefaultPropertiesPropertySource
-
The name of the 'default properties' property source.
- NAME - Static variable in class org.springframework.boot.test.autoconfigure.web.servlet.WebDriverScope
-
WebDriver bean scope name.
- NamedContributor<C> - Interface in org.springframework.boot.actuate.health
-
A single named health endpoint contributors (either
HealthContributor
orReactiveHealthContributor
). - NamedContributors<C> - Interface in org.springframework.boot.actuate.health
-
A collection of named health endpoint contributors (either
HealthContributor
orReactiveHealthContributor
). - nameGenerator() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
-
The
BeanNameGenerator
class to be used for naming detected components within the Spring container. - Naming() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
- NATIVE - Enum constant in enum class org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
-
Connect to a broker using the native Artemis protocol (i.e.
- NATIVE - Enum constant in enum class org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
-
Use the underlying container's native support for forwarded headers.
- NCSA - Enum constant in enum class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog.FORMAT
-
NCSA format, as defined in CustomRequestLog#NCSA_FORMAT.
- NEED - Enum constant in enum class org.springframework.boot.web.server.Ssl.ClientAuth
-
Client authentication is needed and mandatory.
- Neo4jAutoConfiguration - Class in org.springframework.boot.autoconfigure.neo4j
-
Auto-configuration
for Neo4j. - Neo4jAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.neo4j.Neo4jAutoConfiguration
- neo4jClient(Driver, DatabaseSelectionProvider) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
- Neo4jConnectionDetails - Interface in org.springframework.boot.autoconfigure.neo4j
-
Details required to establish a connection to a Neo4j service.
- neo4jConversions() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
- Neo4jDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
-
Auto-configuration
for Spring Data Neo4j. - Neo4jDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
- Neo4jDataProperties - Class in org.springframework.boot.autoconfigure.data.neo4j
-
Configuration properties for Spring Data Neo4j.
- Neo4jDataProperties() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataProperties
- neo4jDriver(Neo4jProperties, Environment, Neo4jConnectionDetails, ObjectProvider<ConfigBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jAutoConfiguration
- Neo4jHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.neo4j
- Neo4jHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.neo4j.Neo4jHealthContributorAutoConfiguration
- Neo4jHealthIndicator - Class in 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) - Constructor for class org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
- neo4jMappingContext(Neo4jManagedTypes, Neo4jConversions) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
- Neo4jProperties - Class in org.springframework.boot.autoconfigure.neo4j
-
Configuration properties for Neo4j.
- Neo4jProperties() - Constructor for class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
- Neo4jProperties.Authentication - Class in org.springframework.boot.autoconfigure.neo4j
- Neo4jProperties.Pool - Class in org.springframework.boot.autoconfigure.neo4j
- Neo4jProperties.Security - Class in org.springframework.boot.autoconfigure.neo4j
- Neo4jProperties.Security.TrustStrategy - Enum Class in org.springframework.boot.autoconfigure.neo4j
- Neo4jReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
-
Auto-configuration
for Spring Data's reactive Neo4j support. - Neo4jReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jReactiveDataAutoConfiguration
- Neo4jReactiveHealthIndicator - Class in 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) - Constructor for class org.springframework.boot.actuate.neo4j.Neo4jReactiveHealthIndicator
- Neo4jReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
-
Auto-configuration
for Spring Data's Neo4j Reactive Repositories. - Neo4jReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jReactiveRepositoriesAutoConfiguration
- Neo4jRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
-
Auto-configuration
for Spring Data's Neo4j Repositories. - Neo4jRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jRepositoriesAutoConfiguration
- neo4jTemplate(Neo4jClient, Neo4jMappingContext) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
- Nested - Annotation Interface in org.springframework.boot.context.properties.bind
-
Meta-annotation that should be added to annotations that indicate a field is a nested type.
- NestedConfigurationProperty - Annotation Interface in org.springframework.boot.context.properties
-
Indicates that a field in a
@ConfigurationProperties
object should be treated as if it were a nested type. - Netty() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
- NettyAutoConfiguration - Class in org.springframework.boot.autoconfigure.netty
-
Auto-configuration
for Netty. - NettyAutoConfiguration(NettyProperties) - Constructor for class org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration
- NettyProperties - Class in org.springframework.boot.autoconfigure.netty
-
@ConfigurationProperties
for the Netty engine. - NettyProperties() - Constructor for class org.springframework.boot.autoconfigure.netty.NettyProperties
- NettyProperties.LeakDetection - Enum Class in org.springframework.boot.autoconfigure.netty
- NettyReactiveWebServerFactory - Class in org.springframework.boot.web.embedded.netty
-
ReactiveWebServerFactory
that can be used to createNettyWebServer
s. - NettyReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- NettyReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- NettyRouteProvider - Interface in org.springframework.boot.web.embedded.netty
-
Function that can add new routes to an
HttpServerRoutes
instance. - NettyRSocketServer - Class in org.springframework.boot.rsocket.netty
-
RSocketServer
that is based on a Reactor Netty server. - NettyRSocketServer(Mono<CloseableChannel>, Duration) - Constructor for class org.springframework.boot.rsocket.netty.NettyRSocketServer
- NettyRSocketServerFactory - Class in org.springframework.boot.rsocket.netty
-
RSocketServerFactory
that can be used to createRSocketServer
s backed by Netty. - NettyRSocketServerFactory() - Constructor for class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- NettyServerCustomizer - Interface in org.springframework.boot.web.embedded.netty
-
Mapping function that can be used to customize a Reactor Netty server instance.
- NettyWebServer - Class in org.springframework.boot.web.embedded.netty
-
WebServer
that can be used to control a Reactor Netty web server. - NettyWebServer(HttpServer, ReactorHttpHandlerAdapter, Duration, Shutdown) - Constructor for class org.springframework.boot.web.embedded.netty.NettyWebServer
-
Deprecated, for removal: This API element is subject to removal in a future version.
- NettyWebServer(HttpServer, ReactorHttpHandlerAdapter, Duration, Shutdown, ReactorResourceFactory) - Constructor for class org.springframework.boot.web.embedded.netty.NettyWebServer
-
Creates a new
NettyWebServer
instance. - nettyWebServerFactoryCustomizer(Environment, ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration
- NettyWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.embedded
-
Customization for Netty-specific features.
- NettyWebServerFactoryCustomizer(Environment, ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.embedded.NettyWebServerFactoryCustomizer
- NettyWebServerFactoryCustomizerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration
- NEVER - Enum constant in enum class org.springframework.boot.actuate.endpoint.Show
-
Never show the item in the response.
- NEVER - Enum constant in enum class org.springframework.boot.ansi.AnsiOutput.Enabled
-
Disable ANSI-colored output.
- NEVER - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
-
Never add error attribute.
- NEVER - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
-
Never add stacktrace information.
- NEVER - Enum constant in enum class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Wait
-
Never perform readiness checks.
- NEVER - Enum constant in enum class org.springframework.boot.sql.init.DatabaseInitializationMode
-
Never initialize the database.
- NEVER - Enum constant in enum class org.springframework.boot.test.context.SpringBootTest.UseMainMethod
-
Never use the
main
method, creating a test-specificSpringApplication
instead. - newInstance(String[]) - Static method in class org.springframework.boot.logging.log4j2.CorrelationIdConverter
-
Factory method to create a new
CorrelationIdConverter
. - newInstance(Configuration, String[]) - Static method in class org.springframework.boot.logging.log4j2.ColorConverter
-
Creates a new instance of the class.
- newInstance(Configuration, String[]) - Static method in class org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
-
Creates a new instance of the class.
- newInstance(Configuration, String[]) - Static method in class org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
-
Creates a new instance of the class.
- newRelicClientProvider(NewRelicConfig) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicMetricsExportAutoConfiguration
- newRelicConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicMetricsExportAutoConfiguration
- newRelicMeterRegistry(NewRelicConfig, Clock, NewRelicClientProvider) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicMetricsExportAutoConfiguration
- NewRelicMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic
-
Auto-configuration
for exporting metrics to New Relic. - NewRelicMetricsExportAutoConfiguration(NewRelicProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicMetricsExportAutoConfiguration
- NewRelicProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic
-
@ConfigurationProperties
for configuring New Relic metrics export. - NewRelicProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
- NewRelicPropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic
-
Adapter to convert
NewRelicProperties
to aNewRelicConfig
. - NewRelicPropertiesConfigAdapter(NewRelicProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
- NINETEEN - Enum constant in enum class org.springframework.boot.system.JavaVersion
-
Java 19.
- NO - Enum constant in enum class org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
-
Don't skip mapping the property.
- NO_ANCESTORS - Enum constant in enum class org.springframework.boot.test.context.assertj.ApplicationContextAssert.Scope
-
Limited to the current context.
- NO_DIRECT_PROPERTY - Enum constant in enum class org.springframework.boot.context.properties.bind.Bindable.BindRestriction
-
Do not bind direct
ConfigurationProperty
matches. - NO_TOKEN - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.TokenType
-
No token.
- Node(String, int) - Constructor for record class org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails.Node
-
Creates an instance of a
Node
record class. - Node(String, int) - Constructor for record class org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Node
-
Creates an instance of a
Node
record class. - Node(String, int, ElasticsearchConnectionDetails.Node.Protocol) - Constructor for record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
- Node(String, int, ElasticsearchConnectionDetails.Node.Protocol, String, String) - Constructor for record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
-
Creates an instance of a
Node
record class. - NOMAD - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
-
Nomad platform.
- noMatch(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcome
instance for 'no match'. - noMatch(ConditionMessage) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcome
instance for 'no match'. - NON_PERSISTENT - Enum constant in enum class org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
-
Does not require that the message be logged to stable storage.
- NONE - Enum constant in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
-
Don't perform any shutdown operation.
- NONE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
No caching.
- NONE - Enum constant in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
-
No compression.
- NONE - Enum constant in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
-
No request throttling.
- NONE - Enum constant in enum class org.springframework.boot.autoconfigure.data.RepositoryType
-
Enables no repositories.
- NONE - Enum constant in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.ConfigureAction
-
No not attempt to apply any custom Redis configuration.
- NONE - Enum constant in enum class org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
-
Ignore X-Forwarded-* headers.
- NONE - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
-
No Cloud platform.
- NONE - Enum constant in enum class org.springframework.boot.docker.compose.lifecycle.LifecycleManagement
-
Don't start or stop Docker Compose.
- NONE - Enum constant in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
No Connection.
- NONE - Enum constant in enum class org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
-
No Connection.
- NONE - Enum constant in enum class org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
-
Don't replace the application default DataSource.
- NONE - Enum constant in enum class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
-
Do not print MVC interactions.
- NONE - Enum constant in enum class org.springframework.boot.test.context.SpringBootTest.WebEnvironment
-
Creates an
ApplicationContext
and setsSpringApplication.setWebApplicationType(WebApplicationType)
toWebApplicationType.NONE
. - NONE - Enum constant in enum class org.springframework.boot.test.mock.mockito.MockReset
-
Don't reset the mock.
- NONE - Enum constant in enum class org.springframework.boot.web.server.Cookie.SameSite
-
Cookies are sent in both first-party and cross-origin requests.
- NONE - Enum constant in enum class org.springframework.boot.web.server.Ssl.ClientAuth
-
Client authentication is not wanted.
- NONE - Enum constant in enum class org.springframework.boot.WebApplicationType
-
The application should not run as a web application and should not start an embedded web server.
- NONE - Static variable in interface org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
-
A
ParameterValueMapper
that does nothing. - NONE - Static variable in interface org.springframework.boot.actuate.endpoint.SecurityContext
-
Empty security context.
- NONE - Static variable in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggersDescriptor
-
Empty description.
- NONE - Static variable in class org.springframework.boot.context.config.ConfigData.Options
-
No options.
- NONE - Static variable in interface org.springframework.boot.context.config.ConfigDataEnvironmentUpdateListener
-
A
ConfigDataEnvironmentUpdateListener
that does nothing. - NONE - Static variable in interface org.springframework.boot.context.properties.bind.PlaceholdersResolver
-
No-op
PropertyResolver
. - NONE - Static variable in annotation interface 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 - Static variable in interface org.springframework.boot.devtools.filewatch.SnapshotStateRepository
-
A No-op
SnapshotStateRepository
that does not save state. - NONE - Static variable in interface org.springframework.boot.devtools.restart.classloader.ClassLoaderFileRepository
-
Empty
ClassLoaderFileRepository
implementation. - NONE - Static variable in interface org.springframework.boot.devtools.restart.FailureHandler
-
FailureHandler
that always aborts. - NONE - Static variable in interface org.springframework.boot.devtools.restart.RestartInitializer
-
RestartInitializer
that doesn't return any URLs. - NONE - Static variable in class org.springframework.boot.logging.LoggingSystem
-
The value of the
LoggingSystem.SYSTEM_PROPERTY
that can be used to indicate that noLoggingSystem
should be used. - NONE - Static variable in interface org.springframework.boot.ssl.SslBundleKey
-
SslBundleKey
that returns no values. - NONE - Static variable in interface org.springframework.boot.ssl.SslOptions
-
SslOptions
that returnsnull
results. - NONE - Static variable in interface org.springframework.boot.ssl.SslStoreBundle
-
SslStoreBundle
that returnsnull
for each method. - NoneNestedConditions - Class in org.springframework.boot.autoconfigure.condition
-
Condition
that will match when none of the nested class conditions match. - NoneNestedConditions(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.NoneNestedConditions
- NonUniqueCacheException - Exception in org.springframework.boot.actuate.cache
-
Exception thrown when multiple caches exist with the same name.
- NonUniqueCacheException(String, Collection<String>) - Constructor for exception org.springframework.boot.actuate.cache.NonUniqueCacheException
- NoopTracerAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.tracing
-
Auto-configuration
for a no-op implementation ofTracer
. - NoopTracerAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.tracing.NoopTracerAutoConfiguration
- noResult() - Static method in class org.springframework.boot.util.LambdaSafe.InvocationResult
-
Return an
LambdaSafe.InvocationResult
instance representing no result. - NORMAL - Enum constant in enum class org.springframework.boot.ansi.AnsiStyle
- NORMAL - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
-
Render with normal styling.
- NoSuchSslBundleException - Exception in org.springframework.boot.ssl
-
Exception indicating that an
SslBundle
was referenced with a name that does not match any registered bundle. - NoSuchSslBundleException(String, String) - Constructor for exception org.springframework.boot.ssl.NoSuchSslBundleException
-
Create a new
SslBundleNotFoundException
instance. - NoSuchSslBundleException(String, String, Throwable) - Constructor for exception org.springframework.boot.ssl.NoSuchSslBundleException
-
Create a new
SslBundleNotFoundException
instance. - notAvailable(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicates something is not available.
- NOTIFY_KEYSPACE_EVENTS - Enum constant in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.ConfigureAction
-
Ensure that Redis Keyspace events for Generic commands and Expired events are enabled.
- NoUnboundElementsBindHandler - Class in org.springframework.boot.context.properties.bind.handler
-
BindHandler
to enforce that all configuration properties under the root name have been bound. - NoUnboundElementsBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
- NoUnboundElementsBindHandler(BindHandler, Function<ConfigurationPropertySource, Boolean>) - Constructor for class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
- nullSafeValue(JsonNode, Class<D>) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
-
Helper method to extract a value from the given
jsonNode
or returnnull
when the node itself isnull
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
NettyWebServer(HttpServer, ReactorHttpHandlerAdapter, Duration, Shutdown, ReactorResourceFactory)