-
Notifications
You must be signed in to change notification settings - Fork 695
Commit a978209
Add
Introduces a more convenient API to simplify the caller side especially for conditionals that want to determine whether a parameter name is present.
Closes #3088
Original pull request: #3272 getRequiredName
and hasName
API to org.springframework.data.mapping.Parameter
.1 parent c0b60b2 commit a978209
File tree
2 files changed
+56
-0
lines changed- src
- main/java/org/springframework/data/mapping
- test/java/org/springframework/data/mapping
2 files changed
+56
-0
lines changedLines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | + | ||
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
| |||
99 | 100 |
| |
100 | 101 |
| |
101 | 102 |
| |
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
102 | 128 |
| |
103 | 129 |
| |
104 | 130 |
| |
|
Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | + | ||
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
| |||
149 | 150 |
| |
150 | 151 |
| |
151 | 152 |
| |
153 | + | ||
154 | + | ||
155 | + | ||
156 | + | ||
157 | + | ||
158 | + | ||
159 | + | ||
160 | + | ||
161 | + | ||
162 | + | ||
163 | + | ||
164 | + | ||
165 | + | ||
166 | + | ||
167 | + | ||
168 | + | ||
169 | + | ||
170 | + | ||
171 | + | ||
172 | + | ||
173 | + | ||
174 | + | ||
175 | + | ||
176 | + | ||
177 | + | ||
178 | + | ||
179 | + | ||
180 | + | ||
181 | + | ||
152 | 182 |
| |
153 | 183 |
| |
154 | 184 |
| |
|
0 commit comments