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