类 DtoType<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.DtoType<T,P>

public class DtoType<T extends org.babyfish.jimmer.dto.compiler.spi.BaseType,P extends org.babyfish.jimmer.dto.compiler.spi.BaseProp> extends Object
  • 方法详细资料

    • getBaseType

      public T getBaseType()
    • getPackageName

      public String getPackageName()
    • getModifiers

      public Set<DtoTypeModifier> getModifiers()
    • getName

      @Nullable public @Nullable String getName()
    • getDtoFilePath

      @Nullable public @Nullable String getDtoFilePath()
    • getProps

      public List<AbstractProp> getProps()
    • getDtoProps

      public List<DtoProp<T,P>> getDtoProps()
    • getUserProps

      public List<UserProp> getUserProps()
    • getHiddenFlatProps

      public List<DtoProp<T,P>> getHiddenFlatProps()
    • getAnnotations

      public List<Anno> getAnnotations()
    • getDoc

      public String getDoc()
    • isFocusedRecursion

      public boolean isFocusedRecursion()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object