python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to validate Data in Service Layer?
I've got a problem which I haven't been able to solve.
I am currently building a Rest Api with Spring Boot and I want to validate my User Entity inside of the service layer. I have tried different app...

Chimitsu Nagase
Votes: 0
Answers: 2
Not able to inject dependency into ConstraintValidator implementation
I have tried several methods to inject dependency into my ConstraintValidator implementation but nothing is working. I have tried almost all stackoverflow threads. I am using Hibernate Validator to ac...
Malay Pandey
Votes: 0
Answers: 2
Is there a way to validate @Column annotation constraints in Kotlin
Given an Entity with the following definition:
@Entity
class myObject (
@Column(name = colName, nullable = false, length = 20)
var myCol: String
) : AbstractJpaPersistableWithId<Int> {
...

Elliott Barinberg
Votes: 0
Answers: 0
hibernate validator pojo field with ZoneDateTime field have none normal year
In spring-boot application with rest api and hibernate validator.
Having an api with the following request body, the body can be received as long value or string value.
in case a client sends the date...
Eran Friedland
Votes: 0
Answers: 1