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
@DaTa public class ResponsePetitionDto { private String status=""; private String category; private String title; private String createDate;
만에 하나라도 정보가 없을 경우 nullPointer를 뱉어내는데, 어떤 관점이 더 좋은지 궁금해서 남깁니다...
The text was updated successfully, but these errors were encountered:
우선 초기값을 넣어두는것은 좋지 않다고 봅니다.
데이터가 없는 경우 nullPointerException이 발생하나요? 보통 null값으로 나오는걸로 알고 있는데 한번 확인해 봐야할 것 같습니다. 어떤 api인가요?
Sorry, something went wrong.
No branches or pull requests
@DaTa
public class ResponsePetitionDto {
private String status="";
private String category;
private String title;
private String createDate;
만에 하나라도 정보가 없을 경우 nullPointer를 뱉어내는데,
어떤 관점이 더 좋은지 궁금해서 남깁니다...
The text was updated successfully, but these errors were encountered: