protected class ContextFunctionCatalogAutoConfiguration.BeanFactoryFunctionInspector extends Object implements FunctionInspector
| Constructor and Description |
|---|
BeanFactoryFunctionInspector(ContextFunctionCatalogAutoConfiguration.ContextFunctionPostProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object function,
String value) |
Class<?> |
getInputType(Object function) |
Class<?> |
getInputWrapper(Object function) |
String |
getName(Object function) |
Class<?> |
getOutputType(Object function) |
Class<?> |
getOutputWrapper(Object function) |
boolean |
isMessage(Object function) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWrapperpublic BeanFactoryFunctionInspector(ContextFunctionCatalogAutoConfiguration.ContextFunctionPostProcessor processor)
public boolean isMessage(Object function)
isMessage in interface FunctionInspectorpublic Class<?> getInputWrapper(Object function)
getInputWrapper in interface FunctionInspectorpublic Class<?> getOutputWrapper(Object function)
getOutputWrapper in interface FunctionInspectorpublic Class<?> getInputType(Object function)
getInputType in interface FunctionInspectorpublic Class<?> getOutputType(Object function)
getOutputType in interface FunctionInspectorpublic Object convert(Object function, String value)
convert in interface FunctionInspectorpublic String getName(Object function)
getName in interface FunctionInspectorCopyright © 2017 Pivotal Software, Inc.. All rights reserved.