类 AptDtoCompiler
java.lang.Object
org.babyfish.jimmer.dto.compiler.DtoCompiler<ImmutableType,ImmutableProp>
org.babyfish.jimmer.apt.AptDtoCompiler
public class AptDtoCompiler
extends org.babyfish.jimmer.dto.compiler.DtoCompiler<ImmutableType,ImmutableProp>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected Map<String,ImmutableProp> getDeclaredProps(ImmutableType baseType) protected Map<String,ImmutableProp> getProps(ImmutableType baseType) protected ImmutableTypegetSuperType(ImmutableType baseType) protected ImmutableTypegetTargetType(ImmutableProp baseProp) protected booleanisEntity(ImmutableType baseType) protected booleanisId(ImmutableProp baseProp) protected booleanisKey(ImmutableProp baseProp) 从类继承的方法 org.babyfish.jimmer.dto.compiler.DtoCompiler
compile, compile, compile
-
构造器详细资料
-
AptDtoCompiler
-
-
方法详细资料
-
isEntity
- 指定者:
isEntity在类中org.babyfish.jimmer.dto.compiler.DtoCompiler<ImmutableType,ImmutableProp>
-
getSuperType
- 指定者:
getSuperType在类中org.babyfish.jimmer.dto.compiler.DtoCompiler<ImmutableType,ImmutableProp>
-
getDeclaredProps
- 指定者:
getDeclaredProps在类中org.babyfish.jimmer.dto.compiler.DtoCompiler<ImmutableType,ImmutableProp>
-
getProps
- 指定者:
getProps在类中org.babyfish.jimmer.dto.compiler.DtoCompiler<ImmutableType,ImmutableProp>
-
isId
- 指定者:
isId在类中org.babyfish.jimmer.dto.compiler.DtoCompiler<ImmutableType,ImmutableProp>
-
isKey
- 指定者:
isKey在类中org.babyfish.jimmer.dto.compiler.DtoCompiler<ImmutableType,ImmutableProp>
-
getTargetType
- 指定者:
getTargetType在类中org.babyfish.jimmer.dto.compiler.DtoCompiler<ImmutableType,ImmutableProp>
-