public class EntityRefMethod extends FieldOrMethod<EntityRefMethod>
javaType, name| 构造器和说明 |
|---|
EntityRefMethod(String property,
com.squareup.javapoet.TypeName javaType) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRefMethod(FluentEntity fluent)
Ref对应的方法名称
|
String |
getReturnEntity() |
boolean |
isAbstractMethod()
是否抽象方法
|
boolean |
isAutoMapping() |
boolean |
returnList() |
void |
setValue(String value) |
isPrimitive, setJavaTypepublic EntityRefMethod(String property, com.squareup.javapoet.TypeName javaType)
public void setValue(String value)
public String getRefMethod(FluentEntity fluent)
Ref对应的方法名称
fluent - FluentEntitypublic boolean isAutoMapping()
public String getReturnEntity()
public boolean returnList()
public boolean isAbstractMethod()
Copyright © 2021. All rights reserved.