728x90
Spting Xml 관련 @Annotation(어노테이션)
@XmlElement
@XmlElement란
java-bean 속성을 XML 요소에 매핑합니다.
기본적으로 @XmlRootElement가 클래스 수준에서 선언되면 모든 속성(또는 필드)은 이름이 java-bean 속성 이름인
XML 요소로 처리됩니다[달리 선언되지 않았거나 일시적인 경우 제외]
@XmlRootElement
@XmlRootElement란
@XmlAccessorType
@XmlAccessorType이란
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType
@XmlType이란
@XmlAttribute
@XmlAttribute란
@XmlElement
@XmlElement란
@XmlElementWrapper
@XmlElementWrapper란
@XmlList
@XmlList란
@XmlTransient
@XmlTransient란
@XmlJavaTypeAdapter
@XmlJavaTypeAdapter란
728x90
'SPING > Spring 정리' 카테고리의 다른 글
[Spring] Thymeleaf 사용하기 application.properties 설정 (0) | 2023.06.25 |
---|---|
[Spring] Spting @RequestMapping이란? (0) | 2023.06.14 |
[Spring] Spring @ Annotation(어노테이션) (0) | 2023.06.13 |
[Spring] @Bean, @Configuration 사용방법과 뜻 (0) | 2023.06.13 |
[Spring] Spring(스프링) Spring Framework, MVC패턴(모델2) 정리 (0) | 2023.06.12 |