接口 PrimitiveType<T>

    • 方法详细资料

      • getPrimitiveClass

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

        String toString​(T value)
        Retrieve the string representation of the given value.
        参数:
        value - The value to be stringified.
        返回:
        The string representation
      • getDefaultValue

        Serializable getDefaultValue()
        Get this type's default value.
        返回:
        The default value.