public class XmlUtils extends Object
| Constructor and Description | 
|---|
XmlUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Object | 
unmarshal(File file,
         Class clazz)  | 
static Object | 
unmarshal(InputStream reader,
         Class clazz)  | 
static Object | 
unmarshal(Reader reader,
         Class... clazz)  | 
static Object | 
unmarshal(Reader reader,
         String packageName)  | 
static Object | 
unmarshal(URL url,
         Class clazz)  | 
public static Object unmarshal(InputStream reader, Class clazz)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.