ClassHolder

A helper class to assist with lazy loading of classes from a library.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The full name of the Java class implementing the primitive.

Link copied to clipboard
val pojo: Class<*>

The sole instance of the specific class. It is initialized only when needed for the first time, since that causes Java class loading to happen, and we'd rather smear out that startup performance cost.