Skip navigation links
A B C D E F G H I M O P R S U W 

A

afterPropertiesSet() - Method in class org.springframework.cloud.function.web.flux.FunctionHandlerMapping
 
afterPropertiesSet() - Method in class org.springframework.cloud.function.web.mvc.FunctionHandlerMapping
 
ARGUMENT - Static variable in class org.springframework.cloud.function.web.constants.WebRequestConstants
Argument attribute name.
argument(Publisher<String>) - Method in class org.springframework.cloud.function.web.RequestProcessor.FunctionWrapper
 
argument(String) - Method in class org.springframework.cloud.function.web.RequestProcessor.FunctionWrapper
 
argument() - Method in class org.springframework.cloud.function.web.RequestProcessor.FunctionWrapper
 

B

BasicStringConverter - Class in org.springframework.cloud.function.web
Simple implementation of a StringConverter.
BasicStringConverter(FunctionInspector, ConfigurableListableBeanFactory) - Constructor for class org.springframework.cloud.function.web.BasicStringConverter
 

C

CONSUMER - Static variable in class org.springframework.cloud.function.web.constants.WebRequestConstants
Consumer attribute name.
convert(Object, String) - Method in class org.springframework.cloud.function.web.BasicStringConverter
 
convert(Object, String) - Method in interface org.springframework.cloud.function.web.StringConverter
 

D

destination(Supplier<?>, String, Object) - Method in interface org.springframework.cloud.function.web.source.DestinationResolver
 
destination(Supplier<?>, String, Object) - Method in class org.springframework.cloud.function.web.source.SimpleDestinationResolver
 
DestinationResolver - Interface in org.springframework.cloud.function.web.source
 

E

ExporterProperties - Class in org.springframework.cloud.function.web.source
 
ExporterProperties() - Constructor for class org.springframework.cloud.function.web.source.ExporterProperties
 
ExporterProperties.Sink - Class in org.springframework.cloud.function.web.source
 
ExporterProperties.Source - Class in org.springframework.cloud.function.web.source
 

F

findFunction(HttpMethod, FunctionCatalog, Map<String, Object>, String) - Static method in class org.springframework.cloud.function.web.util.FunctionWebUtils
 
form(ServerWebExchange) - Method in class org.springframework.cloud.function.web.flux.FunctionController
 
form(WebRequest) - Method in class org.springframework.cloud.function.web.mvc.FunctionController
 
fromHttp(HttpHeaders) - Static method in class org.springframework.cloud.function.web.util.HeaderUtils
 
fromMessage(MessageHeaders) - Static method in class org.springframework.cloud.function.web.util.HeaderUtils
 
FUNCTION - Static variable in class org.springframework.cloud.function.web.constants.WebRequestConstants
Function attribute name.
function() - Method in class org.springframework.cloud.function.web.RequestProcessor.FunctionWrapper
 
FunctionController - Class in org.springframework.cloud.function.web.flux
 
FunctionController(RequestProcessor) - Constructor for class org.springframework.cloud.function.web.flux.FunctionController
 
FunctionController - Class in org.springframework.cloud.function.web.mvc
 
FunctionController(RequestProcessor) - Constructor for class org.springframework.cloud.function.web.mvc.FunctionController
 
FunctionExporterAutoConfiguration - Class in org.springframework.cloud.function.web.source
 
FunctionHandlerMapping - Class in org.springframework.cloud.function.web.flux
 
FunctionHandlerMapping(FunctionCatalog, FunctionController) - Constructor for class org.springframework.cloud.function.web.flux.FunctionHandlerMapping
 
functionHandlerMapping(FunctionCatalog, FunctionController) - Method in class org.springframework.cloud.function.web.flux.ReactorAutoConfiguration
 
FunctionHandlerMapping - Class in org.springframework.cloud.function.web.mvc
 
FunctionHandlerMapping(FunctionCatalog, FunctionController) - Constructor for class org.springframework.cloud.function.web.mvc.FunctionHandlerMapping
 
functionHandlerMapping(FunctionCatalog, FunctionController) - Method in class org.springframework.cloud.function.web.mvc.ReactorAutoConfiguration
 
