- name - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-  
- name - Variable in class org.springframework.core.env.PropertySource
-  
- 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(String) - Method in class org.springframework.test.web.servlet.result.ViewResultMatchers
- 
Assert the selected view name. 
- NAME - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
-  
- name(String) - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
- 
Add an SSE "event" line. 
- 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 PropertySourceimplementation intended for collection comparison purposes only.
 
- NamedBean - Interface in org.springframework.beans.factory
- 
- 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
- 
- NamedCacheResolver(CacheManager, String...) - Constructor for class org.springframework.cache.interceptor.NamedCacheResolver
-  
- NamedCacheResolver() - Constructor for class org.springframework.cache.interceptor.NamedCacheResolver
-  
- NamedInheritableThreadLocal<T> - Class in org.springframework.core
- 
- NamedInheritableThreadLocal(String) - Constructor for class org.springframework.core.NamedInheritableThreadLocal
- 
Create a new NamedInheritableThreadLocal with the given name. 
- NamedParameterBatchUpdateUtils - Class in org.springframework.jdbc.core.namedparam
- 
Generic utility methods for working with JDBC batch statements using named parameters. 
- NamedParameterBatchUpdateUtils() - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterBatchUpdateUtils
-  
- 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. 
- 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
- 
- 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.support.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
-  
- NamedValueInfo(String, boolean, String) - Constructor for class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
-  
- NameMatchCacheOperationSource - Class in org.springframework.cache.interceptor
- 
- NameMatchCacheOperationSource() - Constructor for class org.springframework.cache.interceptor.NameMatchCacheOperationSource
-  
- NameMatchMethodPointcut - Class in org.springframework.aop.support
- 
Pointcut bean for simple method name matches, as 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
- 
- NameMatchTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
-  
- NamespaceHandler - Interface in org.springframework.beans.factory.xml
- 
- NamespaceHandlerResolver - Interface in org.springframework.beans.factory.xml
- 
- NamespaceHandlerSupport - Class in org.springframework.beans.factory.xml
- 
- NamespaceHandlerSupport() - Constructor for class org.springframework.beans.factory.xml.NamespaceHandlerSupport
-  
- 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.
 
- 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
-  
- NativeJdbcExtractor - Interface in org.springframework.jdbc.support.nativejdbc
- 
Interface for extracting native JDBC objects from wrapped objects coming from
 connection pools. 
- NativeJdbcExtractorAdapter - Class in org.springframework.jdbc.support.nativejdbc
- 
Abstract adapter class for the  NativeJdbcExtractor interface,
 for simplified implementation of basic extractors. 
- NativeJdbcExtractorAdapter() - Constructor for class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
-  
- NativeMessageHeaderAccessor - Class in org.springframework.messaging.support
- 
An extension of  MessageHeaderAccessor that also stores and provides read/write
 access to message headers from an external source -- e.g. 
- NativeMessageHeaderAccessor() - Constructor for class org.springframework.messaging.support.NativeMessageHeaderAccessor
- 
A protected constructor to create new headers. 
- NativeMessageHeaderAccessor(Map<String, List<String>>) - Constructor for class org.springframework.messaging.support.NativeMessageHeaderAccessor
- 
A protected constructor to create new headers. 
- NativeMessageHeaderAccessor(Message<?>) - Constructor for class org.springframework.messaging.support.NativeMessageHeaderAccessor
- 
A protected constructor accepting the headers of an existing message to copy. 
- 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. 
- needsRefresh(InjectionMetadata, Class<?>) - Static method in class org.springframework.beans.factory.annotation.InjectionMetadata
-  
- nested(int) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
-  
- nested(MethodParameter, int) - Static method in class org.springframework.core.convert.TypeDescriptor
- 
Creates a type descriptor for a nested type declared within the method parameter. 
- nested(Field, int) - Static method in class org.springframework.core.convert.TypeDescriptor
- 
Creates a type descriptor for a nested type declared within the field. 
- nested(Property, int) - Static method in class org.springframework.core.convert.TypeDescriptor
- 
Creates a type descriptor for a nested type declared within the property. 
- nested() - Method in class org.springframework.core.MethodParameter
- 
Return a variant of this MethodParameterwhich points to the
 same parameter but one nesting level deeper.
 
- 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
-  
- NestedCheckedException - Exception in org.springframework.core
- 
Handy class for wrapping checked Exceptionswith a root cause.
 
- NestedCheckedException(String) - Constructor for exception org.springframework.core.NestedCheckedException
- 
Construct a NestedCheckedExceptionwith the specified detail message.
 
