Package feign.jaxb
Class JAXBDecoder.Builder
- java.lang.Object
-
- feign.jaxb.JAXBDecoder.Builder
-
- Enclosing class:
- JAXBDecoder
public static class JAXBDecoder.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JAXBDecoder
build()
JAXBDecoder.Builder
withJAXBContextFactory(JAXBContextFactory jaxbContextFactory)
JAXBDecoder.Builder
withNamespaceAware(boolean namespaceAware)
Controls whether the underlying XML parser is namespace aware.
-
-
-
Method Detail
-
withNamespaceAware
public JAXBDecoder.Builder withNamespaceAware(boolean namespaceAware)
Controls whether the underlying XML parser is namespace aware. Default is true.
-
withJAXBContextFactory
public JAXBDecoder.Builder withJAXBContextFactory(JAXBContextFactory jaxbContextFactory)
-
build
public JAXBDecoder build()
-
-