public class QueryFiler extends AbstractFiler
comment, fluent, klassName, packageName| 构造器和说明 |
|---|
QueryFiler(FluentEntity fluentEntity) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
build(com.squareup.javapoet.TypeSpec.Builder spec) |
static String |
getClassName(FluentClassName fluentEntity) |
static String |
getPackageName(FluentClassName fluentEntity) |
protected boolean |
isInterface()
是否接口类
|
protected void |
staticImport(com.squareup.javapoet.JavaFile.Builder spec) |
public QueryFiler(FluentEntity fluentEntity)
public static String getClassName(FluentClassName fluentEntity)
public static String getPackageName(FluentClassName fluentEntity)
protected void staticImport(com.squareup.javapoet.JavaFile.Builder spec)
staticImport 在类中 AbstractFilerprotected void build(com.squareup.javapoet.TypeSpec.Builder spec)
build 在类中 AbstractFilerprotected boolean isInterface()
AbstractFilerisInterface 在类中 AbstractFilerCopyright © 2021. All rights reserved.