Package io.ebeaninternal.xmlmapping
Class XmlMappingReader
java.lang.Object
io.ebeaninternal.xmlmapping.XmlMappingReader
public class XmlMappingReader extends Object
-
Constructor Summary
Constructors Constructor Description XmlMappingReader() -
Method Summary
Modifier and Type Method Description static XmEbeanread(InputStream is)Read and return a Migration from an xml document.static List<XmEbean>readByResourceList(List<io.avaje.classpath.scanner.Resource> resourceList)Read the deployment XML for the given resources.static List<XmEbean>readByResourceName(ClassLoader classLoader, String resourceName)Read the deployment XML for the given resource name.
-
Constructor Details
-
XmlMappingReader
public XmlMappingReader()
-
-
Method Details
-
read
Read and return a Migration from an xml document. -
readByResourceName
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.
-