B C D E F J W 
All Classes All Packages

B

build() - Method in class feign.jaxb.JAXBContextFactory.Builder
Creates a new JAXBContextFactory instance with a lazy loading cached context
build() - Method in class feign.jaxb.JAXBDecoder.Builder
 
build(List<Class<?>>) - Method in class feign.jaxb.JAXBContextFactory.Builder
Creates a new JAXBContextFactory instance.
Builder() - Constructor for class feign.jaxb.JAXBContextFactory.Builder
 
Builder() - Constructor for class feign.jaxb.JAXBDecoder.Builder
 

C

createMarshaller(Class<?>) - Method in class feign.jaxb.JAXBContextFactory
Creates a new Marshaller that handles the supplied class.
createUnmarshaller(Class<?>) - Method in class feign.jaxb.JAXBContextFactory
Creates a new Unmarshaller that handles the supplied class.

D

decode(Response, Type) - Method in class feign.jaxb.JAXBDecoder
 

E

encode(Object, Type, RequestTemplate) - Method in class feign.jaxb.JAXBEncoder
 

F

feign.jaxb - package feign.jaxb
 

J

JAXBContextFactory - Class in feign.jaxb
Creates and caches JAXB contexts as well as creates Marshallers and Unmarshallers for each context.
JAXBContextFactory.Builder - Class in feign.jaxb
Creates instances of JAXBContextFactory
JAXBDecoder - Class in feign.jaxb
Decodes responses using JAXB.
JAXBDecoder(JAXBContextFactory) - Constructor for class feign.jaxb.JAXBDecoder
 
JAXBDecoder.Builder - Class in feign.jaxb
 
JAXBEncoder - Class in feign.jaxb
Encodes requests using JAXB.
JAXBEncoder(JAXBContextFactory) - Constructor for class feign.jaxb.JAXBEncoder
 

W

withJAXBContextFactory(JAXBContextFactory) - Method in class feign.jaxb.JAXBDecoder.Builder
 
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.
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.
B C D E F J W 
All Classes All Packages