Skip to content

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:

  1. all the primitiv types boolean, char, byte, int, long, float, double

  2. their wrappers Boolean, Character, Byte, Integer, Long, Float, Double

  3. the following most frequently used types String, java.math.BigDecimal, org.joda.time.DateTime

  4. the following collection List, List, String[], HashSet

  5. other domain types defined as classes in the model data

[Back] (https://github.com/iks-github/MOGLiCodeCreator/wiki/What-is-the-MOGLiCC-JavaBean-Group-and-how-to-use-it%3F)

Clone this wiki locally