portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.auth.presentation.request
/
EmailCheckForm
Email
Check
Form
data
class
EmailCheckForm
(
val
email
:
String
)
Members
Constructors
Email
Check
Form
Link copied to clipboard
constructor
(
email
:
String
)
Properties
email
Link copied to clipboard
@
Size
(
max
=
254
,
message
=
"이메일은 254자 이하로 입력해주세요"
)
@
Pattern
(
regexp
=
"^[A-Za-z0-9._%+-]{1,64}@[A-Za-z0-9.-]+\.[A-Za-z]{2,}$"
,
message
=
"이메일 형식이 올바르지 않습니다"
)
val
email
:
String