functionStringConverter(FunctionInspector, ConfigurableListableBeanFactory) - Method in class org.springframework.cloud.function.web.flux.ReactorAutoConfiguration
 
functionStringConverter(FunctionInspector, ConfigurableListableBeanFactory) - Method in class org.springframework.cloud.function.web.mvc.ReactorAutoConfiguration
 
FunctionWebUtils - Class in org.springframework.cloud.function.web.util
 
FunctionWrapper(Function<? extends Publisher<?>, ? extends Publisher<?>>, Supplier<? extends Publisher<?>>) - Constructor for class org.springframework.cloud.function.web.RequestProcessor.FunctionWrapper
 

G

get(ServerWebExchange) - Method in class org.springframework.cloud.function.web.flux.FunctionController
 
get(WebRequest) - Method in class org.springframework.cloud.function.web.mvc.FunctionController
 
get(RequestProcessor.FunctionWrapper) - Method in class org.springframework.cloud.function.web.RequestProcessor
 
get() - Method in class org.springframework.cloud.function.web.source.HttpSupplier
 
getHandlerInternal(ServerWebExchange) - Method in class org.springframework.cloud.function.web.flux.FunctionHandlerMapping
 
getHandlerInternal(HttpServletRequest) - Method in class org.springframework.cloud.function.web.mvc.FunctionHandlerMapping
 
getHeaders() - Method in class org.springframework.cloud.function.web.source.ExporterProperties.Sink
 
getHeaders() - Method in class org.springframework.cloud.function.web.source.SupplierProperties
Deprecated.
 
getName() - Method in class org.springframework.cloud.function.web.source.ExporterProperties.Sink
 
getName() - Method in class org.springframework.cloud.function.web.source.SupplierProperties
Deprecated.
 
getPhase() - Method in class org.springframework.cloud.function.web.source.SupplierExporter
 
getSink() - Method in class org.springframework.cloud.function.web.source.ExporterProperties
 
getSource() - Method in class org.springframework.cloud.function.web.source.ExporterProperties
 
getStream(ServerWebExchange) - Method in class org.springframework.cloud.function.web.flux.FunctionController
 
getStream(WebRequest) - Method in class org.springframework.cloud.function.web.mvc.FunctionController
 
getTemplateUrl() - Method in class org.springframework.cloud.function.web.source.SupplierProperties
Deprecated.
 
getType() - Method in class org.springframework.cloud.function.web.source.ExporterProperties.Source
 
getUrl() - Method in class org.springframework.cloud.function.web.source.ExporterProperties.Sink
 
getUrl() - Method in class org.springframework.cloud.function.web.source.ExporterProperties.Source
 

H

HANDLER - Static variable in class org.springframework.cloud.function.web.constants.WebRequestConstants
Handler attribute name.
handler() - Method in class org.springframework.cloud.function.web.RequestProcessor.FunctionWrapper
 
headers() - Method in class org.springframework.cloud.function.web.RequestProcessor.FunctionWrapper
 
headers(HttpHeaders) - Method in class org.springframework.cloud.function.web.RequestProcessor.FunctionWrapper
 
headers(String, Object) - Method in interface org.springframework.cloud.function.web.source.RequestBuilder
 
HeaderUtils - Class in org.springframework.cloud.function.web.util
 
HttpSupplier - Class in org.springframework.cloud.function.web.source
A Supplier that pulls data from an HTTP endpoint.
HttpSupplier(WebClient, ExporterProperties) - Constructor for class org.springframework.cloud.function.web.source.HttpSupplier
 

I

initHandlerMethods() - Method in class org.springframework.cloud.function.web.flux.FunctionHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.cloud.function.web.mvc.FunctionHandlerMapping
 
isAutoStartup() - Method in class org.springframework.cloud.function.web.source.ExporterProperties
 
isAutoStartup() - Method in class org.springframework.cloud.function.web.source.SupplierExporter
 
isAutoStartup() - Method in class org.springframework.cloud.function.web.source.SupplierProperties
Deprecated.
 
