====== Jackson Mixin ====== * MixIn 을 사용하면 소스접근이 불가능한 특정 클래스에 Jackson Annotation 을 적용하거나 혹은 특정 인터페이스/클래스 구현체에 대해 항상 동일한 어노테이션 주입이 가능해진다. ===== 참조 ===== * [[https://medium.com/@shankar.ganesh.1234/jackson-mixin-a-simple-guide-to-a-powerful-feature-d984341dc9e2|Jackson Mixin — A simple guide to a powerful feature | by shankar ganesh | Medium]] * [[https://dzone.com/articles/jackson-mixin-to-the-rescue|Jackson Mixin to the Rescue - DZone Java]] * [[https://www.tutorialspoint.com/jackson_annotations/jackson_annotations_mixin.htm|Jackson Annotations - Mixin - Tutorialspoint]] * [[https://seongtak-yoon.tistory.com/70|[Json] Jackson을 이용해 추상, 인터페이스 객체 별로 구현체 구분하기]] * [[https://goni9071.tistory.com/entry/jackson-fasterxml-custom-filter|jackson fasterxml custom filter (exclude, masking)]] Mixin/Filter 로 보안이슈 있는 필드 filtering/masking