- withJAXBContextFactory(JAXBContextFactory) - Method in class feign.jaxb.JAXBDecoder.Builder
-
- withJAXBContextInstantiationMode(JAXBContextInstantationMode) - Method in class feign.jaxb.JAXBContextFactory.Builder
-
Provide an instantiation mode for JAXB Contexts, can be class or package, default is class if
this method is not called.
- withMarshallerEventHandler(ValidationEventHandler) - Method in class feign.jaxb.JAXBContextFactory.Builder
-
Sets the validation event handler of any Marshaller created by this factory.
- withMarshallerFormattedOutput(Boolean) - Method in class feign.jaxb.JAXBContextFactory.Builder
-
Sets the jaxb.formatted.output property of any Marshaller created by this factory.
- withMarshallerFragment(Boolean) - Method in class feign.jaxb.JAXBContextFactory.Builder
-
Sets the jaxb.fragment property of any Marshaller created by this factory.
- withMarshallerJAXBEncoding(String) - Method in class feign.jaxb.JAXBContextFactory.Builder
-
Sets the jaxb.encoding property of any Marshaller created by this factory.
- withMarshallerNoNamespaceSchemaLocation(String) - Method in class feign.jaxb.JAXBContextFactory.Builder
-
Sets the jaxb.noNamespaceSchemaLocation property of any Marshaller created by this factory.
- withMarshallerSchema(Schema) - Method in class feign.jaxb.JAXBContextFactory.Builder
-
Sets the schema of any Marshaller created by this factory.
- withMarshallerSchemaLocation(String) - Method in class feign.jaxb.JAXBContextFactory.Builder
-
Sets the jaxb.schemaLocation property of any Marshaller created by this factory.
- withNamespaceAware(boolean) - Method in class feign.jaxb.JAXBDecoder.Builder
-
Controls whether the underlying XML parser is namespace aware.
- withProperty(String, Object) - Method in class feign.jaxb.JAXBContextFactory.Builder
-
Sets the given property of any Marshaller created by this factory.
- withUnmarshallerEventHandler(ValidationEventHandler) - Method in class feign.jaxb.JAXBContextFactory.Builder
-
Sets the validation event handler of any Unmarshaller created by this factory.
- withUnmarshallerSchema(Schema) - Method in class feign.jaxb.JAXBContextFactory.Builder
-
Sets the schema of any Unmarshaller created by this factory.