@Deprecated public class JAXBUtil extends Object
Constructor and Description |
---|
JAXBUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public JAXBUtil()
public static <T> T getObject(InputStream in, Class<T> type)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.