| Modifier and Type | Method and Description |
|---|---|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withMarshallerFormattedOutput(Boolean value)
Sets the jaxb.formatted.output property of any Marshaller created by this factory.
|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withMarshallerFragment(Boolean value)
Sets the jaxb.fragment property of any Marshaller created by this factory.
|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withMarshallerJAXBEncoding(String value)
Sets the jaxb.encoding property of any Marshaller created by this factory.
|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withMarshallerNoNamespaceSchemaLocation(String value)
Sets the jaxb.noNamespaceSchemaLocation property of any Marshaller created by this factory.
|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withMarshallerSchemaLocation(String value)
Sets the jaxb.schemaLocation property of any Marshaller created by this factory.
|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withProperty(String key,
Object value)
Sets the given property of any Marshaller created by this factory.
|
Copyright © 2012–2021 OpenFeign. All rights reserved.