-
Notifications
You must be signed in to change notification settings - Fork 4
supported data types
iks github user edited this page Jan 27, 2015
·
2 revisions
When using ExcelData to create factory classes for the domain objects, following java types are currently supported:
-
all the primitiv types boolean, char, byte, int, long, float, double
-
their wrappers Boolean, Character, Byte, Integer, Long, Float, Double
-
the following most frequently used types String, java.math.BigDecimal, org.joda.time.DateTime
-
the following collection List, List, String[], HashSet
-
other domain types defined as classes in the model data