isDebug() - Method in class org.springframework.cloud.function.web.source.ExporterProperties
 
isDebug() - Method in class org.springframework.cloud.function.web.source.SupplierProperties
Deprecated.
 
isEnabled() - Method in class org.springframework.cloud.function.web.source.ExporterProperties
 
isEnabled() - Method in class org.springframework.cloud.function.web.source.SupplierProperties
Deprecated.
 
isIncludeHeaders() - Method in class org.springframework.cloud.function.web.source.ExporterProperties.Source
 
isOk() - Method in class org.springframework.cloud.function.web.source.SupplierExporter
 
isRunning() - Method in class org.springframework.cloud.function.web.source.SupplierExporter
 

M

main(String[]) - Static method in class org.springframework.cloud.function.web.RestApplication
 
multipart(ServerWebExchange) - Method in class org.springframework.cloud.function.web.flux.FunctionController
 

O

org.springframework.cloud.function.web - package org.springframework.cloud.function.web
 
org.springframework.cloud.function.web.constants - package org.springframework.cloud.function.web.constants
 
org.springframework.cloud.function.web.flux - package org.springframework.cloud.function.web.flux
 
org.springframework.cloud.function.web.function - package org.springframework.cloud.function.web.function
 
org.springframework.cloud.function.web.mvc - package org.springframework.cloud.function.web.mvc
 
org.springframework.cloud.function.web.source - package org.springframework.cloud.function.web.source
 
org.springframework.cloud.function.web.util - package org.springframework.cloud.function.web.util
 
origin(WebClient.Builder) - Method in class org.springframework.cloud.function.web.source.FunctionExporterAutoConfiguration
 

P

params() - Method in class org.springframework.cloud.function.web.RequestProcessor.FunctionWrapper
 
params(MultiValueMap<String, String>) - Method in class org.springframework.cloud.function.web.RequestProcessor.FunctionWrapper
 
post(ServerWebExchange) - Method in class org.springframework.cloud.function.web.flux.FunctionController
 
post(ServerWebExchange, String) - Method in class org.springframework.cloud.function.web.flux.FunctionController
 
post(WebRequest, String) - Method in class org.springframework.cloud.function.web.mvc.FunctionController
 
post(RequestProcessor.FunctionWrapper, ServerWebExchange) - Method in class org.springframework.cloud.function.web.RequestProcessor
 
post(RequestProcessor.FunctionWrapper, String, boolean) - Method in class org.springframework.cloud.function.web.RequestProcessor
 
postStream(ServerWebExchange, String) - Method in class org.springframework.cloud.function.web.flux.FunctionController
 
postStream(WebRequest, String) - Method in class org.springframework.cloud.function.web.mvc.FunctionController
 

R

ReactorAutoConfiguration - Class in org.springframework.cloud.function.web.flux
 
ReactorAutoConfiguration() - Constructor for class org.springframework.cloud.function.web.flux.ReactorAutoConfiguration
 
ReactorAutoConfiguration - Class in org.springframework.cloud.function.web.mvc
 
ReactorAutoConfiguration() - Constructor for class org.springframework.cloud.function.web.mvc.ReactorAutoConfiguration
 
RequestBuilder - Interface in org.springframework.cloud.function.web.source
 
RequestProcessor - Class in org.springframework.cloud.function.web
 
RequestProcessor(FunctionInspector, FunctionCatalog, ObjectProvider<JsonMapper>, StringConverter, ObjectProvider<ServerCodecConfigurer>) - Constructor for class org.springframework.cloud.function.web.RequestProcessor
 
RequestProcessor.FunctionWrapper - Class in org.springframework.cloud.function.web
Wrapper for functions.
RestApplication - Class in org.springframework.cloud.function.web
 
RestApplication() - Constructor for class org.springframework.cloud.function.web.RestApplication
 

S

sanitize(HttpHeaders) - Static method in class org.springframework.cloud.function.web.util.HeaderUtils
 
setAutoStartup(boolean) - Method in class org.springframework.cloud.function.web.source.ExporterProperties
 
setAutoStartup(boolean) - Method in class org.springframework.cloud.function.web.source.SupplierProperties
Deprecated.
 
