We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
validate
assert_*
validateRootFolder
무엇을 검증하는지
if (Objects.nonNull(command.parentFolderId())) { assertUserIsFolderOwner(command.userId(), command.parentFolderId()); assertParentFolderIsNotRoot(command.parentFolderId()); } assertUserIsPickOwner(command.userId(), command.id()); assertUserIsTagOwner(command.userId(), command.tagIdOrderedList());
The text was updated successfully, but these errors were encountered:
kimminkyeu
No branches or pull requests
validateRootFolder
같은 메서드를 보다 명시적으로무엇을 검증하는지
작성예시 코드
The text was updated successfully, but these errors were encountered: