Uses of Class
org.springframework.cloud.function.context.FunctionType
-
Packages that use FunctionType Package Description org.springframework.cloud.function.context -
-
Uses of FunctionType in org.springframework.cloud.function.context
Fields in org.springframework.cloud.function.context declared as FunctionType Modifier and Type Field Description static FunctionTypeFunctionType. UNCLASSIFIEDUnclassified function types.Methods in org.springframework.cloud.function.context that return FunctionType Modifier and Type Method Description static FunctionTypeFunctionType. compose(FunctionType input, FunctionType output)static FunctionTypeFunctionType. consumer(Class<?> input)static FunctionTypeFunctionType. from(Class<?> input)FunctionTypeFunctionRegistration. getType()FunctionTypeFunctionType. message()static FunctionTypeFunctionType. of(Type function)static FunctionTypeFunctionType. supplier(Class<?> input)FunctionTypeFunctionType. to(Class<?> output)FunctionTypeFunctionType. wrap(Class<?> wrapper)FunctionTypeFunctionType. wrap(Class<?> input, Class<?> output)Methods in org.springframework.cloud.function.context with parameters of type FunctionType Modifier and Type Method Description static FunctionTypeFunctionType. compose(FunctionType input, FunctionType output)FunctionRegistration<T>FunctionRegistration. type(FunctionType type)
-