类 DocumentMapperDefine
- java.lang.Object
-
- xyz.xiezc.ioc.starter.orm.xml.DocumentMapperDefine
-
public class DocumentMapperDefine extends Object
-
-
构造器概要
构造器 构造器 说明 DocumentMapperDefine(BufferedReader reader)DocumentMapperDefine(File path)DocumentMapperDefine(Path path)DocumentMapperDefine(MapperDefine mapperDefine)DocumentMapperDefine(MapperDefine mapperDefine, Path path)
-
-
-
构造器详细资料
-
DocumentMapperDefine
public DocumentMapperDefine(MapperDefine mapperDefine, Path path) throws IOException
- 抛出:
IOException
-
DocumentMapperDefine
public DocumentMapperDefine(File path) throws IOException
- 抛出:
IOException
-
DocumentMapperDefine
public DocumentMapperDefine(Path path) throws IOException
- 抛出:
IOException
-
DocumentMapperDefine
public DocumentMapperDefine(BufferedReader reader) throws IOException
- 抛出:
IOException
-
DocumentMapperDefine
public DocumentMapperDefine(MapperDefine mapperDefine)
-
-
方法详细资料
-
getNameSpace
public String getNameSpace()
通过解析文档, 获取文档对应的mapper接口- 返回:
-
checkDoc
public void checkDoc()
-
-