Package io.ebeaninternal.xmlmapping
Class XmlMappingReader
java.lang.Object
io.ebeaninternal.xmlmapping.XmlMappingReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic XmEbeanread(InputStream is)Read and return a Migration from an xml document.readByResourceList(List<io.avaje.classpath.scanner.Resource> resourceList)Read the deployment XML for the given resources.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.
-