org.kuali.common.util
Class JAXBUtil

java.lang.Object
  extended by org.kuali.common.util.JAXBUtil

Deprecated.

@Deprecated
public class JAXBUtil
extends Object


Constructor Summary
JAXBUtil()
          Deprecated.  
 
Method Summary
static
<T> T
getObject(File file, Class<T> type)
          Deprecated.  
static
<T> T
getObject(InputStream in, Class<T> type)
          Deprecated.  
static
<T> T
getObject(String location, Class<T> type)
          Deprecated.  
static void write(Object instance, File file)
          Deprecated.  
static void write(Object instance, Writer writer)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBUtil

public JAXBUtil()
Deprecated. 
Method Detail

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.