public class Unmarshallers extends Object
Unmarshaller.| Modifier | Constructor and Description |
|---|---|
protected |
Unmarshallers() |
| Modifier and Type | Method and Description |
|---|---|
static <I,V> JAXBElement<V> |
unmarshal(Class<? super I> inputType,
I input,
Class<V> valueType) |
static <I> Object |
unmarshal(JAXBContext context,
Class<? super I> inputType,
I input) |
static <I,V> JAXBElement<V> |
unmarshal(JAXBContext context,
Class<? super I> inputType,
I 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 <I> Object |
unmarshal(Unmarshaller unmarshaller,
Class<? super I> inputType,
I input) |
static <I,V> JAXBElement<V> |
unmarshal(Unmarshaller unmarshaller,
Class<? super I> inputType,
I 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 <I> Object unmarshal(Unmarshaller unmarshaller, Class<? super I> inputType, I input) throws UnmarshalException
UnmarshalExceptionpublic static <I> Object unmarshal(JAXBContext context, Class<? super I> inputType, I 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 <I,V> JAXBElement<V> unmarshal(Unmarshaller unmarshaller, Class<? super I> inputType, I input, Class<V> valueType) throws UnmarshalException
UnmarshalExceptionpublic static <I,V> JAXBElement<V> unmarshal(JAXBContext context, Class<? super I> inputType, I input, Class<V> valueType) throws JAXBException
JAXBExceptionpublic static <I,V> JAXBElement<V> unmarshal(Class<? super I> inputType, I 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.