Uses of Annotation Interface
org.springframework.lang.NonNull
Packages that use NonNull
Package
Description
This package contains interfaces and classes for manipulating Java beans.
Classes supporting the
org.springframework.beans.factory
package.Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
XML encoder and decoder support.
JdbcTemplate variant with named parameter support.
A comprehensive set of Servlet API 6.0 mock objects, targeted at usage with
Spring's Web MVC framework.
Annotation support for asynchronous method execution.
Provides data binding and validation functionality,
for usage in business and/or UI layers.
-
Uses of NonNull in org.springframework.beans
Methods in org.springframework.beans with annotations of type NonNullModifier and TypeMethodDescriptionExtendedBeanInfoFactory.getBeanInfo
(Class<?> beanClass) StandardBeanInfoFactory.getBeanInfo
(Class<?> beanClass) -
Uses of NonNull in org.springframework.beans.factory.support
Methods in org.springframework.beans.factory.support with annotations of type NonNullModifier and TypeMethodDescriptionBeanDefinitionOverrideException.getBeanName()
Return the name of the bean.BeanDefinitionOverrideException.getResourceDescription()
Return the description of the resource that the bean definition came from. -
Uses of NonNull in org.springframework.core.annotation
Methods in org.springframework.core.annotation with annotations of type NonNull -
Uses of NonNull in org.springframework.http.codec.xml
Methods in org.springframework.http.codec.xml with annotations of type NonNullModifier and TypeMethodDescriptionJaxb2XmlDecoder.decode
(DataBuffer dataBuffer, ResolvableType targetType, MimeType mimeType, Map<String, Object> hints) -
Uses of NonNull in org.springframework.jdbc.core.namedparam
Methods in org.springframework.jdbc.core.namedparam with annotations of type NonNullModifier and TypeMethodDescriptionString[]
BeanPropertySqlParameterSource.getParameterNames()
String[]
MapSqlParameterSource.getParameterNames()
-
Uses of NonNull in org.springframework.mock.web
Methods in org.springframework.mock.web with annotations of type NonNull -
Uses of NonNull in org.springframework.scheduling.annotation
Methods in org.springframework.scheduling.annotation with annotations of type NonNullModifier and TypeMethodDescriptionString[]
AsyncConfigurationSelector.selectImports
(AdviceMode adviceMode) ReturnsProxyAsyncConfiguration
orAspectJAsyncConfiguration
forPROXY
andASPECTJ
values ofEnableAsync.mode()
, respectively. -
Uses of NonNull in org.springframework.validation
Methods in org.springframework.validation with annotations of type NonNull