- Name - Annotation Type 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. 
- NamedContributor<C> - Interface in org.springframework.boot.actuate.health
- 
- NamedContributors<C> - Interface in org.springframework.boot.actuate.health
- 
- NamedPipeSocket - Class in org.springframework.boot.buildpack.platform.socket
- 
A  Socket implementation for named pipes. 
- Naming() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
-  
- Neo4jAutoConfiguration - Class in org.springframework.boot.autoconfigure.neo4j
- 
- Neo4jAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.neo4j.Neo4jAutoConfiguration
-  
- neo4jClient(Driver, DatabaseSelectionProvider) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
-  
- neo4jConversions() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
-  
- Neo4jDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.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, 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(ApplicationContext, 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 in org.springframework.boot.autoconfigure.neo4j
-  
- Neo4jReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
- 
- 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
- 
- Neo4jReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jReactiveRepositoriesAutoConfiguration
-  
- Neo4jRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
- 
- Neo4jRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jRepositoriesAutoConfiguration
-  
- neo4jTemplate(Neo4jClient, Neo4jMappingContext) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
-  
- NestedConfigurationProperty - Annotation Type in org.springframework.boot.context.properties
- 
- Netty() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
-  
- NettyAutoConfiguration - Class in org.springframework.boot.autoconfigure.netty
- 
- NettyAutoConfiguration(NettyProperties) - Constructor for class org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration
-  
- NettyProperties - Class in org.springframework.boot.autoconfigure.netty
- 
- NettyProperties() - Constructor for class org.springframework.boot.autoconfigure.netty.NettyProperties
-  
- NettyProperties.LeakDetection - Enum in org.springframework.boot.autoconfigure.netty
-  
- NettyReactiveWebServerFactory - Class in org.springframework.boot.web.embedded.netty
- 
- 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 HttpServerRoutesinstance.
 
- NettyRSocketServer - Class in org.springframework.boot.rsocket.netty
- 
- NettyRSocketServer(Mono<CloseableChannel>, Duration) - Constructor for class org.springframework.boot.rsocket.netty.NettyRSocketServer
-  
- NettyRSocketServerFactory - Class in org.springframework.boot.rsocket.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
-  
- 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
-  
- 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. 
- newInstance(Supplier<C>, boolean, List<ApplicationContextInitializer<? super C>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<AbstractApplicationContextRunner.BeanRegistration<?>>, List<Configurations>) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
- 
Deprecated. 
- newInstance(Supplier<ConfigurableApplicationContext>, boolean, List<ApplicationContextInitializer<? super ConfigurableApplicationContext>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<AbstractApplicationContextRunner.BeanRegistration<?>>, List<Configurations>) - Method in class org.springframework.boot.test.context.runner.ApplicationContextRunner
- 
Deprecated. 
- newInstance(Supplier<ConfigurableReactiveWebApplicationContext>, boolean, List<ApplicationContextInitializer<? super ConfigurableReactiveWebApplicationContext>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<AbstractApplicationContextRunner.BeanRegistration<?>>, List<Configurations>) - Method in class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
- 
Deprecated. 
- newInstance(Supplier<ConfigurableWebApplicationContext>, boolean, List<ApplicationContextInitializer<? super ConfigurableWebApplicationContext>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<AbstractApplicationContextRunner.BeanRegistration<?>>, List<Configurations>) - Method in class org.springframework.boot.test.context.runner.WebApplicationContextRunner
- 
Deprecated. 
- 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
- 
- 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
- 
- NewRelicProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
-  
- NewRelicPropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic
- 
- NewRelicPropertiesConfigAdapter(NewRelicProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
-  
- NoHelpCommandArgumentsException - Exception in org.springframework.boot.cli.command
- 
Exception used to when the help command is called without arguments. 
- NoHelpCommandArgumentsException() - Constructor for exception org.springframework.boot.cli.command.NoHelpCommandArgumentsException
-  
- noMatch(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
- 
- noMatch(ConditionMessage) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
- 
- NONE - Static variable in interface org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
- 
- NONE - Static variable in interface org.springframework.boot.actuate.endpoint.SecurityContext
- 
Empty security context. 
- NONE - Static variable in interface org.springframework.boot.buildpack.platform.docker.UpdateListener
- 
A no-op update listener. 
- none() - Static method in interface org.springframework.boot.buildpack.platform.docker.UpdateListener
- 
A no-op update listener that does nothing. 
- 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
- 
- NONE - Static variable in interface org.springframework.boot.context.properties.bind.PlaceholdersResolver
- 
- NONE - Static variable in annotation type 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
- 
- NONE - Static variable in interface org.springframework.boot.devtools.restart.classloader.ClassLoaderFileRepository
- 
- NONE - Static variable in interface org.springframework.boot.devtools.restart.FailureHandler
- 
- NONE - Static variable in interface org.springframework.boot.devtools.restart.RestartInitializer
- 
- None() - Constructor for class org.springframework.boot.loader.tools.Layouts.None
-  
- NONE - Static variable in interface org.springframework.boot.loader.tools.Libraries
- 
Represents no libraries. 
- NONE - Static variable in class org.springframework.boot.logging.LoggingSystem
- 
- 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
-  
- NonUniqueSessionRepositoryException - Exception in org.springframework.boot.autoconfigure.session
- 
Exception thrown when multiple SessionRepositoryimplementations are available
 with no way to know which implementation should be used.
 
- NonUniqueSessionRepositoryException(List<Class<?>>) - Constructor for exception org.springframework.boot.autoconfigure.session.NonUniqueSessionRepositoryException
-  
- noResult() - Static method in class org.springframework.boot.util.LambdaSafe.InvocationResult
- 
- NORMALIZED_TIME - Static variable in interface org.springframework.boot.buildpack.platform.io.TarArchive
- 
Instant that can be used to normalize TAR files so all entries have the
 same modification time. 
- NoSuchCommandException - Exception in org.springframework.boot.cli.command
- 
Exception used when a command is not found. 
- NoSuchCommandException(String) - Constructor for exception org.springframework.boot.cli.command.NoSuchCommandException
-  
- notAvailable(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
- 
Indicates something is not available. 
- 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
-  
- NullAdditionalPropertyValueException(String) - Constructor for exception org.springframework.boot.loader.tools.BuildPropertiesWriter.NullAdditionalPropertyValueException
-  
- nullSafeValue(JsonNode, Class<D>) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
- 
Helper method to extract a value from the given jsonNodeor returnnullwhen the node itself isnull.