protected static class ContextFunctionCatalogAutoConfiguration.BeanFactoryFunctionCatalog extends Object implements FunctionRegistry
| Constructor and Description |
|---|
BeanFactoryFunctionCatalog(ContextFunctionCatalogAutoConfiguration.ContextFunctionRegistry processor) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getNames(Class<?> type) |
<T> T |
lookup(Class<?> type,
String name) |
<T> void |
register(FunctionRegistration<T> registration) |
public BeanFactoryFunctionCatalog(ContextFunctionCatalogAutoConfiguration.ContextFunctionRegistry processor)
public <T> void register(FunctionRegistration<T> registration)
register in interface FunctionRegistrypublic <T> T lookup(Class<?> type, String name)
lookup in interface FunctionCatalogpublic Set<String> getNames(Class<?> type)
getNames in interface FunctionCatalogCopyright © 2019 Pivotal Software, Inc.. All rights reserved.