Skip navigation links
B C D E F J V W 

B

build() - Method in class feign.jaxb.JAXBContextFactory.Builder
Creates a new JAXBContextFactory instance with a lazy loading cached context
build(List<Class<?>>) - Method in class feign.jaxb.JAXBContextFactory.Builder
Creates a new JAXBContextFactory instance.
build() - Method in class feign.jaxb.JAXBDecoder.Builder
 
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.
JAXBContextInstantationMode - Enum in feign.jaxb
Provides differents ways to instantiate a JAXB Context.
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
 

V

valueOf(String) - Static method in enum feign.jaxb.JAXBContextInstantationMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum feign.jaxb.JAXBContextInstantationMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

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.
B C D E F J V W 
Skip navigation links

Copyright © 2012–2024 OpenFeign. All rights reserved.