Uses of Class
org.springframework.lang.NonNull
Packages that use NonNull Package Description org.springframework.beans.factory.support Classes supporting theorg.springframework.beans.factorypackage.org.springframework.jdbc.core.namedparam JdbcTemplate variant with named parameter support.org.springframework.jdbc.support Support classes for the JDBC framework, used by the classes in the jdbc.core and jdbc.object packages.org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers.Uses of NonNull in org.springframework.beans.factory.support
Methods in org.springframework.beans.factory.support with annotations of type NonNull Modifier and Type Method Description StringBeanDefinitionOverrideException. getBeanName()Return the name of the bean.StringBeanDefinitionOverrideException. getResourceDescription()Return the description of the resource that the bean definition came from.Uses of NonNull in org.springframework.jdbc.core.namedparam
Methods in org.springframework.jdbc.core.namedparam with annotations of type NonNull Modifier and Type Method Description String[]BeanPropertySqlParameterSource. getParameterNames()String[]MapSqlParameterSource. getParameterNames()Uses of NonNull in org.springframework.jdbc.support
Methods in org.springframework.jdbc.support with annotations of type NonNull Modifier and Type Method Description DataAccessExceptionAbstractFallbackSQLExceptionTranslator. translate(String task, String sql, SQLException ex)Pre-checks the arguments, callsAbstractFallbackSQLExceptionTranslator.doTranslate(java.lang.String, java.lang.String, java.sql.SQLException), and invokes thefallback translatorif necessary.Uses of NonNull in org.springframework.validation
Methods in org.springframework.validation with annotations of type NonNull Modifier and Type Method Description ObjectMapBindingResult. getTarget()