| Modifier and Type | Method and Description |
|---|---|
FunctionRegistration<T> |
FunctionRegistration.name(String name) |
FunctionRegistration<T> |
FunctionRegistration.names(Collection<String> names) |
FunctionRegistration<T> |
FunctionRegistration.names(String... names) |
FunctionRegistration<T> |
FunctionRegistration.properties(Map<String,String> properties) |
FunctionRegistration<T> |
FunctionRegistration.target(T target)
Allows to override the target of this registration with a new target
that typically wraps the original target.
|
| Modifier and Type | Method and Description |
|---|---|
Set<FunctionRegistration<?>> |
ContextFunctionCatalogAutoConfiguration.ContextFunctionPostProcessor.merge(Map<String,FunctionRegistration<?>> initial,
Map<String,Consumer<?>> consumers,
Map<String,Supplier<?>> suppliers,
Map<String,Function<?,?>> functions) |
| Modifier and Type | Method and Description |
|---|---|
Set<FunctionRegistration<?>> |
ContextFunctionCatalogAutoConfiguration.ContextFunctionPostProcessor.merge(Map<String,FunctionRegistration<?>> initial,
Map<String,Consumer<?>> consumers,
Map<String,Supplier<?>> suppliers,
Map<String,Function<?,?>> functions) |
| Constructor and Description |
|---|
InMemoryFunctionCatalog(Set<FunctionRegistration<?>> registrations) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.