Package org.apache.openmeetings.db.util
Class DtoHelper
- java.lang.Object
-
- org.apache.openmeetings.db.util.DtoHelper
-
public class DtoHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends Enum<T>>
ToptEnum(Class<T> clazz, com.github.openjson.JSONObject o, String key)
static <T extends Enum<T>>
Collection<T>optEnumList(Class<T> clazz, com.github.openjson.JSONArray arr)
static Integer
optInt(com.github.openjson.JSONObject o, String key)
static Long
optLong(com.github.openjson.JSONObject o, String key)
-