类 ExportedSavePath.Node

java.lang.Object
org.babyfish.jimmer.sql.runtime.ExportedSavePath.Node
封闭类:
ExportedSavePath

public static class ExportedSavePath.Node extends Object
  • 构造器详细资料

    • Node

      public Node(@NotNull @NotNull String prop, @NotNull @NotNull String targetTypeName)
  • 方法详细资料

    • getProp

      @NotNull public @NotNull String getProp()
    • getTargetTypeName

      @NotNull public @NotNull String getTargetTypeName()
    • toString

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