Interface FunctionInspector
- All Known Implementing Classes:
BeanFactoryAwareFunctionRegistry,SimpleFunctionRegistry
Deprecated.
since 3.1 no longer used by the framework
- Author:
- Dave Syer, Oleg Zhurakousky
-
Method Summary
Modifier and TypeMethodDescriptiondefault Class<?>getInputType(Object function) Deprecated.since 3.1 no longer used by the frameworkdefault Class<?>getInputWrapper(Object function) Deprecated.since 3.1 no longer used by the frameworkdefault StringDeprecated.since 3.1 no longer used by the frameworkdefault Class<?>getOutputType(Object function) Deprecated.since 3.1 no longer used by the frameworkdefault Class<?>getOutputWrapper(Object function) Deprecated.since 3.1 no longer used by the frameworkgetRegistration(Object function) Deprecated.default booleanDeprecated.since 3.1 no longer used by the framework
-
Method Details
-
getRegistration
Deprecated. -
isMessage
Deprecated.since 3.1 no longer used by the framework -
getInputType
Deprecated.since 3.1 no longer used by the framework -
getOutputType
Deprecated.since 3.1 no longer used by the framework -
getInputWrapper
Deprecated.since 3.1 no longer used by the framework -
getOutputWrapper
Deprecated.since 3.1 no longer used by the framework -
getName
Deprecated.since 3.1 no longer used by the framework
-