All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

See Also:
  • Constructor Details

    • ObjectType

      public ObjectType(Class<?> cls)

  • Method Details

    • cls

      public Class<?> cls()

    • defaultSize

      public int defaultSize()

      Description copied from class: DataType

      The default size of a value of this data type, used internally for size estimation.

      Specified by:
      defaultSize in class DataType
      Returns:
      (undocumented)
    • asNullable

    • simpleString

      public String simpleString()

      Description copied from class: DataType

      Readable string representation for the type.

      Overrides:
      simpleString in class DataType
    • acceptsType

      public boolean acceptsType(DataType other)