Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
N
- NACK - Enum constant in enum class org.springframework.messaging.simp.stomp.StompCommand
- name - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
- name - Variable in class org.springframework.core.env.PropertySource
- name() - Element in annotation interface org.springframework.context.annotation.Bean
-
The name of this bean, or if several names, a primary bean name plus aliases.
- name() - Element in annotation interface org.springframework.context.annotation.PropertySource
-
Indicate the unique name of this property source.
- name() - Method in record class org.springframework.core.io.support.PropertySourceDescriptor
-
Returns the value of the
name
record component. - name() - Method in interface org.springframework.http.codec.multipart.Part
-
Return the name of the part in the multipart form.
- name() - Method in interface org.springframework.http.codec.multipart.PartEvent
-
Return the name of the event, as provided through the
Content-Disposition name
parameter. - name() - Method in class org.springframework.http.HttpMethod
-
Return the name of this method, e.g.
- name() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedNotification
- name() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedOperationParameter
- name() - Element in annotation interface org.springframework.messaging.handler.annotation.Header
-
The name of the request header to bind to.
- name() - Element in annotation interface org.springframework.test.annotation.IfProfileValue
-
The
name
of the profile value against which to test. - name() - Element in annotation interface org.springframework.test.context.ContextConfiguration
-
The name of the context hierarchy level represented by this configuration.
- name() - Element in annotation interface org.springframework.test.context.junit.jupiter.SpringJUnitConfig
-
Alias for
ContextConfiguration.name()
. - name() - Element in annotation interface org.springframework.test.context.junit.jupiter.web.SpringJUnitWebConfig
-
Alias for
ContextConfiguration.name()
. - name() - Element in annotation interface org.springframework.web.bind.annotation.CookieValue
-
The name of the cookie to bind to.
- name() - Element in annotation interface org.springframework.web.bind.annotation.DeleteMapping
-
Alias for
RequestMapping.name()
. - name() - Element in annotation interface org.springframework.web.bind.annotation.GetMapping
-
Alias for
RequestMapping.name()
. - name() - Element in annotation interface org.springframework.web.bind.annotation.MatrixVariable
-
The name of the matrix variable.
- name() - Element in annotation interface org.springframework.web.bind.annotation.ModelAttribute
-
The name of the model attribute to bind to.
- name() - Element in annotation interface org.springframework.web.bind.annotation.PatchMapping
-
Alias for
RequestMapping.name()
. - name() - Element in annotation interface org.springframework.web.bind.annotation.PathVariable
-
The name of the path variable to bind to.
- name() - Element in annotation interface org.springframework.web.bind.annotation.PostMapping
-
Alias for
RequestMapping.name()
. - name() - Element in annotation interface org.springframework.web.bind.annotation.PutMapping
-
Alias for
RequestMapping.name()
. - name() - Element in annotation interface org.springframework.web.bind.annotation.RequestAttribute
-
The name of the request attribute to bind to.
- name() - Element in annotation interface org.springframework.web.bind.annotation.RequestHeader
-
The name of the request header to bind to.
- name() - Element in annotation interface org.springframework.web.bind.annotation.RequestMapping
-
Assign a name to this mapping.
- name() - Element in annotation interface org.springframework.web.bind.annotation.RequestParam
-
The name of the request parameter to bind to.
- name() - Element in annotation interface org.springframework.web.bind.annotation.RequestPart
-
The name of the part in the
"multipart/form-data"
request to bind to. - name() - Element in annotation interface org.springframework.web.bind.annotation.SessionAttribute
-
The name of the session attribute to bind to.
- name() - Method in interface org.springframework.web.reactive.function.server.RenderingResponse
-
Return the name of the template to be rendered.
- name() - Method in interface org.springframework.web.servlet.function.RenderingResponse
-
Return the name of the template to be rendered.
- name(String) - Method in interface org.springframework.http.ContentDisposition.Builder
-
Set the value of the name parameter.
- name(String) - Method in class org.springframework.test.web.servlet.result.ViewResultMatchers
-
Assert the selected view name.
- name(String) - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
-
Add an SSE "event" line.
- name(Matcher<? super String>) - Method in class org.springframework.test.web.servlet.result.ViewResultMatchers
-
Assert the selected view name with the given Hamcrest
Matcher
. - NAME_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
Constant for the "name" attribute.
- NAME_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- NAME_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
- named(String) - Static method in class org.springframework.core.env.PropertySource
-
Return a
PropertySource
implementation intended for collection comparison purposes only. - named(String, String, int) - Static method in interface org.springframework.r2dbc.core.binding.BindMarkersFactory
-
Create named
BindMarkers
using identifiers to bind parameters. - named(String, String, int, Function<String, String>) - Static method in interface org.springframework.r2dbc.core.binding.BindMarkersFactory
-
Create named
BindMarkers
using identifiers to bind parameters. - NamedBean - Interface in org.springframework.beans.factory
-
Counterpart of
BeanNameAware
. - NamedBeanHolder<T> - Class in org.springframework.beans.factory.config
-
A simple holder for a given bean name plus bean instance.
- NamedBeanHolder(String, T) - Constructor for class org.springframework.beans.factory.config.NamedBeanHolder
-
Create a new holder for the given bean name plus instance.
- NamedCacheResolver - Class in org.springframework.cache.interceptor
-
A
CacheResolver
that forces the resolution to a configurable collection of name(s) against a givenCacheManager
. - NamedCacheResolver() - Constructor for class org.springframework.cache.interceptor.NamedCacheResolver
- NamedCacheResolver(CacheManager, String...) - Constructor for class org.springframework.cache.interceptor.NamedCacheResolver
- NamedInheritableThreadLocal<T> - Class in org.springframework.core
-
InheritableThreadLocal
subclass that exposes a specified name asNamedInheritableThreadLocal.toString()
result (allowing for introspection). - NamedInheritableThreadLocal(String) - Constructor for class org.springframework.core.NamedInheritableThreadLocal
-
Create a new NamedInheritableThreadLocal with the given name.
- NamedParameterJdbcDaoSupport - Class in org.springframework.jdbc.core.namedparam
-
Extension of JdbcDaoSupport that exposes a NamedParameterJdbcTemplate as well.
- NamedParameterJdbcDaoSupport() - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
- NamedParameterJdbcOperations - Interface in org.springframework.jdbc.core.namedparam
-
Interface specifying a basic set of JDBC operations allowing the use of named parameters rather than the traditional '?' placeholders.
- NamedParameterJdbcTemplate - Class in org.springframework.jdbc.core.namedparam
-
Template class with a basic set of JDBC operations, allowing the use of named parameters rather than traditional '?' placeholders.
- NamedParameterJdbcTemplate(DataSource) - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
-
Create a new NamedParameterJdbcTemplate for the given
DataSource
. - NamedParameterJdbcTemplate(JdbcOperations) - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
-
Create a new NamedParameterJdbcTemplate for the given classic Spring
JdbcTemplate
. - namedParameters(boolean) - Method in interface org.springframework.r2dbc.core.DatabaseClient.Builder
-
Configure whether to use named parameter expansion.
- NamedParameterUtils - Class in org.springframework.jdbc.core.namedparam
-
Helper methods for named parameter parsing.
- NamedParameterUtils() - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterUtils
- NamedThreadLocal<T> - Class in org.springframework.core
-
ThreadLocal
subclass that exposes a specified name asNamedThreadLocal.toString()
result (allowing for introspection). - NamedThreadLocal(String) - Constructor for class org.springframework.core.NamedThreadLocal
-
Create a new NamedThreadLocal with the given name.
- NamedValueInfo(String, boolean, String) - Constructor for class org.springframework.messaging.handler.annotation.reactive.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
- NamedValueInfo(String, boolean, String) - Constructor for class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
- NamedValueInfo(String, boolean, String) - Constructor for class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
- NamedValueInfo(String, boolean, String) - Constructor for class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver.NamedValueInfo
- NamedValueInfo(String, boolean, String, String, boolean) - Constructor for class org.springframework.web.service.invoker.AbstractNamedValueArgumentResolver.NamedValueInfo
-
Create an instance.
- nameGenerator() - Element in annotation interface org.springframework.context.annotation.ComponentScan
-
The
BeanNameGenerator
class to be used for naming detected components within the Spring container. - NameMatchCacheOperationSource - Class in org.springframework.cache.interceptor
-
Simple
CacheOperationSource
implementation that allows attributes to be matched by registered name. - NameMatchCacheOperationSource() - Constructor for class org.springframework.cache.interceptor.NameMatchCacheOperationSource
- NameMatchMethodPointcut - Class in org.springframework.aop.support
-
Pointcut bean for simple method name matches, as an alternative to regexp patterns.
- NameMatchMethodPointcut() - Constructor for class org.springframework.aop.support.NameMatchMethodPointcut
- NameMatchMethodPointcutAdvisor - Class in org.springframework.aop.support
-
Convenient class for name-match method pointcuts that hold an Advice, making them an Advisor.
- NameMatchMethodPointcutAdvisor() - Constructor for class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
- NameMatchMethodPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
- NameMatchTransactionAttributeSource - Class in org.springframework.transaction.interceptor
-
Simple
TransactionAttributeSource
implementation that allows attributes to be matched by registered name. - NameMatchTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
- names() - Element in annotation interface org.springframework.web.bind.annotation.SessionAttributes
-
The names of session attributes in the model that should be stored in the session or some conversational storage.
- NamespaceHandler - Interface in org.springframework.beans.factory.xml
-
Base interface used by the
DefaultBeanDefinitionDocumentReader
for handling custom namespaces in a Spring XML configuration file. - NamespaceHandlerResolver - Interface in org.springframework.beans.factory.xml
-
Used by the
DefaultBeanDefinitionDocumentReader
to locate aNamespaceHandler
implementation for a particular namespace URI. - NamespaceHandlerSupport - Class in org.springframework.beans.factory.xml
-
Support class for implementing custom
NamespaceHandlers
. - NamespaceHandlerSupport() - Constructor for class org.springframework.beans.factory.xml.NamespaceHandlerSupport
- NameValueExpression<T> - Interface in org.springframework.web.reactive.result.condition
-
A contract for
"name!=value"
style expression used to specify request parameters and request header conditions in@RequestMapping
. - NameValueExpression<T> - Interface in org.springframework.web.servlet.mvc.condition
-
A contract for
"name!=value"
style expression used to specify request parameters and request header conditions in@RequestMapping
. - NamingPolicy - Interface in org.springframework.cglib.core
-
Customize the generated class name for
AbstractClassGenerator
-based utilities. - namingStrategyInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
- narrow(Object) - Method in class org.springframework.core.convert.TypeDescriptor
-
Narrows this
TypeDescriptor
by setting its type to the class of the provided value. - NATIVE_HEADERS - Static variable in class org.springframework.messaging.support.NativeMessageHeaderAccessor
-
The header name used to store native headers.
- NativeConfigurationWriter - Class in org.springframework.aot.nativex
-
Write
RuntimeHints
as GraalVM native configuration. - NativeConfigurationWriter() - Constructor for class org.springframework.aot.nativex.NativeConfigurationWriter
- NativeDetector - Class in org.springframework.core
-
A common delegate for detecting a GraalVM native image environment.
- NativeDetector() - Constructor for class org.springframework.core.NativeDetector
- NativeDetector.Context - Enum Class in org.springframework.core
-
Native image context as defined in GraalVM's ImageInfo.
- NativeMessageHeaderAccessor - Class in org.springframework.messaging.support
-
MessageHeaderAccessor
subclass that supports storage and access of headers from an external source such as a message broker. - NativeMessageHeaderAccessor() - Constructor for class org.springframework.messaging.support.NativeMessageHeaderAccessor
-
Protected constructor to create a new instance.
- NativeMessageHeaderAccessor(Map<String, List<String>>) - Constructor for class org.springframework.messaging.support.NativeMessageHeaderAccessor
-
Protected constructor to create an instance with the given native headers.
- NativeMessageHeaderAccessor(Message<?>) - Constructor for class org.springframework.messaging.support.NativeMessageHeaderAccessor
-
Protected constructor that copies headers from another message.
- NativeWebRequest - Interface in org.springframework.web.context.request
-
Extension of the
WebRequest
interface, exposing the native request and response objects in a generic fashion. - NativeWebSocketSession - Interface in org.springframework.web.socket.adapter
-
A
WebSocketSession
that exposes the underlying, native WebSocketSession through a getter. - NE - Static variable in class org.springframework.cglib.core.CodeEmitter
- nearest() - Static method in class org.springframework.core.annotation.MergedAnnotationSelectors
-
Select the nearest annotation, i.e.
- needsRefresh(Class<?>) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata
-
Determine whether this metadata instance needs to be refreshed.
- needsRefresh(InjectionMetadata, Class<?>) - Static method in class org.springframework.beans.factory.annotation.InjectionMetadata
-
Check whether the given injection metadata needs to be refreshed.
- NEG - Static variable in class org.springframework.cglib.core.CodeEmitter
- negate() - Method in interface org.springframework.web.reactive.function.server.RequestPredicate
-
Return a predicate that represents the logical negation of this predicate.
- negate() - Method in interface org.springframework.web.servlet.function.RequestPredicate
-
Return a predicate that represents the logical negation of this predicate.
- NEGATIVE_REPEATED_TEXT_COUNT - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- nest(RequestPredicate, Consumer<RouterFunctions.Builder>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Route to a built router function if the given request predicate applies.
- nest(RequestPredicate, Supplier<RouterFunction<ServerResponse>>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Route to the supplied router function if the given request predicate applies.
- nest(RequestPredicate, RouterFunction<T>) - Static method in class org.springframework.web.reactive.function.server.RouterFunctions
-
Route to the given router function if the given request predicate applies.
- nest(ServerRequest) - Method in interface org.springframework.web.reactive.function.server.RequestPredicate
-
Transform the given request into a request used for a nested route.
- nest(RequestPredicate, Consumer<RouterFunctions.Builder>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Route to a built router function if the given request predicate applies.
- nest(RequestPredicate, Supplier<RouterFunction<ServerResponse>>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Route to the supplied router function if the given request predicate applies.
- nest(RequestPredicate, RouterFunction<T>) - Static method in class org.springframework.web.servlet.function.RouterFunctions
-
Route to the given router function if the given request predicate applies.
- nest(ServerRequest) - Method in interface org.springframework.web.servlet.function.RequestPredicate
-
Transform the given request into a request used for a nested route.
- nested() - Method in class org.springframework.core.MethodParameter
-
Return a variant of this
MethodParameter
which points to the same parameter but one nesting level deeper. - nested(int) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
- nested(Integer) - Method in class org.springframework.core.MethodParameter
-
Return a variant of this
MethodParameter
which points to the same parameter but one nesting level deeper. - nested(Field, int) - Static method in class org.springframework.core.convert.TypeDescriptor
-
Create a type descriptor for a nested type declared within the field.
- nested(Property, int) - Static method in class org.springframework.core.convert.TypeDescriptor
-
Create a type descriptor for a nested type declared within the property.
- nested(MethodParameter, int) - Static method in class org.springframework.core.convert.TypeDescriptor
-
Create a type descriptor for a nested type declared within the method parameter.
- NESTED - Enum constant in enum class org.springframework.transaction.annotation.Propagation
-
Execute within a nested transaction if a current transaction exists, behave like
REQUIRED
otherwise. - NESTED_BEANS_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
- NESTED_PATH_SEPARATOR - Static variable in interface org.springframework.validation.Errors
-
The separator between path elements in a nested path, for example in "customer.name" or "customer.address.street".
- NESTED_PATH_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Name of the exposed path variable within the scope of this tag: "nestedPath".
- NESTED_PATH_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.NestedPathTag
-
Name of the exposed variable within the scope of this tag: "nestedPath".
- NESTED_PROPERTY_SEPARATOR - Static variable in interface org.springframework.beans.PropertyAccessor
-
Path separator for nested properties.
- NESTED_PROPERTY_SEPARATOR_CHAR - Static variable in interface org.springframework.beans.PropertyAccessor
-
Path separator for nested properties.
- NestedCheckedException - Exception in org.springframework.core
-
Handy class for wrapping checked
Exceptions
with a root cause. - NestedCheckedException(String) - Constructor for exception org.springframework.core.NestedCheckedException
-
Construct a
NestedCheckedException
with the specified detail message. - NestedCheckedException(String, Throwable) - Constructor for exception org.springframework.core.NestedCheckedException
-
Construct a
NestedCheckedException
with the specified detail message and nested exception. - NestedExceptionUtils - Class in org.springframework.core
-
Helper class for implementing exception classes which are capable of holding nested exceptions.
- NestedExceptionUtils() - Constructor for class org.springframework.core.NestedExceptionUtils
- nestedIfOptional() - Method in class org.springframework.core.MethodParameter
-
Return a variant of this
MethodParameter
which points to the same parameter but one nesting level deeper in case of aOptional
declaration. - NestedPathTag - Class in org.springframework.web.servlet.tags
-
The
<nestedPath>
tag supports and assists with nested beans or bean properties in the model. - NestedPathTag() - Constructor for class org.springframework.web.servlet.tags.NestedPathTag
- NestedRuntimeException - Exception in org.springframework.core
-
Handy class for wrapping runtime
Exceptions
with a root cause. - NestedRuntimeException(String) - Constructor for exception org.springframework.core.NestedRuntimeException
-
Construct a
NestedRuntimeException
with the specified detail message. - NestedRuntimeException(String, Throwable) - Constructor for exception org.springframework.core.NestedRuntimeException
-
Construct a
NestedRuntimeException
with the specified detail message and nested exception. - NestedServletException - Exception in org.springframework.web.util
-
Deprecated.
- NestedServletException(String) - Constructor for exception org.springframework.web.util.NestedServletException
-
Deprecated.Construct a
NestedServletException
with the specified detail message. - NestedServletException(String, Throwable) - Constructor for exception org.springframework.web.util.NestedServletException
-
Deprecated.Construct a
NestedServletException
with the specified detail message and nested exception. - NestedTestConfiguration - Annotation Interface in org.springframework.test.context
-
@NestedTestConfiguration
is a type-level annotation that is used to configure how Spring test configuration annotations are processed within enclosing class hierarchies (i.e., for inner test classes). - NestedTestConfiguration.EnclosingConfiguration - Enum Class in org.springframework.test.context
-
Enumeration of modes that dictate how test configuration from enclosing classes is processed for inner test classes.
- NestedTransactionNotSupportedException - Exception in org.springframework.transaction
-
Exception thrown when attempting to work with a nested transaction but nested transactions are not supported by the underlying backend.
- NestedTransactionNotSupportedException(String) - Constructor for exception org.springframework.transaction.NestedTransactionNotSupportedException
-
Constructor for NestedTransactionNotSupportedException.
- NestedTransactionNotSupportedException(String, Throwable) - Constructor for exception org.springframework.transaction.NestedTransactionNotSupportedException
-
Constructor for NestedTransactionNotSupportedException.
- Netty5BufferDecoder - Class in org.springframework.core.codec
-
Decoder for
Buffers
. - Netty5BufferDecoder() - Constructor for class org.springframework.core.codec.Netty5BufferDecoder
- Netty5BufferEncoder - Class in org.springframework.core.codec
-
Encoder for
Buffers
. - Netty5BufferEncoder() - Constructor for class org.springframework.core.codec.Netty5BufferEncoder
- Netty5DataBuffer - Class in org.springframework.core.io.buffer
-
Implementation of the
DataBuffer
interface that wraps a Netty 5Buffer
. - Netty5DataBufferFactory - Class in org.springframework.core.io.buffer
-
Implementation of the
DataBufferFactory
interface based on a Netty 5BufferAllocator
. - Netty5DataBufferFactory(BufferAllocator) - Constructor for class org.springframework.core.io.buffer.Netty5DataBufferFactory
-
Create a new
Netty5DataBufferFactory
based on the given factory. - Netty5WebSocketSessionSupport<T> - Class in org.springframework.web.reactive.socket.adapter
-
Base class for Netty-based
WebSocketSession
adapters that provides convenience methods to convert NettyWebSocketFrames
to and fromWebSocketMessages
. - Netty5WebSocketSessionSupport(T, HandshakeInfo, Netty5DataBufferFactory) - Constructor for class org.springframework.web.reactive.socket.adapter.Netty5WebSocketSessionSupport
- NettyByteBufDecoder - Class in org.springframework.core.codec
-
Decoder for
ByteBufs
. - NettyByteBufDecoder() - Constructor for class org.springframework.core.codec.NettyByteBufDecoder
- NettyByteBufEncoder - Class in org.springframework.core.codec
-
Encoder for
ByteBufs
. - NettyByteBufEncoder() - Constructor for class org.springframework.core.codec.NettyByteBufEncoder
- NettyDataBuffer - Class in org.springframework.core.io.buffer
-
Implementation of the
DataBuffer
interface that wraps a Netty 4ByteBuf
. - NettyDataBufferFactory - Class in org.springframework.core.io.buffer
-
Implementation of the
DataBufferFactory
interface based on a Netty 4ByteBufAllocator
. - NettyDataBufferFactory(ByteBufAllocator) - Constructor for class org.springframework.core.io.buffer.NettyDataBufferFactory
-
Create a new
NettyDataBufferFactory
based on the given factory. - NettyWebSocketSessionSupport<T> - Class in org.springframework.web.reactive.socket.adapter
-
Base class for Netty-based
WebSocketSession
adapters that provides convenience methods to convert NettyWebSocketFrames
to and fromWebSocketMessages
. - NettyWebSocketSessionSupport(T, HandshakeInfo, NettyDataBufferFactory) - Constructor for class org.springframework.web.reactive.socket.adapter.NettyWebSocketSessionSupport
- NETWORK_AUTHENTICATION_REQUIRED - Enum constant in enum class org.springframework.http.HttpStatus
-
511 Network Authentication Required
. - never() - Static method in class org.springframework.test.web.client.ExpectedCount
-
No calls expected at all, i.e.
- NEVER - Enum constant in enum class org.springframework.transaction.annotation.Propagation
-
Execute non-transactionally, throw an exception if a transaction exists.
- NEVER - Enum constant in enum class org.springframework.util.ConcurrentReferenceHashMap.Restructure
- NEW - Static variable in interface org.springframework.asm.Opcodes
- NEW - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target the type of the object created by a 'new' instruction.
- new_instance(Type) - Method in class org.springframework.cglib.core.CodeEmitter
- new_instance_this() - Method in class org.springframework.cglib.core.CodeEmitter
- newArgPreparedStatementSetter(Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Create a new arg-based PreparedStatementSetter using the args passed in.
- newArgTypePreparedStatementSetter(Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Create a new arg-type-based PreparedStatementSetter using the args and types passed in.
- newarray() - Method in class org.springframework.cglib.core.CodeEmitter
- newarray(Type) - Method in class org.springframework.cglib.core.CodeEmitter
- NEWARRAY - Static variable in interface org.springframework.asm.Opcodes
- NEWARRAY(Type) - Static method in class org.springframework.cglib.core.TypeUtils
- newCachedRowSet() - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
-
Create a new
CachedRowSet
instance, to be populated by thecreateSqlRowSet
implementation. - newCallableStatementCreator(Map<String, ?>) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
-
Return a new CallableStatementCreator instance given these parameters.
- newCallableStatementCreator(Map<String, ?>) - Method in class org.springframework.jdbc.object.SqlCall
-
Return a CallableStatementCreator to perform an operation with these parameters.
- newCallableStatementCreator(ParameterMapper) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
-
Return a new CallableStatementCreator instance given this parameter mapper.
- newCallableStatementCreator(ParameterMapper) - Method in class org.springframework.jdbc.object.SqlCall
-
Return a CallableStatementCreator to perform an operation with the parameters returned from this ParameterMapper.
- newClass(String) - Method in class org.springframework.asm.ClassWriter
-
Adds a class reference to the constant pool of the class being build.
- newConfiguration() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Return a new Configuration object.
- newConst(Object) - Method in class org.springframework.asm.ClassWriter
-
Adds a number or string constant to the constant pool of the class being build.
- newConstantDynamic(String, String, Handle, Object...) - Method in class org.springframework.asm.ClassWriter
-
Adds a dynamic constant reference to the constant pool of the class being build.
- newDocument() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
-
Create a new document to hold the PDF contents.
- newExceptionReference(int) - Static method in class org.springframework.asm.TypeReference
-
Returns a reference to the type of an exception, in a 'throws' clause of a method.
- newFeed() - Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
-
Create a new Feed instance to hold the entries.
- newFeed() - Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
-
Create a new feed to hold the entries.
- newFeed() - Method in class org.springframework.web.servlet.view.feed.AbstractRssFeedView
-
Create a new Channel instance to hold the entries.
- newField(String, String, String) - Method in class org.springframework.asm.ClassWriter
-
Adds a field reference to the constant pool of the class being build.
- newFormalParameterReference(int) - Static method in class org.springframework.asm.TypeReference
-
Returns a reference to the type of a formal parameter of a method.
- newHandle(int, String, String, String) - Method in class org.springframework.asm.ClassWriter
-
Deprecated.this method is superseded by
ClassWriter.newHandle(int, String, String, String, boolean)
. - newHandle(int, String, String, String, boolean) - Method in class org.springframework.asm.ClassWriter
-
Adds a handle to the constant pool of the class being build.
- newHashMap(int) - Static method in class org.springframework.util.CollectionUtils
-
Instantiate a new
HashMap
with an initial capacity that can accommodate the specified number of elements without any immediate resize/rehash operations to be expected. - newInstance() - Method in class org.springframework.cglib.reflect.FastClass
- newInstance() - Method in class org.springframework.cglib.reflect.FastConstructor
- newInstance() - Method in class org.springframework.cglib.reflect.MulticastDelegate
- newInstance() - Method in interface org.springframework.cglib.transform.ClassTransformerFactory
- newInstance() - Static method in class org.springframework.web.util.UriComponentsBuilder
-
Create a new, empty builder.
- newInstance(int, Object[]) - Method in class org.springframework.cglib.reflect.FastClass
-
Create a new instance using the specified constructor index and arguments.
- newInstance(Class) - Static method in class org.springframework.cglib.core.ReflectUtils
- newInstance(Class[], Object[]) - Method in class org.springframework.cglib.reflect.FastClass
- newInstance(Class[], Object[], Callback[]) - Method in interface org.springframework.cglib.proxy.Factory
-
Creates a new instance of the same type, using the constructor matching the given signature.
- newInstance(Class<T>) - Static method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Static factory method to create a new
BeanPropertyRowMapper
. - newInstance(Class<T>) - Static method in class org.springframework.jdbc.core.DataClassRowMapper
-
Static factory method to create a new
DataClassRowMapper
. - newInstance(Class<T>) - Static method in class org.springframework.jdbc.core.SingleColumnRowMapper
-
Static factory method to create a new
SingleColumnRowMapper
. - newInstance(Class<T>) - Method in class org.springframework.objenesis.SpringObjenesis
- newInstance(Class<T>, boolean) - Method in class org.springframework.objenesis.SpringObjenesis
-
Create a new instance of the given class via Objenesis.
- newInstance(Class<T>, ConversionService) - Static method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Static factory method to create a new
BeanPropertyRowMapper
. - newInstance(Class<T>, ConversionService) - Static method in class org.springframework.jdbc.core.DataClassRowMapper
-
Static factory method to create a new
DataClassRowMapper
. - newInstance(Class<T>, ConversionService) - Static method in class org.springframework.jdbc.core.SingleColumnRowMapper
-
Static factory method to create a new
SingleColumnRowMapper
. - newInstance(Class, Class[], Object[]) - Static method in class org.springframework.cglib.core.ReflectUtils
- newInstance(Object) - Method in class org.springframework.cglib.beans.BeanMap
-
Create a new
BeanMap
instance using the specified bean. - newInstance(Object) - Method in class org.springframework.cglib.reflect.MethodDelegate
- newInstance(Object[]) - Method in class org.springframework.cglib.proxy.Mixin
- newInstance(Object[]) - Method in class org.springframework.cglib.reflect.FastConstructor
- newInstance(Object[]) - Method in class org.springframework.cglib.util.ParallelSorter
- newInstance(Constructor, Object[]) - Static method in class org.springframework.cglib.core.ReflectUtils
- newInstance(Callback) - Method in interface org.springframework.cglib.proxy.Factory
-
Creates new instance of the same type, using the no-arg constructor.
- newInstance(Callback[]) - Method in interface org.springframework.cglib.proxy.Factory
-
Creates new instance of the same type, using the no-arg constructor.
- newInstantiatorOf(Class<T>) - Method in class org.springframework.objenesis.SpringObjenesis
- newInvokeDynamic(String, String, Handle, Object...) - Method in class org.springframework.asm.ClassWriter
-
Adds an invokedynamic reference to the constant pool of the class being build.
- newJob(TriggerFiredBundle, Scheduler) - Method in class org.springframework.scheduling.quartz.AdaptableJobFactory
- newLine() - Method in class org.springframework.mock.web.MockBodyContent
- newLine() - Method in class org.springframework.mock.web.MockJspWriter
- newLinkedHashMap(int) - Static method in class org.springframework.util.CollectionUtils
-
Instantiate a new
LinkedHashMap
with an initial capacity that can accommodate the specified number of elements without any immediate resize/rehash operations to be expected. - newLocal(int) - Method in class org.springframework.cglib.core.LocalVariablesSorter
- newMethod(String, String, String, boolean) - Method in class org.springframework.asm.ClassWriter
-
Adds a method reference to the constant pool of the class being build.
- newMethodType(String) - Method in class org.springframework.asm.ClassWriter
-
Adds a method type reference to the constant pool of the class being build.
- newModule(String) - Method in class org.springframework.asm.ClassWriter
-
Adds a module reference to the constant pool of the class being build.
- newNameType(String, String) - Method in class org.springframework.asm.ClassWriter
-
Adds a name and type to the constant pool of the class being build.
- newNestedPropertyAccessor(Object, String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Create a new nested property accessor instance.
- newNestedPropertyAccessor(Object, String) - Method in class org.springframework.beans.BeanWrapperImpl
- newNestedPropertyAccessor(Object, String) - Method in class org.springframework.beans.DirectFieldAccessor
- newPackage(String) - Method in class org.springframework.asm.ClassWriter
-
Adds a package reference to the constant pool of the class being build.
- newPreparedStatementCreator(Object[]) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Return a new PreparedStatementCreator for the given parameters.
- newPreparedStatementCreator(Object[]) - Method in class org.springframework.jdbc.object.SqlOperation
-
Return a PreparedStatementCreator to perform an operation with the given parameters.
- newPreparedStatementCreator(String, Object[]) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Return a new PreparedStatementCreator for the given parameters.
- newPreparedStatementCreator(String, Object[]) - Method in class org.springframework.jdbc.object.SqlOperation
-
Return a PreparedStatementCreator to perform an operation with the given parameters.
- newPreparedStatementCreator(List<?>) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Return a new PreparedStatementCreator for the given parameters.
- newPreparedStatementSetter(Object[]) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Return a new PreparedStatementSetter for the given parameters.
- newPreparedStatementSetter(Object[]) - Method in class org.springframework.jdbc.object.SqlOperation
-
Return a PreparedStatementSetter to perform an operation with the given parameters.
- newPreparedStatementSetter(List<?>) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Return a new PreparedStatementSetter for the given parameters.
- newProperties() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Template method for creating a plain new
Properties
instance. - newPrototypeInstance() - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
-
Subclasses should call this method to create a new prototype instance.
- newProxyInstance(ClassLoader, Class[], InvocationHandler) - Static method in class org.springframework.cglib.proxy.Proxy
- newRowMapper(Object[], Map<?, ?>) - Method in class org.springframework.jdbc.object.GenericSqlQuery
- newRowMapper(Object[], Map<?, ?>) - Method in class org.springframework.jdbc.object.MappingSqlQueryWithParameters
-
Implementation of protected abstract method.
- newRowMapper(Object[], Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Subclasses must implement this method to extract an object per row, to be returned by the
execute
method as an aggregatedList
. - newRowMapper(Object[], Map<?, ?>) - Method in class org.springframework.jdbc.object.UpdatableSqlQuery
-
Implementation of the superclass template method.
- newSqlXmlValue(Class<? extends Result>, XmlResultProvider) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
- newSqlXmlValue(Class<? extends Result>, XmlResultProvider) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
-
Create a
SqlXmlValue
instance for the given XML data, as supported by the underlying JDBC driver. - newSqlXmlValue(String) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
- newSqlXmlValue(String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
-
Create a
SqlXmlValue
instance for the given XML data, as supported by the underlying JDBC driver. - newSqlXmlValue(XmlBinaryStreamProvider) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
- newSqlXmlValue(XmlBinaryStreamProvider) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
-
Create a
SqlXmlValue
instance for the given XML data, as supported by the underlying JDBC driver. - newSqlXmlValue(XmlCharacterStreamProvider) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
- newSqlXmlValue(XmlCharacterStreamProvider) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
-
Create a
SqlXmlValue
instance for the given XML data, as supported by the underlying JDBC driver. - newSqlXmlValue(Document) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
- newSqlXmlValue(Document) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
-
Create a
SqlXmlValue
instance for the given XML data, as supported by the underlying JDBC driver. - newSuperTypeReference(int) - Static method in class org.springframework.asm.TypeReference
-
Returns a reference to the super class or to an interface of the 'implements' clause of a class.
- newThread(Runnable) - Method in class org.springframework.scheduling.concurrent.CustomizableThreadFactory
- newThread(Runnable) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
- newTransactionStatus(TransactionDefinition, Object, boolean, boolean, boolean, Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Create a TransactionStatus instance for the given arguments.
- newTransactionStatus(TransactionStatus) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
- newTransformerFactory(Class<? extends TransformerFactory>) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Instantiate a new TransformerFactory for this view.
- newTryCatchReference(int) - Static method in class org.springframework.asm.TypeReference
-
Returns a reference to the type of the exception declared in a 'catch' clause of a method.
- newTypeArgumentReference(int, int) - Static method in class org.springframework.asm.TypeReference
-
Returns a reference to the type of a type argument in a constructor or method call or reference.
- newTypeParameterBoundReference(int, int, int) - Static method in class org.springframework.asm.TypeReference
-
Returns a reference to a type parameter bound of a generic class or method.
- newTypeParameterReference(int, int) - Static method in class org.springframework.asm.TypeReference
-
Returns a reference to a type parameter of a generic class or method.
- newTypeReference(int) - Static method in class org.springframework.asm.TypeReference
-
Returns a type reference of the given sort.
- newUTF8(String) - Method in class org.springframework.asm.ClassWriter
-
Adds an UTF8 string to the constant pool of the class being build.
- newWriter(Document, OutputStream) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
-
Create a new PdfWriter for the given iText Document.
- next() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- next() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Move the cursor to the next row.
- next() - Method in interface org.springframework.r2dbc.core.binding.BindMarkers
-
Create a new
BindMarker
. - next() - Method in class org.springframework.test.context.TestContextAnnotationUtils.AnnotationDescriptor
-
Find the next
TestContextAnnotationUtils.AnnotationDescriptor
for the specified annotation type in the hierarchy above the root declaring class of this descriptor. - next() - Method in class org.springframework.test.context.TestContextAnnotationUtils.UntypedAnnotationDescriptor
-
Find the next
TestContextAnnotationUtils.UntypedAnnotationDescriptor
for the specified annotation types in the hierarchy above the root declaring class of this descriptor. - next() - Method in class org.springframework.util.CompositeIterator
- next(String) - Method in interface org.springframework.r2dbc.core.binding.BindMarkers
-
Create a new
BindMarker
that accepts ahint
. - next(Date) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
-
Deprecated.Get the next
Date
in the sequence matching the Cron pattern and after the value provided. - next(T) - Method in class org.springframework.scheduling.support.CronExpression
-
Calculate the next
Temporal
that matches this expression. - nextBackOff() - Method in interface org.springframework.util.backoff.BackOffExecution
-
Return the number of milliseconds to wait before retrying the operation or
BackOffExecution.STOP
(-1L) to indicate that no further attempt should be made for the operation. - nextChildIs(Class<?>...) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
Return
true
if the next child is one of the specified classes. - nextExecution(TriggerContext) - Method in class org.springframework.scheduling.support.CronTrigger
-
Determine the next execution time according to the given trigger context.
- nextExecution(TriggerContext) - Method in class org.springframework.scheduling.support.PeriodicTrigger
-
Returns the time after which a task should run again.
- nextExecution(TriggerContext) - Method in interface org.springframework.scheduling.Trigger
-
Determine the next execution time according to the given trigger context.
- nextExecutionTime(TriggerContext) - Method in interface org.springframework.scheduling.Trigger
-
Deprecated.as of 6.0, in favor of
Trigger.nextExecution(TriggerContext)
- nextFieldId() - Method in class org.springframework.expression.spel.CodeFlow
- nextFreeVariableId() - Method in class org.springframework.expression.spel.CodeFlow
- nextInstance(Object) - Method in class org.springframework.cglib.beans.BeanCopier.Generator
- nextInstance(Object) - Method in class org.springframework.cglib.beans.BeanGenerator
- nextInstance(Object) - Method in class org.springframework.cglib.beans.BeanMap.Generator
- nextInstance(Object) - Method in class org.springframework.cglib.beans.BulkBean.Generator
- nextInstance(Object) - Method in class org.springframework.cglib.beans.ImmutableBean.Generator
- nextInstance(Object) - Method in class org.springframework.cglib.core.AbstractClassGenerator
- nextInstance(Object) - Method in class org.springframework.cglib.core.KeyFactory.Generator
- nextInstance(Object) - Method in class org.springframework.cglib.proxy.Enhancer
- nextInstance(Object) - Method in class org.springframework.cglib.proxy.InterfaceMaker
- nextInstance(Object) - Method in class org.springframework.cglib.proxy.Mixin.Generator
- nextInstance(Object) - Method in class org.springframework.cglib.reflect.ConstructorDelegate.Generator
- nextInstance(Object) - Method in class org.springframework.cglib.reflect.FastClass.Generator
- nextInstance(Object) - Method in class org.springframework.cglib.reflect.MethodDelegate.Generator
- nextInstance(Object) - Method in class org.springframework.cglib.reflect.MulticastDelegate.Generator
- nextInstance(Object) - Method in class org.springframework.cglib.util.ParallelSorter.Generator
- nextInstance(Object) - Method in class org.springframework.cglib.util.StringSwitcher.Generator
- nextIntValue() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
- nextIntValue() - Method in interface org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
-
Increment the data store field's max value as int.
- nextLongValue() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
- nextLongValue() - Method in interface org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
-
Increment the data store field's max value as long.
- nextMarker() - Method in class org.springframework.r2dbc.core.binding.MutableBindings
-
Obtain the next
BindMarker
. - nextMarker(String) - Method in class org.springframework.r2dbc.core.binding.MutableBindings
-
Obtain the next
BindMarker
with a namehint
. - nextPage() - Method in class org.springframework.beans.support.PagedListHolder
-
Switch to next page.
- nextStringValue() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
- nextStringValue() - Method in interface org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
-
Increment the data store field's max value as String.
- nextThreadName() - Method in class org.springframework.util.CustomizableThreadCreator
-
Return the thread name to use for a newly created
Thread
. - NO - Enum constant in enum class org.springframework.beans.factory.annotation.Autowire
-
Constant that indicates no autowiring at all.
- NO - Enum constant in enum class org.springframework.context.annotation.ScopedProxyMode
-
Do not create a scoped proxy.
- NO_BEAN_RESOLVER_REGISTERED - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- NO_CLOSE_FRAME - Static variable in class org.springframework.web.reactive.socket.CloseStatus
-
"1006 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- NO_CLOSE_FRAME - Static variable in class org.springframework.web.socket.CloseStatus
-
"1006 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- NO_CONCURRENCY - Static variable in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Switch concurrency 'off': that is, don't allow any concurrent invocations.
- NO_CONCURRENCY - Static variable in class org.springframework.util.ConcurrencyThrottleSupport
-
Switch concurrency 'off': that is, don't allow any concurrent invocations.
- NO_CONTENT - Enum constant in enum class org.springframework.http.HttpStatus
-
204 No Content
. - NO_MORE_DATA_EXPECTED_AFTER_CAPTURE_THE_REST - Enum constant in enum class org.springframework.web.util.pattern.PatternParseException.PatternMessage
- NO_STATUS_CODE - Static variable in class org.springframework.web.reactive.socket.CloseStatus
-
"1005 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- NO_STATUS_CODE - Static variable in class org.springframework.web.socket.CloseStatus
-
"1005 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- NoBindMarkersFactoryException(String) - Constructor for exception org.springframework.r2dbc.core.binding.BindMarkersFactoryResolver.NoBindMarkersFactoryException
-
Constructor for NoBindMarkersFactoryException.
- noCache() - Static method in class org.springframework.http.CacheControl
-
Add a "no-cache" directive.
- noContent() - Static method in class org.springframework.http.ResponseEntity
-
Create a builder with a NO_CONTENT status.
- noContent() - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
-
Create a builder with a 204 No Content status.
- noContent() - Static method in interface org.springframework.web.servlet.function.ServerResponse
-
Create a builder with a 204 No Content status.
- node(Matcher<? super Node>) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
- node(Matcher<? super Node>) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
-
Apply the XPath and assert it with the given
Matcher<Node>
. - node(Matcher<? super Node>) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
- node(Matcher<? super Node>) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
- nodeCount(int) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
-
Apply the XPath and assert the number of nodes found.
- nodeCount(int) - Method in class org.springframework.test.web.reactive.server.XpathAssertions
- nodeCount(int) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
-
Evaluate the XPath and assert the number of nodes found.
- nodeCount(Consumer<Integer>) - Method in class org.springframework.test.web.reactive.server.XpathAssertions
-
Consume the count of nodes as result of the XPath evaluation.
- nodeCount(Matcher<? super Integer>) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
-
Apply the XPath and assert the number of nodes found with the given
Matcher<Integer>
. - nodeCount(Matcher<? super Integer>) - Method in class org.springframework.test.web.reactive.server.XpathAssertions
- nodeCount(Matcher<? super Integer>) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
-
Evaluate the XPath and assert the number of nodes found with the given Hamcrest
Matcher
. - nodeList(Matcher<? super NodeList>) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
- nodeNameEquals(Node, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Determine whether the name of the supplied node is equal to the supplied name.
- nodeNameEquals(Node, String) - Static method in class org.springframework.util.xml.DomUtils
-
Namespace-aware equals comparison.
- noHandlerFound(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
-
No handler found → set appropriate HTTP response status.
- NoHandlerFoundException - Exception in org.springframework.web.servlet
-
By default, when the DispatcherServlet can't find a handler for a request it sends a 404 response.
- NoHandlerFoundException(String, String, HttpHeaders) - Constructor for exception org.springframework.web.servlet.NoHandlerFoundException
-
Constructor for NoHandlerFoundException.
- noMessageReceived(Object, Session) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Template method that gets called when no message has been received, before returning to the receive loop again.
- noMessageReceived(Object, Session) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Marks the affected invoker as idle.
- NON_AUTHORITATIVE_INFORMATION - Enum constant in enum class org.springframework.http.HttpStatus
-
203 Non-Authoritative Information
. - NON_TERMINATING_DOUBLE_QUOTED_STRING - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- NON_TERMINATING_QUOTED_STRING - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- NON_TX_DATA_SOURCE_PREFIX - Static variable in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
-
Name used for the non-transactional ConnectionProvider for Quartz.
- nonClosing(InputStream) - Static method in class org.springframework.util.StreamUtils
-
Return a variant of the given
InputStream
where callingclose()
has no effect. - nonClosing(OutputStream) - Static method in class org.springframework.util.StreamUtils
-
Return a variant of the given
OutputStream
where callingclose()
has no effect. - nonDeferredAsyncValue(Class<?>, Supplier<?>) - Static method in class org.springframework.core.ReactiveTypeDescriptor
-
The same as
ReactiveTypeDescriptor.singleOptionalValue(Class, Supplier)
but for a non-deferred, async type such asCompletableFuture
. - none() - Static method in interface org.springframework.aot.generate.MethodReference.ArgumentCodeGenerator
-
Factory method that returns an
MethodReference.ArgumentCodeGenerator
that always returnsnull
. - none() - Static method in class org.springframework.core.annotation.RepeatableContainers
-
Create a
RepeatableContainers
instance that does not support any repeatable annotations. - none() - Static method in class org.springframework.core.codec.Hints
-
Return an empty map of hints via
Collections.emptyMap()
. - none() - Static method in interface org.springframework.core.io.support.SpringFactoriesLoader.ArgumentResolver
-
Factory method that returns an
SpringFactoriesLoader.ArgumentResolver
that always returnsnull
. - none() - Static method in class org.springframework.core.test.tools.ClassFiles
-
Return a
ClassFiles
instance with no items. - none() - Static method in class org.springframework.core.test.tools.ResourceFiles
-
Return a
DynamicFiles
instance with no items. - none() - Static method in class org.springframework.core.test.tools.SourceFiles
-
Return a
SourceFiles
instance with no items. - NONE - Enum constant in enum class org.springframework.format.annotation.DateTimeFormat.ISO
-
Indicates that no ISO-based format pattern should be applied.
- NONE - Enum constant in enum class org.springframework.web.util.DefaultUriBuilderFactory.EncodingMode
-
No encoding should be applied.
- NONE - Static variable in interface org.springframework.core.annotation.AnnotationFilter
-
Deprecated.as of 5.2.6 since the
MergedAnnotations
model always ignores lang annotations according to theAnnotationFilter.PLAIN
filter (for efficiency reasons) - NONE - Static variable in class org.springframework.core.ResolvableType
-
ResolvableType
returned when no value is available. - NonNull - Annotation Interface in org.springframework.lang
-
A common Spring annotation to declare that annotated elements cannot be
null
. - NonNullApi - Annotation Interface in org.springframework.lang
-
A common Spring annotation to declare that parameters and return values are to be considered as non-nullable by default for a given package.
- NonNullFields - Annotation Interface in org.springframework.lang
-
A common Spring annotation to declare that fields are to be considered as non-nullable by default for a given package.
- NonTransientDataAccessException - Exception in org.springframework.dao
-
Root of the hierarchy of data access exceptions that are considered non-transient - where a retry of the same operation would fail unless the cause of the Exception is corrected.
- NonTransientDataAccessException(String) - Constructor for exception org.springframework.dao.NonTransientDataAccessException
-
Constructor for NonTransientDataAccessException.
- NonTransientDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.NonTransientDataAccessException
-
Constructor for NonTransientDataAccessException.
- NonTransientDataAccessResourceException - Exception in org.springframework.dao
-
Data access exception thrown when a resource fails completely and the failure is permanent.
- NonTransientDataAccessResourceException(String) - Constructor for exception org.springframework.dao.NonTransientDataAccessResourceException
-
Constructor for NonTransientDataAccessResourceException.
- NonTransientDataAccessResourceException(String, Throwable) - Constructor for exception org.springframework.dao.NonTransientDataAccessResourceException
-
Constructor for NonTransientDataAccessResourceException.
- noNullElements(Object[]) - Static method in class org.springframework.util.Assert
-
Deprecated, for removal: This API element is subject to removal in a future version.as of 4.3.7, in favor of
Assert.noNullElements(Object[], String)
; to be removed in 6.1 - noNullElements(Object[], String) - Static method in class org.springframework.util.Assert
-
Assert that an array contains no
null
elements. - noNullElements(Object[], Supplier<String>) - Static method in class org.springframework.util.Assert
-
Assert that an array contains no
null
elements. - noNullElements(Collection<?>, String) - Static method in class org.springframework.util.Assert
-
Assert that a collection contains no
null
elements. - noNullElements(Collection<?>, Supplier<String>) - Static method in class org.springframework.util.Assert
-
Assert that a collection contains no
null
elements. - NoOp - Interface in org.springframework.cglib.proxy
-
Methods using this
Enhancer
callback will delegate directly to the default (super) implementation in the base class. - NoOpCache - Class in org.springframework.cache.support
-
A no operation
Cache
implementation suitable for disabling caching. - NoOpCache(String) - Constructor for class org.springframework.cache.support.NoOpCache
-
Create a
NoOpCache
instance with the specified name. - NoOpCacheManager - Class in org.springframework.cache.support
-
A basic, no operation
CacheManager
implementation suitable for disabling caching, typically used for backing cache declarations without an actual backing store. - NoOpCacheManager() - Constructor for class org.springframework.cache.support.NoOpCacheManager
- NoOpLog - Class in org.apache.commons.logging.impl
-
Trivial implementation of
Log
that throws away all messages. - NoOpLog() - Constructor for class org.apache.commons.logging.impl.NoOpLog
- NoOpLog(String) - Constructor for class org.apache.commons.logging.impl.NoOpLog
- NOP - Static variable in interface org.springframework.asm.Opcodes
- NORMAL - Static variable in class org.springframework.web.reactive.socket.CloseStatus
-
"1000 indicates a normal closure, meaning that the purpose for which the connection was established has been fulfilled."
- NORMAL - Static variable in class org.springframework.web.socket.CloseStatus
-
"1000 indicates a normal closure, meaning that the purpose for which the connection was established has been fulfilled."
- normalize() - Method in class org.springframework.web.util.UriComponents
-
Normalize the path removing sequences like "path/..".
- noRollbackFor() - Element in annotation interface org.springframework.transaction.annotation.Transactional
- noRollbackForClassName() - Element in annotation interface org.springframework.transaction.annotation.Transactional
-
Defines zero (0) or more exception name patterns (for exceptions which must be a subclass of
Throwable
) indicating which exception types must not cause a transaction rollback. - NoRollbackRuleAttribute - Class in org.springframework.transaction.interceptor
-
Tag subclass of
RollbackRuleAttribute
that has the opposite behavior to theRollbackRuleAttribute
superclass. - NoRollbackRuleAttribute(Class<?>) - Constructor for class org.springframework.transaction.interceptor.NoRollbackRuleAttribute
-
Create a new instance of the
NoRollbackRuleAttribute
class for the givenexceptionType
. - NoRollbackRuleAttribute(String) - Constructor for class org.springframework.transaction.interceptor.NoRollbackRuleAttribute
-
Create a new instance of the
NoRollbackRuleAttribute
class for the suppliedexceptionPattern
. - noStore() - Static method in class org.springframework.http.CacheControl
-
Add a "no-store" directive.
- NoSuchBeanDefinitionException - Exception in org.springframework.beans.factory
-
Exception thrown when a
BeanFactory
is asked for a bean instance for which it cannot find a definition. - NoSuchBeanDefinitionException(Class<?>) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
-
Create a new
NoSuchBeanDefinitionException
. - NoSuchBeanDefinitionException(Class<?>, String) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
-
Create a new
NoSuchBeanDefinitionException
. - NoSuchBeanDefinitionException(String) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
-
Create a new
NoSuchBeanDefinitionException
. - NoSuchBeanDefinitionException(String, String) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
-
Create a new
NoSuchBeanDefinitionException
. - NoSuchBeanDefinitionException(ResolvableType) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
-
Create a new
NoSuchBeanDefinitionException
. - NoSuchBeanDefinitionException(ResolvableType, String) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
-
Create a new
NoSuchBeanDefinitionException
. - NoSuchMessageException - Exception in org.springframework.context
-
Exception thrown when a message can't be resolved.
- NoSuchMessageException(String) - Constructor for exception org.springframework.context.NoSuchMessageException
-
Create a new exception.
- NoSuchMessageException(String, Locale) - Constructor for exception org.springframework.context.NoSuchMessageException
-
Create a new exception.
- not() - Method in class org.springframework.cglib.core.CodeEmitter
-
Toggles the integer on the top of the stack from 1 to 0 or vice versa
- NOT_A_LONG - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- NOT_A_REAL - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- NOT_ACCEPTABLE - Enum constant in enum class org.springframework.http.HttpStatus
-
406 Not Acceptable
. - NOT_ACCEPTABLE - Static variable in class org.springframework.web.reactive.socket.CloseStatus
-
"1003 indicates that an endpoint is terminating the connection because it has received a type of data it cannot accept (e.g., an endpoint that understands only text data MAY send this if it receives a binary message)."
- NOT_ACCEPTABLE - Static variable in class org.springframework.web.socket.CloseStatus
-
"1003 indicates that an endpoint is terminating the connection because it has received a type of data it cannot accept (e.g., an endpoint that understands only text data MAY send this if it receives a binary message)."
- NOT_AN_INTEGER - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- NOT_ASSIGNABLE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- NOT_COMPARABLE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- not_equals(CodeEmitter, Type, Label, Customizer) - Static method in class org.springframework.cglib.core.EmitUtils
-
Deprecated.
- not_equals(CodeEmitter, Type, Label, CustomizerRegistry) - Static method in class org.springframework.cglib.core.EmitUtils
-
Branches to the specified label if the top two items on the stack are not equal.
- NOT_EXPECTED_TOKEN - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- NOT_EXTENDED - Enum constant in enum class org.springframework.http.HttpStatus
-
510 Not Extended
- NOT_FOUND - Enum constant in enum class org.springframework.beans.factory.config.YamlProcessor.MatchStatus
-
No match was found.
- NOT_FOUND - Enum constant in enum class org.springframework.http.HttpStatus
-
404 Not Found
. - NOT_IMPLEMENTED - Enum constant in enum class org.springframework.http.HttpStatus
-
501 Not Implemented
. - NOT_MODIFIED - Enum constant in enum class org.springframework.http.HttpStatus
-
304 Not Modified
. - NOT_SUPPORTED - Enum constant in enum class org.springframework.transaction.annotation.Propagation
-
Execute non-transactionally, suspend the current transaction if one exists.
- NotAcceptableStatusException - Exception in org.springframework.web.server
-
Exception for errors that fit response status 406 (not acceptable).
- NotAcceptableStatusException(String) - Constructor for exception org.springframework.web.server.NotAcceptableStatusException
-
Constructor for when the requested Content-Type is invalid.
- NotAcceptableStatusException(List<MediaType>) - Constructor for exception org.springframework.web.server.NotAcceptableStatusException
-
Constructor for when the requested Content-Type is not supported.
- NotAnAtAspectException - Exception in org.springframework.aop.aspectj.annotation
-
Extension of AopConfigException thrown when trying to perform an advisor generation operation on a class that is not an AspectJ annotation-style aspect.
- NotAnAtAspectException(Class<?>) - Constructor for exception org.springframework.aop.aspectj.annotation.NotAnAtAspectException
-
Create a new NotAnAtAspectException for the given class.
- notEmpty(Object[]) - Static method in class org.springframework.util.Assert
-
Deprecated, for removal: This API element is subject to removal in a future version.as of 4.3.7, in favor of
Assert.notEmpty(Object[], String)
; to be removed in 6.1 - notEmpty(Object[], String) - Static method in class org.springframework.util.Assert
-
Assert that an array contains elements; that is, it must not be
null
and must contain at least one element. - notEmpty(Object[], Supplier<String>) - Static method in class org.springframework.util.Assert
-
Assert that an array contains elements; that is, it must not be
null
and must contain at least one element. - notEmpty(Collection<?>) - Static method in class org.springframework.util.Assert
-
Deprecated, for removal: This API element is subject to removal in a future version.as of 4.3.7, in favor of
Assert.notEmpty(Collection, String)
; to be removed in 6.1 - notEmpty(Collection<?>, String) - Static method in class org.springframework.util.Assert
-
Assert that a collection contains elements; that is, it must not be
null
and must contain at least one element. - notEmpty(Collection<?>, Supplier<String>) - Static method in class org.springframework.util.Assert
-
Assert that a collection contains elements; that is, it must not be
null
and must contain at least one element. - notEmpty(Map<?, ?>) - Static method in class org.springframework.util.Assert
-
Deprecated, for removal: This API element is subject to removal in a future version.as of 4.3.7, in favor of
Assert.notEmpty(Map, String)
; to be removed in 6.1 - notEmpty(Map<?, ?>, String) - Static method in class org.springframework.util.Assert
-
Assert that a Map contains entries; that is, it must not be
null
and must contain at least one entry. - notEmpty(Map<?, ?>, Supplier<String>) - Static method in class org.springframework.util.Assert
-
Assert that a Map contains entries; that is, it must not be
null
and must contain at least one entry. - notFound() - Static method in class org.springframework.http.ResponseEntity
-
Create a builder with a NOT_FOUND status.
- notFound() - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
-
Create a builder with a 404 Not Found status.
- notFound() - Static method in interface org.springframework.web.servlet.function.ServerResponse
-
Create a builder with a 404 Not Found status.
- NotificationListenerBean - Class in org.springframework.jmx.export
-
Helper class that aggregates a
NotificationListener
, aNotificationFilter
, and an arbitrary handback object. - NotificationListenerBean() - Constructor for class org.springframework.jmx.export.NotificationListenerBean
-
Create a new instance of the
NotificationListenerBean
class. - NotificationListenerBean(NotificationListener) - Constructor for class org.springframework.jmx.export.NotificationListenerBean
-
Create a new instance of the
NotificationListenerBean
class. - NotificationListenerHolder - Class in org.springframework.jmx.support
-
Helper class that aggregates a
NotificationListener
, aNotificationFilter
, and an arbitrary handback object, as well as the names of MBeans from which the listener wishes to receiveNotifications
. - NotificationListenerHolder() - Constructor for class org.springframework.jmx.support.NotificationListenerHolder
- NotificationListenerRegistrar - Class in org.springframework.jmx.access
-
Registrar object that associates a specific
NotificationListener
with one or more MBeans in anMBeanServer
(typically via aMBeanServerConnection
). - NotificationListenerRegistrar() - Constructor for class org.springframework.jmx.access.NotificationListenerRegistrar
- NotificationPublisher - Interface in org.springframework.jmx.export.notification
-
Simple interface allowing Spring-managed MBeans to publish JMX notifications without being aware of how those notifications are being transmitted to the
MBeanServer
. - NotificationPublisherAware - Interface in org.springframework.jmx.export.notification
-
Interface to be implemented by any Spring-managed resource that is to be registered with an
MBeanServer
and wishes to send JMXjavax.management.Notifications
. - notificationTypes() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedNotification
- notMatching(RuntimeHints) - Method in class org.springframework.aot.test.agent.RuntimeHintsInvocationsAssert
- notNull(Object) - Static method in class org.springframework.util.Assert
-
Deprecated, for removal: This API element is subject to removal in a future version.as of 4.3.7, in favor of
Assert.notNull(Object, String)
; to be removed in 6.1 - notNull(Object, String) - Static method in class org.springframework.util.Assert
-
Assert that an object is not
null
. - notNull(Object, Supplier<String>) - Static method in class org.springframework.util.Assert
-
Assert that an object is not
null
. - NoTransactionException - Exception in org.springframework.transaction
-
Exception thrown when an operation is attempted that relies on an existing transaction (such as setting rollback status) and there is no existing transaction.
- NoTransactionException(String) - Constructor for exception org.springframework.transaction.NoTransactionException
-
Constructor for NoTransactionException.
- NoTransactionException(String, Throwable) - Constructor for exception org.springframework.transaction.NoTransactionException
-
Constructor for NoTransactionException.
- noTransform() - Method in class org.springframework.http.CacheControl
-
Add a "no-transform" directive.
- NotReadablePropertyException - Exception in org.springframework.beans
-
Exception thrown on an attempt to get the value of a property that isn't readable, because there's no getter method.
- NotReadablePropertyException(Class<?>, String) - Constructor for exception org.springframework.beans.NotReadablePropertyException
-
Create a new NotReadablePropertyException.
- NotReadablePropertyException(Class<?>, String, String) - Constructor for exception org.springframework.beans.NotReadablePropertyException
-
Create a new NotReadablePropertyException.
- NotReadablePropertyException(Class<?>, String, String, Throwable) - Constructor for exception org.springframework.beans.NotReadablePropertyException
-
Create a new NotReadablePropertyException.
- NotWritablePropertyException - Exception in org.springframework.beans
-
Exception thrown on an attempt to set the value of a property that is not writable (typically because there is no setter method).
- NotWritablePropertyException(Class<?>, String) - Constructor for exception org.springframework.beans.NotWritablePropertyException
-
Create a new NotWritablePropertyException.
- NotWritablePropertyException(Class<?>, String, String) - Constructor for exception org.springframework.beans.NotWritablePropertyException
-
Create a new NotWritablePropertyException.
- NotWritablePropertyException(Class<?>, String, String, String[]) - Constructor for exception org.springframework.beans.NotWritablePropertyException
-
Create a new NotWritablePropertyException.
- NotWritablePropertyException(Class<?>, String, String, Throwable) - Constructor for exception org.springframework.beans.NotWritablePropertyException
-
Create a new NotWritablePropertyException.
- NoUniqueBeanDefinitionException - Exception in org.springframework.beans.factory
-
Exception thrown when a
BeanFactory
is asked for a bean instance for which multiple matching candidates have been found when only one matching bean was expected. - NoUniqueBeanDefinitionException(Class<?>, int, String) - Constructor for exception org.springframework.beans.factory.NoUniqueBeanDefinitionException
-
Create a new
NoUniqueBeanDefinitionException
. - NoUniqueBeanDefinitionException(Class<?>, String...) - Constructor for exception org.springframework.beans.factory.NoUniqueBeanDefinitionException
-
Create a new
NoUniqueBeanDefinitionException
. - NoUniqueBeanDefinitionException(Class<?>, Collection<String>) - Constructor for exception org.springframework.beans.factory.NoUniqueBeanDefinitionException
-
Create a new
NoUniqueBeanDefinitionException
. - NoUniqueBeanDefinitionException(ResolvableType, String...) - Constructor for exception org.springframework.beans.factory.NoUniqueBeanDefinitionException
-
Create a new
NoUniqueBeanDefinitionException
. - NoUniqueBeanDefinitionException(ResolvableType, Collection<String>) - Constructor for exception org.springframework.beans.factory.NoUniqueBeanDefinitionException
-
Create a new
NoUniqueBeanDefinitionException
. - noValue(Class<?>, Supplier<?>) - Static method in class org.springframework.core.ReactiveTypeDescriptor
-
Descriptor for a reactive type that does not produce any values.
- NULL - Static variable in interface org.springframework.asm.Opcodes
- NULL - Static variable in class org.springframework.expression.TypedValue
-
TypedValue
fornull
. - null_constructor(ClassEmitter) - Static method in class org.springframework.cglib.core.EmitUtils
- NULL_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- Nullable - Annotation Interface in org.springframework.lang
-
A common Spring annotation to declare that annotated elements can be
null
under some circumstance. - nullableSingleResult(Collection<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
-
Return a single result object from the given Collection.
- NullLiteral - Class in org.springframework.expression.spel.ast
-
Expression language AST node that represents null.
- NullLiteral(int, int) - Constructor for class org.springframework.expression.spel.ast.NullLiteral
- NULLS_HIGH - Static variable in class org.springframework.util.comparator.NullSafeComparator
-
A shared default instance of this comparator, treating nulls higher than non-null objects.
- NULLS_LOW - Static variable in class org.springframework.util.comparator.NullSafeComparator
-
A shared default instance of this comparator, treating nulls lower than non-null objects.
- nullSafeClassName(Object) - Static method in class org.springframework.util.ObjectUtils
-
Determine the class name for the given object.
- nullSafeClassName(ContextLoader) - Static method in class org.springframework.test.context.MergedContextConfiguration
-
Generate a null-safe
String
representation of the suppliedContextLoader
based solely on the fully qualified name of the loader or "null" if the supplied loader isnull
. - NullSafeComparator<T> - Class in org.springframework.util.comparator
-
A Comparator that will safely compare nulls to be lower or higher than other objects.
- NullSafeComparator(Comparator<T>, boolean) - Constructor for class org.springframework.util.comparator.NullSafeComparator
-
Create a NullSafeComparator that sorts
null
based on the provided flag, decorating the given Comparator. - nullSafeConciseToString(Object) - Static method in class org.springframework.util.ObjectUtils
-
Generate a null-safe, concise string representation of the supplied object as described below.
- nullSafeEquals(Object, Object) - Static method in class org.springframework.util.ObjectUtils
-
Determine if the given objects are equal, returning
true
if both arenull
orfalse
if only one isnull
. - nullSafeHashCode(boolean[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(byte[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(char[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(double[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(float[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(int[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(long[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(short[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(Object) - Static method in class org.springframework.util.ObjectUtils
-
Return as hash code for the given object; typically the value of
Object#hashCode()
}. - nullSafeHashCode(Object[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeToString(boolean[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(byte[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(char[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(double[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(float[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(int[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(long[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(short[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(Object) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the specified Object.
- nullSafeToString(Object[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullsHigh() - Static method in class org.springframework.util.comparator.Comparators
-
Return a
Comparable
adapter which accepts null values and sorts them higher than non-null values. - nullsHigh(Comparator<T>) - Static method in class org.springframework.util.comparator.Comparators
-
Return a decorator for the given comparator which accepts null values and sorts them higher than non-null values.
- nullsLow() - Static method in class org.springframework.util.comparator.Comparators
-
Return a
Comparable
adapter which accepts null values and sorts them lower than non-null values. - nullsLow(Comparator<T>) - Static method in class org.springframework.util.comparator.Comparators
-
Return a decorator for the given comparator which accepts null values and sorts them lower than non-null values.
- NullSourceExtractor - Class in org.springframework.beans.factory.parsing
-
Simple implementation of
SourceExtractor
that returnsnull
as the source metadata. - NullSourceExtractor() - Constructor for class org.springframework.beans.factory.parsing.NullSourceExtractor
- nullValue - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
- NullValue - Class in org.springframework.cache.support
-
Simple serializable class that serves as a
null
replacement for cache stores which otherwise do not supportnull
values. - NullValueInNestedPathException - Exception in org.springframework.beans
-
Exception thrown when navigation of a valid nested property path encounters a NullPointerException.
- NullValueInNestedPathException(Class<?>, String) - Constructor for exception org.springframework.beans.NullValueInNestedPathException
-
Create a new NullValueInNestedPathException.
- NullValueInNestedPathException(Class<?>, String, String) - Constructor for exception org.springframework.beans.NullValueInNestedPathException
-
Create a new NullValueInNestedPathException.
- NullValueInNestedPathException(Class<?>, String, String, Throwable) - Constructor for exception org.springframework.beans.NullValueInNestedPathException
-
Create a new NullValueInNestedPathException.
- NullValueRef() - Constructor for class org.springframework.expression.spel.ast.ValueRef.NullValueRef
- number(Double) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
-
Apply the XPath and assert the number value found.
- number(Double) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
-
Evaluate the XPath and assert the
Double
value found. - number(Consumer<Double>) - Method in class org.springframework.test.web.reactive.server.XpathAssertions
-
Consume the result of the XPath evaluation as a Double.
- number(Matcher<? super Double>) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
-
Apply the XPath and assert the number found with the given matcher.
- number(Matcher<? super Double>) - Method in class org.springframework.test.web.reactive.server.XpathAssertions
- number(Matcher<? super Double>) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
- NUMBER - Enum constant in enum class org.springframework.format.annotation.NumberFormat.Style
-
The general-purpose number format for the current locale.
- NumberFormat - Annotation Interface in org.springframework.format.annotation
-
Declares that a field or method parameter should be formatted as a number.
- NumberFormat.Style - Enum Class in org.springframework.format.annotation
-
Common number format styles.
- NumberFormatAnnotationFormatterFactory - Class in org.springframework.format.number
-
Formats fields annotated with the
NumberFormat
annotation. - NumberFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
- NumberStyleFormatter - Class in org.springframework.format.number
-
A general-purpose number formatter using NumberFormat's number style.
- NumberStyleFormatter() - Constructor for class org.springframework.format.number.NumberStyleFormatter
-
Create a new NumberStyleFormatter without a pattern.
- NumberStyleFormatter(String) - Constructor for class org.springframework.format.number.NumberStyleFormatter
-
Create a new NumberStyleFormatter with the specified pattern.
- NumberUtils - Class in org.springframework.util
-
Miscellaneous utility methods for number conversion and parsing.
- NumberUtils() - Constructor for class org.springframework.util.NumberUtils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ServletException
nesting