File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
src/main/java/de/codecentric/spring/additionalvalidation Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 14
14
import org .springframework .web .bind .annotation .RequestMapping ;
15
15
import org .springframework .web .bind .annotation .RequestMethod ;
16
16
import org .springframework .web .bind .annotation .RestController ;
17
- import org .springframework .web .context .annotation .RequestScope ;
18
17
19
18
import java .util .stream .Collectors ;
20
19
Original file line number Diff line number Diff line change 1
1
package de .codecentric .spring .additionalvalidation .validator ;
2
2
3
- import com .fasterxml .jackson .databind .ObjectMapper ;
4
-
5
3
import de .codecentric .spring .additionalvalidation .controller .Data ;
6
4
7
- import org .springframework .beans .factory .annotation .Autowired ;
8
5
import org .springframework .stereotype .Component ;
9
6
import org .springframework .validation .Errors ;
10
7
11
- import javax .servlet .http .HttpServletRequest ;
12
-
13
8
@ Component
14
9
public class StringValueValidator {
15
10
You can’t perform that action at this time.
0 commit comments