File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed
spring-oxm/src/main/resources/org/springframework/oxm/config Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 4646 </xsd : complexType >
4747 </xsd : element >
4848
49- <xsd : element name =" jibx-marshaller" >
50- <xsd : complexType >
51- <xsd : annotation >
52- <xsd : documentation source =" java:org.springframework.oxm.jibx.JibxMarshaller" >
53- Defines a JiBX Marshaller. Deprecated as of Spring Framework 5.1.5!
54- </xsd : documentation >
55- <xsd : appinfo >
56- <tool : annotation >
57- <tool : exports type =" org.springframework.oxm.jibx.JibxMarshaller" />
58- </tool : annotation >
59- </xsd : appinfo >
60- </xsd : annotation >
61- <xsd : complexContent >
62- <xsd : extension base =" beans:identifiedType" >
63- <xsd : attribute name =" target-class" type =" classType" >
64- <xsd : annotation >
65- <xsd : documentation >The target class to be bound with JiBX.</xsd : documentation >
66- </xsd : annotation >
67- </xsd : attribute >
68- <xsd : attribute name =" target-package" type =" xsd:string" >
69- <xsd : annotation >
70- <xsd : documentation >The target package for the JiBX binding.</xsd : documentation >
71- </xsd : annotation >
72- </xsd : attribute >
73- <xsd : attribute name =" binding-name" type =" xsd:string" >
74- <xsd : annotation >
75- <xsd : documentation >The binding name used by this marshaller.</xsd : documentation >
76- </xsd : annotation >
77- </xsd : attribute >
78- </xsd : extension >
79- </xsd : complexContent >
80- </xsd : complexType >
81- </xsd : element >
82-
8349 <xsd : simpleType name =" classType" >
8450 <xsd : annotation >
8551 <xsd : documentation source =" java:java.lang.Class" >A class supported by a marshaller.</xsd : documentation >
You can’t perform that action at this time.
0 commit comments