- NestedCheckedException(String, Throwable) - Constructor for exception org.springframework.core.NestedCheckedException
- 
Construct a NestedCheckedExceptionwith 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 a
  Optional declaration. 
- NestedIOException - Exception in org.springframework.core
- 
Subclass of  IOException that properly handles a root cause,
 exposing the root cause just like NestedChecked/RuntimeException does. 
- NestedIOException(String) - Constructor for exception org.springframework.core.NestedIOException
- 
Construct a NestedIOExceptionwith the specified detail message.
 
- NestedIOException(String, Throwable) - Constructor for exception org.springframework.core.NestedIOException
- 
Construct a NestedIOExceptionwith the specified detail message
 and nested exception.
 
- NestedPathTag - Class in org.springframework.web.servlet.tags
- 
Nested-path tag, to support and assist 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 Exceptionswith a root cause.
 
- NestedRuntimeException(String) - Constructor for exception org.springframework.core.NestedRuntimeException
- 
Construct a NestedRuntimeExceptionwith the specified detail message.
 
- NestedRuntimeException(String, Throwable) - Constructor for exception org.springframework.core.NestedRuntimeException
- 
Construct a NestedRuntimeExceptionwith the specified detail message
 and nested exception.
 
- NestedServletException - Exception in org.springframework.web.util
- 
Subclass of  ServletException that properly handles a root cause in terms
 of message and stacktrace, just like NestedChecked/RuntimeException does. 
- NestedServletException(String) - Constructor for exception org.springframework.web.util.NestedServletException
- 
Construct a NestedServletExceptionwith the specified detail message.
 
- NestedServletException(String, Throwable) - Constructor for exception org.springframework.web.util.NestedServletException
- 
Construct a NestedServletExceptionwith the specified detail message
 and nested exception.
 
- 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. 
- Netty4ClientHttpRequestFactory - Class in org.springframework.http.client
- 
- Netty4ClientHttpRequestFactory() - Constructor for class org.springframework.http.client.Netty4ClientHttpRequestFactory
- 
Create a new Netty4ClientHttpRequestFactorywith a defaultNioEventLoopGroup.
 
- Netty4ClientHttpRequestFactory(EventLoopGroup) - Constructor for class org.springframework.http.client.Netty4ClientHttpRequestFactory
- 
Create a new Netty4ClientHttpRequestFactorywith the givenEventLoopGroup.
 
- never() - Static method in class org.springframework.test.web.client.ExpectedCount
- 
No calls expected at all, i.e. 
- 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. 
- 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 - Static variable in interface org.springframework.asm.Opcodes
-  
- newCachedRowSet() - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
- 
Create a new CachedRowSet instance, to be populated by
 the createSqlRowSetimplementation.
 
- newCallableStatementCreator(Map<String, ?>) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
- 
Return a new CallableStatementCreator instance given this parameters. 
- newCallableStatementCreator(ParameterMapper) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
- 
Return a new CallableStatementCreator instance given this parameter mapper. 
- newCallableStatementCreator(Map<String, ?>) - Method in class org.springframework.jdbc.object.SqlCall
- 
Return a CallableStatementCreator to perform an operation
 with this parameters. 
- 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. 
- newCommandObject(Class<?>) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- 
Deprecated. Create a new command object of the given class. 
- newConfiguration() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- 
Deprecated. Subclasses can override this method to perform custom initialization
 of the Configuration instance used for SessionFactory creation. 
- 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. 
- 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. 
- newFileItemFactory() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
- 
Factory method for a Commons DiskFileItemFactory instance. 
- newFileUpload(FileItemFactory) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
- 
Factory method for a Commons FileUpload instance. 
- newFileUpload(FileItemFactory) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
- 
Initialize the underlying org.apache.commons.fileupload.servlet.ServletFileUploadinstance.
 
- newFileUpload(FileItemFactory) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
- 
Initialize the underlying org.apache.commons.fileupload.portlet.PortletFileUploadinstance.
 
- 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
- 
- 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. 
- newInstance(Class<T>) - Static method in class org.springframework.jdbc.core.BeanPropertyRowMapper
- 
Static factory method to create a new BeanPropertyRowMapper(with the mapped class specified only once).
 
- newInstance(Class<T>) - Static method in class org.springframework.jdbc.core.SingleColumnRowMapper
- 
Static factory method to create a new SingleColumnRowMapper(with the required type specified only once).
 
