org.kuali.common.util
Class JAXBUtil
java.lang.Object
org.kuali.common.util.JAXBUtil
Deprecated.
@Deprecated
public class JAXBUtil
- extends Object
Constructor Summary |
JAXBUtil()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXBUtil
public JAXBUtil()
- Deprecated.
write
public static void write(Object instance,
File file)
- Deprecated.
write
public static void write(Object instance,
Writer writer)
- Deprecated.
getObject
public static <T> T getObject(InputStream in,
Class<T> type)
- Deprecated.
getObject
public static <T> T getObject(File file,
Class<T> type)
- Deprecated.
getObject
public static <T> T getObject(String location,
Class<T> type)
- Deprecated.
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.