public abstract static class AbstractMethodGenerator.BaseBuilder<T extends AbstractMethodGenerator.BaseBuilder<T,R>,R> extends Object
Constructor and Description |
---|
BaseBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract R |
build() |
abstract T |
getThis() |
T |
withContext(Context context) |
T |
withIntrospectedTable(IntrospectedTable introspectedTable) |
Copyright © 2006–2018 MyBatis.org. All rights reserved.