JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withMarshallerFormattedOutput(java.lang.Boolean value) |
Sets the jaxb.formatted.output property of any Marshaller created by this factory.
|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withMarshallerFragment(java.lang.Boolean value) |
Sets the jaxb.fragment property of any Marshaller created by this factory.
|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withMarshallerJAXBEncoding(java.lang.String value) |
Sets the jaxb.encoding property of any Marshaller created by this factory.
|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withMarshallerNoNamespaceSchemaLocation(java.lang.String value) |
Sets the jaxb.noNamespaceSchemaLocation property of any Marshaller created by this factory.
|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withMarshallerSchemaLocation(java.lang.String value) |
Sets the jaxb.schemaLocation property of any Marshaller created by this factory.
|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withProperty(java.lang.String key,
java.lang.Object value) |
Sets the given property of any Marshaller created by this factory.
|