Uses of Annotation Interface
org.springframework.lang.NonNull
Package
Description
Classes supporting the
org.springframework.beans.factory
package.JdbcTemplate variant with named parameter support.
A comprehensive set of Servlet API 4.0 mock objects, targeted at usage with
Spring's Web MVC framework.
Provides data binding and validation functionality,
for usage in business and/or UI layers.
Common infrastructure for handler method processing, as used by
Spring MVC's
org.springframework.web.servlet.mvc.method
package.-
Uses of NonNull in org.springframework.beans.factory.support
Modifier 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.jdbc.core.namedparam
Modifier and TypeMethodDescriptionString[]
BeanPropertySqlParameterSource.getParameterNames()
String[]
MapSqlParameterSource.getParameterNames()
-
Uses of NonNull in org.springframework.mock.web
-
Uses of NonNull in org.springframework.validation
-
Uses of NonNull in org.springframework.web.method