Searched refs:isNullable (Results 1 – 8 of 8) sorted by relevance
76 assertFalse(dependency.isNullable()); in testFieldInjectionPoint()99 assertFalse(dependency.isNullable()); in testMethodInjectionPoint()123 assertFalse(dependency.isNullable()); in testConstructorInjectionPoint()136 assertTrue(dependency.isNullable()); in testUnattachedDependency()
369 args[i] != null || isNullable(param)); in buildParamList()457 return param.getType().getRawType().isPrimitive() || isNullable(param);460 private static boolean isNullable(Parameter param) {
82 public boolean isNullable() { in isNullable() method in Dependency
53 function isNullable(type) { function400 var nullable = isNullable(elementType);
172 public int isNullable(int column) throws java.sql.SQLException { in isNullable() method in JDBCResultSetMetaData
119 abstract boolean isNullable(); in isNullable() method in DependencyRequest
344 if (request.isNullable()) { in validateNullability()
612 if (value != null || dependency.isNullable() ) {