Getter랑 변수랑 둘다 XmlAttribute로 인식해서 중복
https://codeday.me/ko/qa/20190428/403414.html
https://codeday.me/ko/qa/20190516/557990.html
@XmlAttribute/@XmlValue는 XML에서 텍스트에 매핑되는 Java 유형을 참조해야 합니다.
http://blog.bdoughan.com/2010/09/jaxb-collection-properties.html
http://blog.bdoughan.com/2011/06/using-jaxbs-xmlaccessortype-to.html
http://blog.bdoughan.com/2011/06/using-jaxbs-xmlaccessortype-to.html
'Java' 카테고리의 다른 글
6. Enums and Annotations - Effective Java 3th (0) | 2019.08.26 |
---|---|
10. Exceptions ( 예외 처리 ) - Effective Java 3th (0) | 2019.08.12 |
디자인패턴8-전략 패턴/스트래티지 패턴(Strategy Pattern) (0) | 2019.05.30 |
Java8 람다(Lambda) 제대로 쓰기 (0) | 2019.04.25 |
디자인패턴7 - Proxy pattern(프록시 패턴) (0) | 2019.04.24 |