Class NamedTypeList

java.lang.Object
org.dalesbred.internal.instantiation.NamedTypeList

public final class NamedTypeList extends Object
Represents a named list of types, e.g. the result types of SQL-query.
  • Method Details

    • size

      public int size()
    • getName

      @NotNull public @NotNull String getName(int index)
    • getType

      @NotNull public @NotNull Type getType(int index)
    • getNames

      @NotNull public @NotNull List<String> getNames()
    • subList

      @NotNull public @NotNull NamedTypeList subList(int fromIndex, int toIndex)
    • toString

      @NotNull public @NotNull String toString()
      Overrides:
      toString in class Object
    • builder

      @NotNull public static @NotNull NamedTypeList.Builder builder(int size)