ClassUtils

open class ClassUtils(source)

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun isPrimitiveOrWrapper(type: Class<out Any>): Boolean
Returns whether the given type is a primitive or primitive wrapper (Boolean, Byte, Character, Short, Integer, Long, Double, Float).
Link copied to clipboard
open fun isPrimitiveWrapper(type: Class<out Any>): Boolean
Returns whether the given type is a primitive wrapper (Boolean, Byte, Character, Short, Integer, Long, Double, Float).