| java.lang.Object com.jeta.forms.store.jml.JMLUtils
JMLUtils | public class JMLUtils (Code) | | |
getPrimitiveHolder | public static Object getPrimitiveHolder(Object obj)(Code) | | If the object is a Java Object primitive type, we need to store a holder
to the type. This is needed when storing collections because we simply
don't want to emit the primitive value. When we deserialize the
collection, there would be no way to determine the class for the value.
So we use holders instead. If the specified object is not a Java
primtive, then we simply return it.
|
isPrimitive | public static boolean isPrimitive(Object obj)(Code) | | |
|
|