setDebug(boolean) - Method in class org.springframework.cloud.function.web.source.ExporterProperties
 
setDebug(boolean) - Method in class org.springframework.cloud.function.web.source.SupplierProperties
Deprecated.
 
setEnabled(boolean) - Method in class org.springframework.cloud.function.web.source.ExporterProperties
 
setEnabled(boolean) - Method in class org.springframework.cloud.function.web.source.SupplierProperties
Deprecated.
 
setIncludeHeaders(boolean) - Method in class org.springframework.cloud.function.web.source.ExporterProperties.Source
 
setName(String) - Method in class org.springframework.cloud.function.web.source.ExporterProperties.Sink
 
setName(String) - Method in class org.springframework.cloud.function.web.source.SupplierProperties
Deprecated.
 
setTemplateUrl(String) - Method in class org.springframework.cloud.function.web.source.SupplierProperties
Deprecated.
 
setType(Class<?>) - Method in class org.springframework.cloud.function.web.source.ExporterProperties.Source
 
setUrl(String) - Method in class org.springframework.cloud.function.web.source.ExporterProperties.Sink
 
setUrl(String) - Method in class org.springframework.cloud.function.web.source.ExporterProperties.Source
 
simpleDestinationResolver() - Method in class org.springframework.cloud.function.web.source.FunctionExporterAutoConfiguration
 
SimpleDestinationResolver - Class in org.springframework.cloud.function.web.source
 
SimpleDestinationResolver() - Constructor for class org.springframework.cloud.function.web.source.SimpleDestinationResolver
 
simpleRequestBuilder(Environment) - Method in class org.springframework.cloud.function.web.source.FunctionExporterAutoConfiguration
 
Sink() - Constructor for class org.springframework.cloud.function.web.source.ExporterProperties.Sink
 
Source() - Constructor for class org.springframework.cloud.function.web.source.ExporterProperties.Source
 
sourceForwarder(RequestBuilder, DestinationResolver, FunctionCatalog, WebClient.Builder) - Method in class org.springframework.cloud.function.web.source.FunctionExporterAutoConfiguration
 
start() - Method in class org.springframework.cloud.function.web.source.SupplierExporter
 
stop() - Method in class org.springframework.cloud.function.web.source.SupplierExporter
 
stop(Runnable) - Method in class org.springframework.cloud.function.web.source.SupplierExporter
 
stream(RequestProcessor.FunctionWrapper) - Method in class org.springframework.cloud.function.web.RequestProcessor
 
StringConverter - Interface in org.springframework.cloud.function.web
 
SUPPLIER - Static variable in class org.springframework.cloud.function.web.constants.WebRequestConstants
Supplier attribute name.
supplier() - Method in class org.springframework.cloud.function.web.RequestProcessor.FunctionWrapper
 
SupplierExporter - Class in org.springframework.cloud.function.web.source
Forwards items obtained from a Supplier or set of suppliers to an external HTTP endpoint.
SupplierProperties - Class in org.springframework.cloud.function.web.source
Deprecated.
in favour of ExporterProperties
SupplierProperties() - Constructor for class org.springframework.cloud.function.web.source.SupplierProperties
Deprecated.
 

U

uri(String) - Method in interface org.springframework.cloud.function.web.source.RequestBuilder
 

W

WebRequestConstants - Class in org.springframework.cloud.function.web.constants
Common storage for web request attribute names (in a separate package to avoid cycles).
WebRequestConstants() - Constructor for class org.springframework.cloud.function.web.constants.WebRequestConstants
 
wrapper(Function<? extends Publisher<?>, ? extends Publisher<?>>, Consumer<? extends Publisher<?>>, Supplier<? extends Publisher<?>>) - Static method in class org.springframework.cloud.function.web.RequestProcessor
 
wrapper(Function<? extends Publisher<?>, ? extends Publisher<?>>) - Static method in class org.springframework.cloud.function.web.RequestProcessor
 
A B C D E F G H I M O P R S U W 
Skip navigation links

Copyright © 2019 Pivotal Software, Inc.. All rights reserved.