Package io.activej.types
Class Primitives
java.lang.Object
io.activej.types.Primitives
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisPrimitiveType(Type type) static booleanisWrapperType(Type type) static <T> Class<T>static <T> Class<T>
-
Constructor Details
-
Primitives
public Primitives()
-
-
Method Details
-
allPrimitiveTypes
-
isPrimitiveType
-
allWrapperTypes
-
isWrapperType
-
wrap
-
unwrap
-