Skip navigation links
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 - 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
A single named health endpoint contributors (either HealthContributor or ReactiveHealthContributor).
NamedContributors<C> - Interface in org.springframework.boot.actuate.health
A collection of named health endpoint contributors (either HealthContributor or ReactiveHealthContributor).
NamedParameterJdbcOperationsDependsOnPostProcessor - Class in org.springframework.boot.autoconfigure.jdbc
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of DependsOnDatabaseInitializationDetector
NamedParameterJdbcOperationsDependsOnPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcOperationsDependsOnPostProcessor
Deprecated.
Creates a new NamedParameterJdbcOperationsDependsOnPostProcessor that will set up dependencies upon beans with the given names.
NamedParameterJdbcOperationsDependsOnPostProcessor(Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcOperationsDependsOnPostProcessor
Deprecated.
Creates a new NamedParameterJdbcOperationsDependsOnPostProcessor that will set up dependencies upon beans with the given types.
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
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, 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
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
 
NestedConfigurationProperty - Annotation Type 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
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 in org.springframework.boot.autoconfigure.netty
 
NettyReactiveWebServerFactory - Class in org.springframework.boot.web.embedded.netty
ReactiveWebServerFactory that can be used to create NettyWebServers.
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 create RSocketServers 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
 
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<SELF, C, A>.BeanRegistration<?>>, List<Configurations>) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
 
newInstance(Supplier<ConfigurableApplicationContext>, boolean, List<ApplicationContextInitializer<? super ConfigurableApplicationContext>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<AbstractApplicationContextRunner<ApplicationContextRunner, ConfigurableApplicationContext, AssertableApplicationContext>.BeanRegistration<?>>, List<Configurations>) - Method in class org.springframework.boot.test.context.runner.ApplicationContextRunner
 
newInstance(Supplier<ConfigurableReactiveWebApplicationContext>, boolean, List<ApplicationContextInitializer<? super ConfigurableReactiveWebApplicationContext>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<AbstractApplicationContextRunner<ReactiveWebApplicationContextRunner, ConfigurableReactiveWebApplicationContext, AssertableReactiveWebApplicationContext>.BeanRegistration<?>>, List<Configurations>) - Method in class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
 
newInstance(Supplier<ConfigurableWebApplicationContext>, boolean, List<ApplicationContextInitializer<? super ConfigurableWebApplicationContext>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<AbstractApplicationContextRunner<WebApplicationContextRunner, ConfigurableWebApplicationContext, AssertableWebApplicationContext>.BeanRegistration<?>>, List<Configurations>) - Method in class org.springframework.boot.test.context.runner.WebApplicationContextRunner
 
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 a NewRelicConfig.
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
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'.
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 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
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() - 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
The value of the LoggingSystem.SYSTEM_PROPERTY that can be used to indicate that no LoggingSystem should be used.
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 SessionRepository implementations 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
Return an LambdaSafe.InvocationResult instance representing no result.
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 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 
Skip navigation links