JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
D
E
F
J
W
B
build()
- Method in class feign.jaxb.
JAXBContextFactory.Builder
Creates a new
JAXBContextFactory
instance.
Builder()
- Constructor for class feign.jaxb.
JAXBContextFactory.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
JAXBEncoder
- Class in
feign.jaxb
Encodes requests using JAXB.
JAXBEncoder(JAXBContextFactory)
- Constructor for class feign.jaxb.
JAXBEncoder
W
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.
B
C
D
E
F
J
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2012–2016
OpenFeign
. All rights reserved.