Spring Boot - Creating Custom Annotation For Validation | InterviewQA | JavaTechie

preview_player
Показать описание
In this tutorial We will understand how to create custom annotation for bean validation in spring boot

Spring boot microservice Live course Just started (Recordings available)

Hurry-up & Register today itself!

PROMO CODE : Java40

Bean validation & exception handling video link :

GitHub:

Blogs:

Facebook:

guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie

Disclaimer/Policy:
--------------------------------
Note : All uploaded content in this channel is mine and its not copied from any community ,
you are free to use source code from above mentioned GitHub account
Рекомендации по теме
Комментарии
Автор

We are only 3K subscriber for the century let's make all quickly by sharing this content everybody will subscribe after seeing this clear eplanation

itsnarahari
Автор

Thank you so much for creating such great real world example. Very very helpful for me.
I just want to request you that if you can create a video on how we can find performance issues in our application? That would be great help. I will appreciate it. Thanks again. 😊😊😊

bhavikjoshi
Автор

Owsem content & explanation, thank for you Basant your all the efforts 😍❣

tararamgoyal
Автор

Hi
Thanks 🙏👍
Can u make a video on following list
1. How to validate a list or a map of objects
2. How to pass a validated list of allowed strings during entity creation itself.

SuperHuman
Автор

Yor are doing a good job to pick very interesting and useful topic.

abhaymishra
Автор

Followed and liked. Thank you so much.

DiplomasizKodcu
Автор

Instead of writing so much code to validate employee type, just create an Enum for Employee type with the required value and take reference of that Enum in employee request DTO

rkm
Автор

can anyone help me to validate xml request body against xsd

tradeinfo
Автор

You are a good tutor. Very clear.
Thanks you!

stevegathara
Автор

can you make one more video on how to use group() and payload() method by example, it would be great help, i searched on internet but hard time to understanding proper usecases, if anybody knows let me know.

rishabhsharma
Автор

Can we use It will be simple and one line instead of creating custom validation?

satzcalvin
Автор

Same way one to many relationships, can you try once.. it will help

vinodhreddy
Автор

Awesome content sir. Can we validate response body also?

crackrbiwithme
Автор

Hello basanth...the exception you are getting am getting that

nagareddy
Автор

Can you tell me what is the use of @Documented? Also can you tell me what exactly those two lines you copied are doing?

nitinbhattacharyya
Автор

Please explain how to handle request reject exception.I need to handle //(doubleslashes) in url when calling the api. I don't find any solution for this please explain.

niranjanvasadi
Автор

hello teacher, i am new to spring validation and i have encountered a problem that one of my data fields has type double and now i want to check when i enter a string or a character it will give an error format, but I have tried many times and failed, can you help me?

nguyendinhtoifplhn
Автор

Java’s is no longer included I think it the latest version of spring. If we add Java’s manually will it still work ?

Cons
Автор

Cant we simply make the field as enum itself, it will do the work

niketagrawal
Автор

@javatechie is this validation included in your springboot course

DeepakLalchandaniProfile