public static interface StrategiesSupplier.Builder
StrategiesSupplier
.Modifier and Type | Method and Description |
---|---|
StrategiesSupplier |
build()
Builds the
StrategiesSupplier . |
StrategiesSupplier.Builder |
messageReader(org.springframework.http.codec.HttpMessageReader<?> messageReader)
Add the given message reader to this builder.
|
StrategiesSupplier.Builder |
messageWriter(org.springframework.http.codec.HttpMessageWriter<?> messageWriter)
Add the given message writer to this builder.
|
StrategiesSupplier.Builder |
viewResolver(ViewResolver viewResolver)
Add the given view resolver to this builder.
|
StrategiesSupplier.Builder messageReader(org.springframework.http.codec.HttpMessageReader<?> messageReader)
messageReader
- the message reader to addStrategiesSupplier.Builder messageWriter(org.springframework.http.codec.HttpMessageWriter<?> messageWriter)
messageWriter
- the message writer to addStrategiesSupplier.Builder viewResolver(ViewResolver viewResolver)
viewResolver
- the view resolver to addStrategiesSupplier build()
StrategiesSupplier
.