protected static class ContextFunctionCatalogAutoConfiguration.BeanFactoryFunctionCatalog extends AbstractFunctionRegistry
| Constructor and Description |
|---|
BeanFactoryFunctionCatalog(ContextFunctionCatalogAutoConfiguration.ContextFunctionRegistry processor) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
doLookup(Class<?> type,
String name) |
Set<String> |
getNames(Class<?> type) |
<T> void |
register(FunctionRegistration<T> registration) |
int |
size()
Return the count of functions registered in this catalog.
|
lookupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlookuppublic BeanFactoryFunctionCatalog(ContextFunctionCatalogAutoConfiguration.ContextFunctionRegistry processor)
public <T> void register(FunctionRegistration<T> registration)
protected <T> T doLookup(Class<?> type, String name)
doLookup in class AbstractFunctionRegistrypublic int size()
FunctionCatalogCopyright © 2019 Pivotal Software, Inc.. All rights reserved.