Class DtoInformation

java.lang.Object
net.datenwerke.dtoservices.dtogenerator.analizer.DtoInformation

public class DtoInformation extends Object
Provides information on a dto for a given poso.
  • Constructor Details

  • Method Details

    • getPackageName

      public String getPackageName()
    • getClassName

      public String getClassName()
    • getDto2PosoMapClassName

      public String getDto2PosoMapClassName()
    • getFullyQualifiedDto2PosoMapClassName

      public String getFullyQualifiedDto2PosoMapClassName()
    • getDto2PropertyAccessClassName

      public String getDto2PropertyAccessClassName()
    • getFullyQualifiedPropertyAccesClassName

      public String getFullyQualifiedPropertyAccesClassName()
    • getFullyQualifiedClassName

      public String getFullyQualifiedClassName()
    • getSerialVersionUID

      public Long getSerialVersionUID()
    • isAbstractDto

      public boolean isAbstractDto()
    • isEnum

      public boolean isEnum()
    • isInterface

      public boolean isInterface()
    • hasDecorator

      public boolean hasDecorator()
    • getPackageNameForDecorator

      public String getPackageNameForDecorator()
    • getClassNameForDecorator

      public String getClassNameForDecorator()
    • getFullyQualifiedClassNameForDecorator

      public String getFullyQualifiedClassNameForDecorator()
    • generateDto

      public boolean generateDto()
    • hasSpecializedDisplayTitle

      public boolean hasSpecializedDisplayTitle()
    • isProxyable

      public boolean isProxyable()
    • getDto2PosoMapPackageName

      public String getDto2PosoMapPackageName()
    • getDto2PropertyAccessPackageName

      public String getDto2PropertyAccessPackageName()
    • hasAdditionalImports

      public boolean hasAdditionalImports()
    • getAdditionalImports

      public List<DeclaredType> getAdditionalImports()
    • hasWhitelist

      public boolean hasWhitelist()
    • getWhitelist

      public List<DeclaredType> getWhitelist()
    • getTypeDescriptionMsgInterface

      public DeclaredType getTypeDescriptionMsgInterface()