java.lang.Object
org.babyfish.jimmer.spring.repository.parser.Path

public class Path extends Object
  • 构造器详细资料

    • Path

      public Path(Source source, List<org.babyfish.jimmer.meta.ImmutableProp> props)
  • 方法详细资料

    • of

      public static Path of(Context ctx, boolean allowCollection, Source source, org.babyfish.jimmer.meta.ImmutableType type)
    • getSource

      public Source getSource()
    • getProps

      public List<org.babyfish.jimmer.meta.ImmutableProp> getProps()
    • isScalar

      public boolean isScalar()
    • getType

      public Class<?> getType()
    • toString

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