Tags
- AWS CloudFormation
- jpa
- 차이점
- 리눅스rabbitmq설치
- javaIteration
- db
- redis
- rabbitmq설치방법
- Heap
- AWS
- S3
- 자료구조
- cloudfront
- Amazon
- dynamodb
- list
- instance
- Cognito
- map
- REST
- javamap반복
- rabbitmq설치명령어
- ELB
- Iteration반복문
- java
- 어노테이션
- spring
- 인스턴스
- yumpackage
- CloudFormation
https://blog.naver.com/rla8860
- Today
- Total
SMALL
목록json ignore (1)
You are a developer, not a coder.
json serialize 에서 ignore 하고 싶다면?
우리는 JSON DATA를 받아오는 VO객체 설정시, 받아오는쪽은 사용하나 사용하는 쪽은 사용하지 않는? 그런 경우의 로직을 사용해야 될때가 있다. 그럴때에는 다음과 같이 @JsonIgnore 어노테이션을 사용한다면, ignore를 활성화하여 JSON LIST에서 제거하여 사용할수 있게 도와준다. @JsonIgnore(value=true) private String logicType;
FrameWorks/Spring (Boot포함)
2020. 12. 28. 09:59
LIST