- newInstance(Class<T>, boolean) - Method in class org.springframework.objenesis.SpringObjenesis
- 
Create a new instance of the given class via Objenesis. 
- newInstance(Class<T>) - Method in class org.springframework.objenesis.SpringObjenesis
-  
- newInstance() - Static method in class org.springframework.web.util.UriComponentsBuilder
- 
Create a new, empty builder. 
- 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. 
- newJdbcExceptionTranslator(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- 
Deprecated. Create an appropriate SQLExceptionTranslator for the given SessionFactory. 
- 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
-  
- newMarshallingSqlXmlValue(Object) - Method in interface org.springframework.jdbc.support.xml.SqlXmlObjectMappingHandler
- 
Get an instance of an SqlXmlValueimplementation to be used together
 with the database specific implementation of thisSqlXmlObjectMappingHandler.
 
- 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. 
- 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
-  
- newPersistenceManagerFactory(String) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- 
Subclasses can override this to perform custom initialization of the
 PersistenceManagerFactory instance, creating it for the specified name. 
- newPersistenceManagerFactory(Map<?, ?>) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- 
Subclasses can override this to perform custom initialization of the
 PersistenceManagerFactory instance, creating it via the given Properties
 that got prepared by this LocalPersistenceManagerFactoryBean. 
- newPreparedStatementCreator(List<?>) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
- 
Return a new PreparedStatementCreator for the given parameters. 
- newPreparedStatementCreator(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.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.object.SqlOperation
- 
Return a PreparedStatementCreator 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. 
- 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. 
- 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. 
- 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. 
- newSessionBeanInstance() - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
- 
Return a new instance of the stateless session bean. 
- newSessionBeanInstance() - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
- 
Return a new instance of the stateless session bean. 
- newSessionFactory(Configuration) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- 
Deprecated. Subclasses can override this method to perform custom initialization
 of the SessionFactory instance, creating it via the given Configuration
 object that got prepared by this LocalSessionFactoryBean. 
- newSqlXmlValue(String) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
-  
- newSqlXmlValue(XmlBinaryStreamProvider) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
-  
- newSqlXmlValue(XmlCharacterStreamProvider) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
-  
- newSqlXmlValue(Class<? extends Result>, XmlResultProvider) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
-  
- newSqlXmlValue(Document) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
-  
- newSqlXmlValue(String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
- 
Create a SqlXmlValueinstance for the given XML data,
 as supported by the underlying JDBC driver.
 
- newSqlXmlValue(XmlBinaryStreamProvider) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
- 
Create a SqlXmlValueinstance for the given XML data,
 as supported by the underlying JDBC driver.
 
- newSqlXmlValue(XmlCharacterStreamProvider) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
- 
Create a SqlXmlValueinstance for the given XML data,
 as supported by the underlying JDBC driver.
 
- newSqlXmlValue(Class<? extends Result>, XmlResultProvider) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
- 
Create a SqlXmlValueinstance for the given XML data,
 as supported by the underlying JDBC driver.
 
- newSqlXmlValue(Document) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
- 
Create a SqlXmlValueinstance 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(TransactionStatus) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
-  
- newTransactionStatus(TransactionDefinition, Object, boolean, boolean, boolean, Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- 
Create a TransactionStatus instance for the given arguments. 
- 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. 
- newVelocityEngine() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
- 
Deprecated. Return a new VelocityEngine. 
- 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(Date) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
- 
Get the next  Date in the sequence matching the Cron pattern and
 after the value provided. 
- next() - Method in class org.springframework.util.CompositeIterator
-  
- 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
-  
- nextExecutionTime(TriggerContext) - Method in class org.springframework.scheduling.support.CronTrigger
- 
Determine the next execution time according to the given trigger context. 
- nextExecutionTime(TriggerContext) - Method in class org.springframework.scheduling.support.PeriodicTrigger
- 
Returns the time after which a task should run again. 
- nextExecutionTime(TriggerContext) - Method in interface org.springframework.scheduling.Trigger
- 
Determine the next execution time according to the given trigger context. 
- nextFieldId() - Method in class org.springframework.expression.spel.CodeFlow
-  
- nextFreeVariableId() - Method in class org.springframework.expression.spel.CodeFlow
-  
- 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. 
- 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. 
- nextTimestamp() - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
- 
Deprecated. 
- 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_PARAM_KEY - Static variable in class org.springframework.cache.interceptor.DefaultKeyGenerator
- 
Deprecated. 
- 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. 
- noCache() - Static method in class org.springframework.http.CacheControl
- 
Add a "no-cache" directive. 
- noContent() - Static method in class org.springframework.http.ResponseEntity
- 
- node(Matcher<? super Node>) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
- 
Parse the request content as  Node and apply the given  Matcher. 
- 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
- 
Parse the response content as  Node and apply the given Hamcrest
  Matcher. 
- node(Matcher<? super Node>) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
- 
Evaluate the XPath and assert the  Node content found with the
 given Hamcrest  Matcher. 
- nodeCount(Matcher<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(int) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
- 
Apply the XPath and assert the number of nodes found. 
- nodeCount(Matcher<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.
 
- nodeCount(int) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
- 
Evaluate the XPath and assert the number of nodes found. 
- 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(PortletRequest, PortletResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
- 
No handler found -> throw appropriate exception. 
- 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.portlet
- 
Exception to be thrown if DispatcherPortlet is unable to determine
 a corresponding handler for an incoming portlet request. 
- NoHandlerFoundException(String) - Constructor for exception org.springframework.web.portlet.NoHandlerFoundException
- 
Constructor for NoHandlerFoundException. 
- NoHandlerFoundException(String, PortletRequest) - Constructor for exception org.springframework.web.portlet.NoHandlerFoundException
- 
Constructor for NoHandlerFoundException. 
- 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_BRIDGED_METHODS - Static variable in class org.springframework.util.ReflectionUtils
- 
Pre-built MethodFilter that matches all non-bridge methods. 
- 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
- 
- nonClosing(OutputStream) - Static method in class org.springframework.util.StreamUtils
- 
- NONE - Static variable in class org.springframework.core.ResolvableType
- 
ResolvableTypereturned when no value is available.
 
- 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[], String) - Static method in class org.springframework.util.Assert
- 
Assert that an array contains no nullelements.
 
- noNullElements(Object[]) - Static method in class org.springframework.util.Assert
- 
- 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
-  
- NOP - Static variable in interface org.springframework.asm.Opcodes
-  
- 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/..". 
- NoRollbackRuleAttribute - Class in org.springframework.transaction.interceptor
- 
Tag subclass of  RollbackRuleAttribute that has the opposite behavior
 to the  RollbackRuleAttribute superclass. 
- NoRollbackRuleAttribute(Class<?>) - Constructor for class org.springframework.transaction.interceptor.NoRollbackRuleAttribute
- 
Create a new instance of the  NoRollbackRuleAttribute class
 for the supplied  Throwable class. 
- NoRollbackRuleAttribute(String) - Constructor for class org.springframework.transaction.interceptor.NoRollbackRuleAttribute
- 
Create a new instance of the NoRollbackRuleAttributeclass
 for the suppliedexceptionName.
 
- 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 BeanFactoryis asked for a bean instance for which it
 cannot find a definition.
 
- 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(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(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.
 
- NoSuchBeanDefinitionException(Class<?>, String, String) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
- 
- NoSuchMessageException - Exception in org.springframework.context
- 
Exception thrown when a message can't be resolved. 
- NoSuchMessageException(String, Locale) - Constructor for exception org.springframework.context.NoSuchMessageException
- 
Create a new exception. 
- NoSuchMessageException(String) - Constructor for exception org.springframework.context.NoSuchMessageException
- 
Create a new exception. 
- NoSuchRequestHandlingMethodException - Exception in org.springframework.web.servlet.mvc.multiaction
- 
- NoSuchRequestHandlingMethodException(HttpServletRequest) - Constructor for exception org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
- 
Deprecated. Create a new NoSuchRequestHandlingMethodException for the given request. 
- NoSuchRequestHandlingMethodException(String, String, Map<String, String[]>) - Constructor for exception org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
- 
Deprecated. Create a new NoSuchRequestHandlingMethodException. 
- NoSuchRequestHandlingMethodException(String, Class<?>) - Constructor for exception org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
- 
Deprecated. Create a new NoSuchRequestHandlingMethodException for the given request. 
- NoSupportAsyncWebRequest - Class in org.springframework.web.context.request.async
- 
An AsyncWebRequestto use when there is no underlying async support.
 
- NoSupportAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
-  
- 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)." 
- 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[], String) - Static method in class org.springframework.util.Assert
- 
Assert that an array contains elements; that is, it must not be
 nulland must contain at least one element.
 
- notEmpty(Object[]) - Static method in class org.springframework.util.Assert
- 
- notEmpty(Collection<?>, String) - Static method in class org.springframework.util.Assert
- 
Assert that a collection contains elements; that is, it must not be
 nulland must contain at least one element.
 
- notEmpty(Collection<?>) - Static method in class org.springframework.util.Assert
- 
- notEmpty(Map<?, ?>, String) - Static method in class org.springframework.util.Assert
- 
Assert that a Map contains entries; that is, it must not be nulland must contain at least one entry.
 
- notEmpty(Map<?, ?>) - Static method in class org.springframework.util.Assert
- 
- notFound() - Static method in class org.springframework.http.ResponseEntity
- 
- NotificationListenerBean - Class in org.springframework.jmx.export
- 
- NotificationListenerBean() - Constructor for class org.springframework.jmx.export.NotificationListenerBean
- 
- NotificationListenerBean(NotificationListener) - Constructor for class org.springframework.jmx.export.NotificationListenerBean
- 
- NotificationListenerHolder - Class in org.springframework.jmx.support
- 
- NotificationListenerHolder() - Constructor for class org.springframework.jmx.support.NotificationListenerHolder
-  
- NotificationListenerRegistrar - Class in org.springframework.jmx.access
- 
- 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
- 
- notNull(Object, String) - Static method in class org.springframework.util.Assert
- 
Assert that an object is not null.
 
- notNull(Object) - Static method in class org.springframework.util.Assert
- 
- 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. 
- NotSupportedRecordFactory - Class in org.springframework.jca.cci.connection
- 
Implementation of the CCI RecordFactory interface that always throws
 NotSupportedException. 
- NotSupportedRecordFactory() - Constructor for class org.springframework.jca.cci.connection.NotSupportedRecordFactory
-  
- 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, Throwable) - 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. 
- NoUniqueBeanDefinitionException - Exception in org.springframework.beans.factory
- 
Exception thrown when a BeanFactoryis 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<?>, Collection<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.
 
- NULL - Static variable in interface org.springframework.asm.Opcodes
-  
- NULL - Static variable in class org.springframework.expression.TypedValue
-  
- NULL_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-  
- NULL_OBJECT - Static variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
- 
Internal marker for a null singleton object:
 used as marker value for concurrent Maps (which don't support null values). 
- NULL_PARAM_KEY - Static variable in class org.springframework.cache.interceptor.DefaultKeyGenerator
- 
Deprecated. 
- NullLiteral - Class in org.springframework.expression.spel.ast
- 
Expression language AST node that represents null. 
- NullLiteral(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. 
- 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 nullbased on the
 provided flag, decorating the given Comparator.
 
- nullSafeEquals(Object, Object) - Static method in class org.springframework.util.ObjectUtils
- 
Determine if the given objects are equal, returning trueif
 both arenullorfalseif only one isnull.
 
- nullSafeGet(ResultSet, String[], Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
- 
Deprecated. 
- nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
- 
Deprecated. Template method to extract a value from the given result set. 
- nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
- 
Deprecated. 
- nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
- 
Deprecated. 
- nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.BlobStringType
- 
Deprecated. 
- nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.ClobStringType
- 
Deprecated. 
- 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. 
- 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. 
- nullSafeSet(PreparedStatement, Object, int) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
- 
Deprecated. 
- nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
- 
Deprecated. Template method to set the given parameter value on the given statement. 
- nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
- 
Deprecated. 
- nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
- 
Deprecated. 
- nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.BlobStringType
- 
Deprecated. 
- nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.ClobStringType
- 
Deprecated. 
- nullSafeToString(ContextLoader) - Static method in class org.springframework.test.context.MergedContextConfiguration
- 
Generate a null-safe  String representation of the supplied
  ContextLoader based solely on the fully qualified name of the
 loader or "null" if the supplied loaded is  null. 
- 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. 
- 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. 
- NullSourceExtractor - Class in org.springframework.beans.factory.parsing
- 
Simple implementation of  SourceExtractor that returns  null
 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 nullreplacement
 for cache stores which otherwise do not supportnullvalues.
 
- 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(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(Double) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
- 
Apply the XPath and assert the number of nodes found. 
- number(Matcher<? super Double>) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
- 
Evaluate the XPath and assert the  Double value found with the
 given Hamcrest  Matcher. 
- number(Double) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
- 
Evaluate the XPath and assert the  Double value found. 
- NumberFormat - Annotation Type in org.springframework.format.annotation
- 
Declares that a field should be formatted as a number. 
- NumberFormat.Style - Enum in org.springframework.format.annotation
- 
Common number format styles. 
- NumberFormatAnnotationFormatterFactory - Class in org.springframework.format.number
- 
- NumberFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
-  
- NumberFormatter - Class in org.springframework.format.number
- 
- NumberFormatter() - Constructor for class org.springframework.format.number.NumberFormatter
- 
Deprecated. Create a new NumberFormatter without a pattern. 
- NumberFormatter(String) - Constructor for class org.springframework.format.number.NumberFormatter
- 
Deprecated. Create a new NumberFormatter with the specified pattern. 
- 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
-