A B C D E F G I M O P S T U V W
A
- AbstractWriter - Class in feign.form.multipart
-
- AbstractWriter() - Constructor for class feign.form.multipart.AbstractWriter
-
- addWriter(Writer) - Method in class feign.form.MultipartFormContentProcessor
-
Adds
Writer instance in runtime.
B
- ByteArrayWriter - Class in feign.form.multipart
-
- ByteArrayWriter() - Constructor for class feign.form.multipart.ByteArrayWriter
-
C
- close() - Method in class feign.form.multipart.Output
-
- CONTENT_TYPE_HEADER - Static variable in interface feign.form.ContentProcessor
-
- ContentProcessor - Interface in feign.form
-
Interface for content processors.
- ContentType - Enum in feign.form
-
Supported content types.
- CRLF - Static variable in interface feign.form.ContentProcessor
-
D
- DelegateWriter - Class in feign.form.multipart
-
- DelegateWriter() - Constructor for class feign.form.multipart.DelegateWriter
-
E
- encode(Object, Type, RequestTemplate) - Method in class feign.form.FormEncoder
-
F
- feign.form - package feign.form
-
- feign.form.multipart - package feign.form.multipart
-
- FormEncoder - Class in feign.form
-
- FormEncoder() - Constructor for class feign.form.FormEncoder
-
Constructor with the default Feign's encoder as a delegate.
- FormEncoder(Encoder) - Constructor for class feign.form.FormEncoder
-
Constructor with specified delegate encoder.
G
- getContentProcessor(ContentType) - Method in class feign.form.FormEncoder
-
- getSupportedContentType() - Method in interface feign.form.ContentProcessor
-
- getSupportedContentType() - Method in class feign.form.MultipartFormContentProcessor
-
- getSupportedContentType() - Method in class feign.form.UrlencodedFormContentProcessor
-
- getWriters() - Method in class feign.form.MultipartFormContentProcessor
-
I
- isApplicable(Object) - Method in class feign.form.multipart.ByteArrayWriter
-
- isApplicable(Object) - Method in class feign.form.multipart.DelegateWriter
-
- isApplicable(Object) - Method in class feign.form.multipart.ManyFilesWriter
-
- isApplicable(Object) - Method in class feign.form.multipart.ParameterWriter
-
- isApplicable(Object) - Method in class feign.form.multipart.SingleFileWriter
-
- isApplicable(Object) - Method in interface feign.form.multipart.Writer
-
Answers on question - "could this writer properly write the value".
M
- ManyFilesWriter - Class in feign.form.multipart
-
- ManyFilesWriter() - Constructor for class feign.form.multipart.ManyFilesWriter
-
- MultipartFormContentProcessor - Class in feign.form
-
- MultipartFormContentProcessor(Encoder) - Constructor for class feign.form.MultipartFormContentProcessor
-
Constructor with specific delegate encoder.
O
- of(String) - Static method in enum feign.form.ContentType
-
Parses string to content type.
- Output - Class in feign.form.multipart
-
- Output() - Constructor for class feign.form.multipart.Output
-
P
- ParameterWriter - Class in feign.form.multipart
-
- ParameterWriter() - Constructor for class feign.form.multipart.ParameterWriter
-
- process(RequestTemplate, Charset, Map<String, Object>) - Method in interface feign.form.ContentProcessor
-
Processes a request.
- process(RequestTemplate, Charset, Map<String, Object>) - Method in class feign.form.MultipartFormContentProcessor
-
- process(RequestTemplate, Charset, Map<String, Object>) - Method in class feign.form.UrlencodedFormContentProcessor
-
S
- setWriter(int, Writer) - Method in class feign.form.MultipartFormContentProcessor
-
- SingleFileWriter - Class in feign.form.multipart
-
- SingleFileWriter() - Constructor for class feign.form.multipart.SingleFileWriter
-
T
- toByteArray() - Method in class feign.form.multipart.Output
-
U
- UrlencodedFormContentProcessor - Class in feign.form
-
- UrlencodedFormContentProcessor() - Constructor for class feign.form.UrlencodedFormContentProcessor
-
V
- valueOf(String) - Static method in enum feign.form.ContentType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum feign.form.ContentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
W
- write(Output, String, String, Object) - Method in class feign.form.multipart.AbstractWriter
-
- write(Output, String, Object) - Method in class feign.form.multipart.AbstractWriter
-
Writes data for it's children.
- write(Output, String, Object) - Method in class feign.form.multipart.ByteArrayWriter
-
- write(Output, String, Object) - Method in class feign.form.multipart.DelegateWriter
-
- write(Output, String, String, Object) - Method in class feign.form.multipart.ManyFilesWriter
-
- write(String) - Method in class feign.form.multipart.Output
-
- write(byte[]) - Method in class feign.form.multipart.Output
-
- write(byte[], int, int) - Method in class feign.form.multipart.Output
-
- write(Output, String, Object) - Method in class feign.form.multipart.ParameterWriter
-
- write(Output, String, Object) - Method in class feign.form.multipart.SingleFileWriter
-
- write(Output, String, String, Object) - Method in interface feign.form.multipart.Writer
-
Processing form data to request body.
- writeFileMetadata(Output, String, String, String) - Method in class feign.form.multipart.AbstractWriter
-
Writes file's metadata.
- Writer - Interface in feign.form.multipart
-
A B C D E F G I M O P S T U V W
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.