We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a656937 + a875db4 commit f420076Copy full SHA for f420076
app/src/main/java/org/lfenergy/compas/cim/mapping/rest/CompasCimMappingConfiguration.java
@@ -21,8 +21,9 @@
21
org.lfenergy.compas.scl2007b4.model.TSDI.class,
22
org.lfenergy.compas.scl2007b4.model.TDAI.class,
23
javax.xml.bind.annotation.adapters.NormalizedStringAdapter.class,
24
- javax.xml.bind.annotation.adapters.CollapsedStringAdapter.class}
25
-)
+ javax.xml.bind.annotation.adapters.CollapsedStringAdapter.class,
+ javax.xml.bind.annotation.W3CDomHandler.class,
26
+})
27
public class CompasCimMappingConfiguration {
28
@Produces
29
public CimToSclMapper createCimToSclMapper() {
0 commit comments