Uses of Class
it.negro.jajb.JAJBMarshallException

Packages that use JAJBMarshallException
it.negro.jajb   
it.negro.jajb.utility   
 

Uses of JAJBMarshallException in it.negro.jajb
 

Methods in it.negro.jajb that throw JAJBMarshallException
 java.lang.String JAJB.marshall(java.lang.Object object)
          Makes the same work of marshall (Object, String) method but considering the mapping runtime found: if class type of passed object parameter has an EntityAnnotation makes binding using its annotated mapping, otherwise without any mapping.
 java.lang.String JAJB.marshall(java.lang.Object object, java.lang.String id)
          This method serializes passed object parameter into a json string according to passed id parameter that represents the id of passed object into relative mapping file.
 java.lang.String JAJB.marshallSimpleArray(java.lang.Object array)
          Converts an array into a String representing a JSONArray.
 it.dangelo.domjson.JSONArray JAJB.marshallSimpleArrayToJSONArray(java.lang.Object array)
          Converts an array into a JSONArray.
 java.lang.String JAJB.marshallSimpleCollection(java.util.Collection<?> collection, java.lang.Class<?> componentType)
          Converts a collection into a String representing a JSONArray.
 it.dangelo.domjson.JSONArray JAJB.marshallSimpleCollectionToJSONArray(java.util.Collection<?> collection, java.lang.Class<?> componentType)
          Converts a collection into a JSONArray.
 it.dangelo.domjson.JSONElement JAJB.marshallToJSONElement(java.util.Date date, java.text.SimpleDateFormat simpleDateFormat)
          Convert a Date into a JSONElement using passed SimpleDateFormat if not null, otherwise using the default SimpleDateFormat (yyyy-MM-dd'T'HH:mm:ss'Z'ZZ);
 it.dangelo.domjson.JSONElement JAJB.marshallToJSONElement(java.lang.Object object)
          Makes the same work of marshallToJSONElement (Object, String) method but considering the mapping runtime found: if class type of passed object parameter has an EntityAnnotation makes binding using its annotated mapping, otherwise without any mapping.
 it.dangelo.domjson.JSONElement JAJB.marshallToJSONElement(java.lang.Object object, java.lang.String id)
          This method converts passed object parameter into a JSONElement according to passed id parameter that represents the id of passed object into relative mapping file or annotated id or simple mapping id.
 

Uses of JAJBMarshallException in it.negro.jajb.utility
 

Methods in it.negro.jajb.utility that throw JAJBMarshallException
static it.dangelo.domjson.JSONArray Utility.marshallSimpleArrayToJSONArray(java.lang.Object array)
          Converts an array into a JSONArray.
static it.dangelo.domjson.JSONArray Utility.marshallSimpleCollectionToJSONArray(java.util.Collection<?> collection, java.lang.Class<?> componentType)
          Converts a collection into a JSONArray.
 



Copyright © 2008. All Rights Reserved.