Interface PrimitiveType<T>

    • Method Detail

      • getPrimitiveClass

        java.lang.Class getPrimitiveClass()
        Retrieve the primitive counterpart to the wrapper type identified by Type.getReturnedClass().
        Returns:
        The primitive Java type.
      • toString

        java.lang.String toString​(T value)
        Retrieve the string representation of the given value.
        Parameters:
        value - The value to be stringified.
        Returns:
        The string representation
      • getDefaultValue

        java.io.Serializable getDefaultValue()
        Get this type's default value.
        Returns:
        The default value.