@ComponentSpecification public interface DatatypeDetector
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDatatype(Class<?> type)
|
boolean |
isJavaStandardDatatype(Class<?> type)
|
static final String CDI_NAME
CDI name.boolean isDatatype(Class<?> type)
boolean isJavaStandardDatatype(Class<?> type)
Class reflects a Java standard
Datatype provided by the JDK. This is any primitive type or any of Integer, Long, Double, Float, Byte,
Short, Boolean, String, Character, BigInteger,
BigDecimal, Date, Calendar,
LocalDate, LocalTime, LocalDateTime,
Instant, OffsetDateTime, OffsetTime,
Duration, ZonedDateTime, YearMonth,
MonthDay, Year, Period,
ZoneOffset.Copyright © 2001–2015 mmm-Team. All rights reserved.