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 XMLMiddlewareExceptiontoDouble
public static double toDouble(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoDoubleObject
public static Double toDoubleObject(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoFloat
public static float toFloat(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoFloatObject
public static Float toFloatObject(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoBigDecimal
public static BigDecimal toBigDecimal(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoLong
public static long toLong(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoLongObject
public static Long toLongObject(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoInteger
public static int toInteger(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoIntegerObject
public static Integer toIntegerObject(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoShort
public static short toShort(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoShortObject
public static Short toShortObject(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoByte
public static byte toByte(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoByteObject
public static Byte toByteObject(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoBoolean
public static boolean toBoolean(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoBooleanObject
public static Boolean toBooleanObject(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoDate
public static Date toDate(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoTime
public static Time toTime(Object o, StringFormatter formatter) throws XMLMiddlewareExceptiontoTimestamp
public static Timestamp toTimestamp(Object o, StringFormatter formatter) throws XMLMiddlewareExceptionconvertObject
public static Object convertObject(Object o, int destType, StringFormatter formatter) throws XMLMiddlewareException
All Packages Class Hierarchy This Package Previous Next Index