Class ResolvedPrimitiveType

java.lang.Object
com.fasterxml.classmate.ResolvedType
com.fasterxml.classmate.types.ResolvedPrimitiveType
All Implemented Interfaces:
Type

public final class ResolvedPrimitiveType extends ResolvedType
Type used for Java primitive types (which does not include arrays here).

Since set of primitive types is bounded, constructor is defined as protected, and class final; that is, new primitive types are not to be constructed by calling applications.