Interface KiwiType

All Known Implementing Classes:
BasicType, ContainerType, PrimitiveKiwiType, RecordType, SqlArrayType, UnsupportedType, VoidType

Simplified view of type for parameters and return.
  • Method Details

    • unsupported

      static KiwiType unsupported()
    • packageName

      String packageName()
    • className

      String className()
    • isSimple

      boolean isSimple()
    • isNullable

      default boolean isNullable()
    • withIsNullable

      default KiwiType withIsNullable(boolean b)