public class SingleEntryFunctionRegistry extends Object implements FunctionRegistry
| Constructor and Description |
|---|
SingleEntryFunctionRegistry(FunctionRegistry delegate,
String name) |
| 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 SingleEntryFunctionRegistry(FunctionRegistry delegate, String name)
public <T> T lookup(Class<?> type, String name)
lookup in interface FunctionCatalogpublic Set<String> getNames(Class<?> type)
getNames in interface FunctionCatalogpublic <T> void register(FunctionRegistration<T> registration)
register in interface FunctionRegistryCopyright © 2018 Pivotal Software, Inc.. All rights reserved.