| Modifier and Type | Method and Description |
|---|---|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withJAXBContextInstantiationMode(JAXBContextInstantationMode jaxbContextInstantiationMode)
Provide an instantiation mode for JAXB Contexts, can be class or package, default is class if
this method is not called.
|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withMarshallerEventHandler(ValidationEventHandler handler)
Sets the validation event handler of any Marshaller created by this factory.
|
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.withMarshallerSchema(Schema schema)
Sets the schema 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.
|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withUnmarshallerEventHandler(ValidationEventHandler handler)
Sets the validation event handler of any Unmarshaller created by this factory.
|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withUnmarshallerSchema(Schema schema)
Sets the schema of any Unmarshaller created by this factory.
|
Copyright © 2012–2024 OpenFeign. All rights reserved.