-
Couldn't load subscription status.
- Fork 38.8k
Closed as not planned
Labels
for: stackoverflowA question that's better suited to stackoverflow.comA question that's better suited to stackoverflow.comstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
I am a beginner and learning springboot
springboot 3.2+ WebDataBinder getTarget() get request returns null
@InitBinder
public final void dataBinder(WebDataBinder binder) {
if (binder.getTarget() instanceof BaseCondition baseCondition) {
binder.addValidators(baseCondition);
}
}
binder.getTarget() == null; Version 3.1.12 is available
public interface BaseCondition extends Validator {
}
public class LoginCondition implements BaseCondition {
}
Metadata
Metadata
Assignees
Labels
for: stackoverflowA question that's better suited to stackoverflow.comA question that's better suited to stackoverflow.comstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid