| Modifier and Type | Method and Description |
|---|---|
RestifyProxyBuilder.EndpointRequestInterceptorsBuilder |
RestifyProxyBuilder.EndpointRequestInterceptorsBuilder.accept(ContentType... contentTypes) |
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.Optional<HttpMessageReader<T>> |
HttpMessageConverters.readerOf(ContentType contentType,
java.lang.reflect.Type type) |
<T> java.util.Optional<HttpMessageWriter<T>> |
HttpMessageConverters.writerOf(ContentType contentType,
java.lang.Class<?> type) |
| Constructor and Description |
|---|
AcceptHeaderEndpointRequestInterceptor(ContentType... contentTypes) |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
ContentType.newParameter(java.lang.String name,
java.lang.String value) |
static ContentType |
ContentType.of(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ContentType> |
MultipartFile.contentType() |
| Modifier and Type | Method and Description |
|---|---|
static MultipartFile |
MultipartFile.create(java.lang.String name,
ContentType contentType,
java.io.File file) |
static MultipartFile |
MultipartFile.create(java.lang.String name,
ContentType contentType,
java.nio.file.Path path) |
static MultipartFile |
MultipartFile.create(java.lang.String name,
java.lang.String fileName,
ContentType contentType,
java.io.InputStream content) |
void |
MultipartParameters.put(java.lang.String name,
java.io.File value,
ContentType contentType) |
void |
MultipartParameters.put(java.lang.String name,
java.nio.file.Path value,
ContentType contentType) |
void |
MultipartParameters.put(java.lang.String name,
java.lang.String fileName,
ContentType contentType,
java.io.InputStream value) |
Copyright © 2016. All Rights Reserved.