Is there any tool for checking @XmlPath annotations?

Is there any tool for checking @XmlPath annotations used from MOXy JAXB in a specific XML file at compile time from the Eclipse or IntelliJIdea java infrastructure or something else?

+3
source share
2 answers

There are no corresponding IDE tools yet. You can use the EclipseLink MOXy JAXBContext to create an XML schema, and then use it to validate an XML document.

For more information on XPath-based mapping, see @XmlPath:

UPDATE

Dali Juno Eclipse. :

+2

Source: https://habr.com/ru/post/1758353/


All Articles