类 DtoCompiler<T extends org.babyfish.jimmer.dto.compiler.spi.BaseType,P extends org.babyfish.jimmer.dto.compiler.spi.BaseProp>
java.lang.Object
org.babyfish.jimmer.dto.compiler.DtoCompiler<T,P>
public abstract class DtoCompiler<T extends org.babyfish.jimmer.dto.compiler.spi.BaseType,P extends org.babyfish.jimmer.dto.compiler.spi.BaseProp>
extends Object
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getDeclaredProps(T baseType) getEnumConstants(P baseProp) protected abstract Collection<T>getSuperTypes(T baseType) protected abstract TgetTargetType(P baseProp) protected abstract booleanisGeneratedValue(P baseProp) protected abstract booleanisSameType(P baseProp1, P baseProp2) protected abstract booleanisStringProp(P baseProp)
-
构造器详细资料
-
DtoCompiler
- 抛出:
IOException
-
-
方法详细资料
-
getBaseType
-
getDtoFilePath
-
getSourceTypeName
-
getTargetPackageName
-
compile
-
getSuperTypes
-
getDeclaredProps
-
getProps
-
getTargetType
-
isGeneratedValue
-
getEnumConstants
-
isStringProp
-
isSameType
-