portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.article.domain.validator
/
CommentValidator
Comment
Validator
@
Component
class
CommentValidator
(
commentRepository
:
CommentRepository
,
userRepository
:
UserRepository
)
Members
Constructors
Comment
Validator
Link copied to clipboard
constructor
(
commentRepository
:
CommentRepository
,
userRepository
:
UserRepository
)
Functions
is
Author
Link copied to clipboard
fun
isAuthor
(
articleId
:
Long
,
commentId
:
Long
,
email
:
String
)
:
Boolean
댓글 작성자가 맞는지 확인