Interface XmlPreProcessingResult


  • Method Details

    • getDocuments

      List<XmlDocument> getDocuments()
      All XML documents (JAXB roots)
    • getMappedClasses

      List<String> getMappedClasses()
      All classes named across all XML mappings
      See Also:
      • JaxbManagedType.getClazz()
    • getMappedNames

      List<String> getMappedNames()
      All "type names" named across all XML mappings.
      See Also:
      • JaxbEntityImpl.getName()
      • JaxbEmbeddableImpl.getName()
      API Note:
      This accounts for dynamic models