public class Unmarshallers extends Object
Unmarshaller.| Modifier | Constructor and Description |
|---|---|
protected |
Unmarshallers() |
| Modifier and Type | Method and Description |
|---|---|
static <T,V> JAXBElement<V> |
unmarshal(Class<? super T> inputType,
T input,
Class<V> valueType) |
static <T> Object |
unmarshal(JAXBContext context,
Class<? super T> inputType,
T input) |
static <T,V> JAXBElement<V> |
unmarshal(JAXBContext context,
Class<? super T> inputType,
T input,
Class<V> valueType) |
static Object |
unmarshal(JAXBContext context,
Object input) |
static <V> JAXBElement<V> |
unmarshal(JAXBContext context,
Object input,
Class<V> valueType) |
static <V> JAXBElement<V> |
unmarshal(Object input,
Class<V> valueType) |
static <T> Object |
unmarshal(Unmarshaller unmarshaller,
Class<? super T> inputType,
T input) |
static <T,V> JAXBElement<V> |
unmarshal(Unmarshaller unmarshaller,
Class<? super T> inputType,
T input,
Class<V> valueType) |
static Object |
unmarshal(Unmarshaller unmarshaller,
Object input) |
static <V> JAXBElement<V> |
unmarshal(Unmarshaller unmarshaller,
Object input,
Class<V> valueType) |
public static <T> Object unmarshal(Unmarshaller unmarshaller, Class<? super T> inputType, T input) throws UnmarshalException
UnmarshalExceptionpublic static <T> Object unmarshal(JAXBContext context, Class<? super T> inputType, T input) throws JAXBException
JAXBExceptionpublic static Object unmarshal(Unmarshaller unmarshaller, Object input) throws UnmarshalException
UnmarshalExceptionpublic static Object unmarshal(JAXBContext context, Object input) throws JAXBException
JAXBExceptionpublic static <T,V> JAXBElement<V> unmarshal(Unmarshaller unmarshaller, Class<? super T> inputType, T input, Class<V> valueType) throws UnmarshalException
UnmarshalExceptionpublic static <T,V> JAXBElement<V> unmarshal(JAXBContext context, Class<? super T> inputType, T input, Class<V> valueType) throws JAXBException
JAXBExceptionpublic static <T,V> JAXBElement<V> unmarshal(Class<? super T> inputType, T input, Class<V> valueType) throws JAXBException
JAXBExceptionpublic static <V> JAXBElement<V> unmarshal(Unmarshaller unmarshaller, Object input, Class<V> valueType) throws UnmarshalException
UnmarshalExceptionpublic static <V> JAXBElement<V> unmarshal(JAXBContext context, Object input, Class<V> valueType) throws JAXBException
JAXBExceptionpublic static <V> JAXBElement<V> unmarshal(Object input, Class<V> valueType) throws JAXBException
JAXBExceptionCopyright © 2011-2013. All Rights Reserved.