public final class JAXBContextFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JAXBContextFactory.Builder
Creates instances of
JAXBContextFactory. |
| Modifier and Type | Method and Description |
|---|---|
Marshaller |
createMarshaller(Class<?> clazz)
Creates a new
Marshaller that handles the supplied class. |
Unmarshaller |
createUnmarshaller(Class<?> clazz)
Creates a new
Unmarshaller that handles the supplied class. |
public Unmarshaller createUnmarshaller(Class<?> clazz) throws JAXBException
Unmarshaller that handles the supplied class.JAXBExceptionpublic Marshaller createMarshaller(Class<?> clazz) throws JAXBException
Marshaller that handles the supplied class.JAXBExceptionCopyright © 2012–2022 OpenFeign. All rights reserved.