public abstract class AbstractMethodGenerator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractMethodGenerator.BaseBuilder<T extends AbstractMethodGenerator.BaseBuilder<T,R>,R> |
Modifier and Type | Field and Description |
---|---|
protected Context |
context |
protected IntrospectedTable |
introspectedTable |
Modifier | Constructor and Description |
---|---|
protected |
AbstractMethodGenerator(AbstractMethodGenerator.BaseBuilder<?,?> builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
acceptParts(MethodAndImports.Builder builder,
Method method,
MethodParts methodParts) |
abstract boolean |
callPlugins(Method method,
Interface interfaze) |
abstract MethodAndImports |
generateMethodAndImports() |
protected Context context
protected IntrospectedTable introspectedTable
protected AbstractMethodGenerator(AbstractMethodGenerator.BaseBuilder<?,?> builder)
protected void acceptParts(MethodAndImports.Builder builder, Method method, MethodParts methodParts)
public abstract MethodAndImports generateMethodAndImports()
Copyright © 2006–2018 MyBatis.org. All rights reserved.