Class XmlMappingReader

java.lang.Object
io.ebeaninternal.xmlmapping.XmlMappingReader

public class XmlMappingReader extends Object
  • Constructor Details

    • XmlMappingReader

      public XmlMappingReader()
  • Method Details

    • 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.