-
public final class Mirror.TypesEasy access to core Java types (void + primitives + Object)
-
-
Field Summary
Fields Modifier and Type Field Description private final VoidMirrorvoidprivate final ClassMirrorbooleanprivate final ClassMirrorbyteprivate final ClassMirrorcharprivate final ClassMirrorshortprivate final ClassMirrorintprivate final ClassMirrorlongprivate final ClassMirrorfloatprivate final ClassMirrordoubleprivate final ClassMirrorany
-
Method Summary
Modifier and Type Method Description final VoidMirrorgetVoid()The type mirror representing the voidtypefinal ClassMirrorgetBoolean()The type mirror representing the primitive booleantypefinal ClassMirrorgetByte()The type mirror representing the primitive bytetypefinal ClassMirrorgetChar()The type mirror representing the primitive chartypefinal ClassMirrorgetShort()The type mirror representing the primitive shorttypefinal ClassMirrorgetInt()The type mirror representing the primitive inttypefinal ClassMirrorgetLong()The type mirror representing the primitive longtypefinal ClassMirrorgetFloat()The type mirror representing the primitive floattypefinal ClassMirrorgetDouble()The type mirror representing the primitive doubletypefinal ClassMirrorgetObject()The type mirror representing the Objecttype (Anyin Kotlin)-
-
Method Detail
-
getVoid
final VoidMirror getVoid()
The type mirror representing the
voidtype
-
getBoolean
final ClassMirror getBoolean()
The type mirror representing the primitive
booleantype
-
getByte
final ClassMirror getByte()
The type mirror representing the primitive
bytetype
-
getChar
final ClassMirror getChar()
The type mirror representing the primitive
chartype
-
getShort
final ClassMirror getShort()
The type mirror representing the primitive
shorttype
-
getInt
final ClassMirror getInt()
The type mirror representing the primitive
inttype
-
getLong
final ClassMirror getLong()
The type mirror representing the primitive
longtype
-
getFloat
final ClassMirror getFloat()
The type mirror representing the primitive
floattype
-
getDouble
final ClassMirror getDouble()
The type mirror representing the primitive
doubletype
-
getObject
final ClassMirror getObject()
The type mirror representing the
Objecttype (Anyin Kotlin)
-
-
-
-