| Modifier and Type | Class and Description |
|---|---|
class |
BasicType.FakeJdk8Type |
| Constructor and Description |
|---|
BasicType() |
| Modifier and Type | Method and Description |
|---|---|
static BasicType |
getInstance() |
boolean |
isBasicType(Class<?> type)
String
Integer/int
Long/long
Double/double
Float/float
Boolean/boolean
Short/short
Byte/byte
Character/char
Date
Calendar
GregorianCalendar
JulianCalendar
BigDecimal
BigInteger
AtomicInteger
AtomicLong
URL
Currency
DoubleAccumulator
DoubleAdder
LongAccumulator
LongAdder
Duration
Instant
LocalDate
LocalDateTime
LocalTime
ZonedDateTime
ZonaId
OffsetDateTime
OffsetTime
|
boolean |
isNumberType(Class<?> type) |
public BasicType()
public static BasicType getInstance()
public boolean isNumberType(Class<?> type)
public boolean isBasicType(Class<?> type)
StringInteger/intLong/longDouble/doubleFloat/floatBoolean/booleanShort/shortByte/byteCharacter/charDateCalendarGregorianCalendarJulianCalendarBigDecimalBigIntegerAtomicIntegerAtomicLongURLCurrencyDoubleAccumulatorDoubleAdderLongAccumulatorLongAdderDurationInstantLocalDateLocalDateTimeLocalTimeZonedDateTimeZonaIdOffsetDateTimeOffsetTimeCopyright © 2012–2020 jkniv, copyleft code. All rights reserved.