Class DtoInformation
java.lang.Object
net.datenwerke.dtoservices.dtogenerator.analizer.DtoInformation
Provides information on a dto for a given poso.
-
Constructor Summary
ConstructorsConstructorDescriptionDtoInformation(PosoAnalizer posoAnalizer, DtoAnnotationProcessor dtoAnnotationProcessor) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanisEnum()booleanboolean
-
Constructor Details
-
DtoInformation
-
-
Method Details
-
getPackageName
-
getClassName
-
getDto2PosoMapClassName
-
getFullyQualifiedDto2PosoMapClassName
-
getDto2PropertyAccessClassName
-
getFullyQualifiedPropertyAccesClassName
-
getFullyQualifiedClassName
-
getSerialVersionUID
-
isAbstractDto
public boolean isAbstractDto() -
isEnum
public boolean isEnum() -
isInterface
public boolean isInterface() -
hasDecorator
public boolean hasDecorator() -
getPackageNameForDecorator
-
getClassNameForDecorator
-
getFullyQualifiedClassNameForDecorator
-
generateDto
public boolean generateDto() -
hasSpecializedDisplayTitle
public boolean hasSpecializedDisplayTitle() -
isProxyable
public boolean isProxyable() -
getDto2PosoMapPackageName
-
getDto2PropertyAccessPackageName
-
hasAdditionalImports
public boolean hasAdditionalImports() -
getAdditionalImports
-
hasWhitelist
public boolean hasWhitelist() -
getWhitelist
-
getTypeDescriptionMsgInterface
-