Interface PrimitiveJavaType<J extends Serializable>

    • Method Detail

      • getPrimitiveClass

        Class<?> getPrimitiveClass()
        Retrieve the primitive counterpart to the wrapper type identified by this descriptor
        Returns:
        The primitive Java type.
      • getArrayClass

        Class<J[]> getArrayClass()
        Get the Java type that describes an array of this type.
      • getPrimitiveArrayClass

        Class<?> getPrimitiveArrayClass()
        Get the Java type that describes an array of this type's primitive variant.