We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a3d5b commit 0556fdeCopy full SHA for 0556fde
spring-jdbc/src/main/java/org/springframework/jdbc/core/DataClassRowMapper.java
@@ -22,8 +22,6 @@
22
23
import org.springframework.beans.BeanUtils;
24
import org.springframework.beans.TypeConverter;
25
-import org.springframework.core.DefaultParameterNameDiscoverer;
26
-import org.springframework.core.ParameterNameDiscoverer;
27
import org.springframework.core.convert.ConversionService;
28
import org.springframework.lang.Nullable;
29
import org.springframework.util.Assert;
@@ -45,8 +43,6 @@
45
43
*/
46
44
public class DataClassRowMapper<T> extends BeanPropertyRowMapper<T> {
47
48
- private static final ParameterNameDiscoverer parameterNameDiscoverer = new DefaultParameterNameDiscoverer();
49
-
50
@Nullable
51
private Constructor<T> mappedConstructor;
52
0 commit comments