All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.xmlmiddleware.conversions.ConvertObject
public ConvertObject()
public static ByteArray toByteArray(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static double toDouble(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static Double toDoubleObject(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static float toFloat(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static Float toFloatObject(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static BigDecimal toBigDecimal(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static long toLong(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static Long toLongObject(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static int toInteger(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static Integer toIntegerObject(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static short toShort(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static Short toShortObject(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static byte toByte(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static Byte toByteObject(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static boolean toBoolean(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static Boolean toBooleanObject(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static Date toDate(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static Time toTime(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static Timestamp toTimestamp(Object o, StringFormatter formatter) throws XMLMiddlewareException
public static Object convertObject(Object o, int destType, StringFormatter formatter) throws XMLMiddlewareException
All Packages Class Hierarchy This Package Previous Next Index