Searched refs:isNullable (Results 1 – 10 of 10) sorted by relevance
81 assertFalse(dependency.isNullable()); in testFieldInjectionPoint()110 assertFalse(dependency.isNullable()); in testMethodInjectionPoint()140 assertFalse(dependency.isNullable()); in testConstructorInjectionPoint()156 assertTrue(dependency.isNullable()); in testUnattachedDependency()
40 if (t == null && !dependency.isNullable()) { in get()
86 if (t == null && !dependency.isNullable()) {
174 if (t == null && !dependency.isNullable()) { in doProvision()
369 args[i] != null || isNullable(param)); in buildParamList()457 return param.getType().getRawType().isPrimitive() || isNullable(param);460 private static boolean isNullable(Parameter param) {
75 public boolean isNullable() { in isNullable() method in Dependency
172 public int isNullable(int column) throws java.sql.SQLException { in isNullable() method in JDBCResultSetMetaData
101 function isNullable(type) { function530 var nullable = isNullable(elementType);
119 abstract boolean isNullable(); in isNullable() method in DependencyRequest
344 if (request.isNullable()) { in validateNullability()