Class XmlMappingReader


  • public class XmlMappingReader
    extends Object
    • Constructor Detail

      • XmlMappingReader

        public XmlMappingReader()
    • Method Detail

      • read

        public static XmEbean read​(InputStream is)
        Read and return a Migration from an xml document.
      • readByResourceName

        public static List<XmEbean> readByResourceName​(ClassLoader classLoader,
                                                       String resourceName)
        Read the deployment XML for the given resource name.
      • readByResourceList

        public static List<XmEbean> readByResourceList​(List<io.avaje.classpath.scanner.Resource> resourceList)
        Read the deployment XML for the given resources.