| Package | Description |
|---|---|
| org.springframework.cloud.function.context | |
| org.springframework.cloud.function.context.catalog | |
| org.springframework.cloud.function.context.config |
| Modifier and Type | Field and Description |
|---|---|
static FunctionType |
FunctionType.UNCLASSIFIED
Unclassified function types.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionType |
FunctionType.compose(FunctionType input,
FunctionType output) |
static FunctionType |
FunctionType.consumer(Class<?> input) |
static FunctionType |
FunctionType.from(Class<?> input) |
FunctionType |
FunctionRegistration.getType() |
FunctionType |
FunctionType.message() |
static FunctionType |
FunctionType.of(Type function) |
static FunctionType |
FunctionType.supplier(Class<?> input) |
FunctionType |
FunctionType.to(Class<?> output) |
FunctionType |
FunctionType.wrap(Class<?> wrapper) |
FunctionType |
FunctionType.wrap(Class<?> input,
Class<?> output) |
| Modifier and Type | Method and Description |
|---|---|
static FunctionType |
FunctionType.compose(FunctionType input,
FunctionType output) |
FunctionRegistration<T> |
FunctionRegistration.type(FunctionType type) |
| Modifier and Type | Method and Description |
|---|---|
protected FunctionType |
AbstractComposableFunctionRegistry.findType(FunctionRegistration<?> functionRegistration,
String name) |
protected FunctionType |
InMemoryFunctionCatalog.findType(FunctionRegistration<?> functionRegistration,
String name) |
FunctionType |
AbstractComposableFunctionRegistry.getFunctionType(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractComposableFunctionRegistry.addType(String name,
FunctionType functionType) |
| Modifier and Type | Method and Description |
|---|---|
protected FunctionType |
ContextFunctionCatalogAutoConfiguration.BeanFactoryFunctionCatalog.findType(FunctionRegistration<?> functionRegistration,
String name) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.