@Deprecated public interface FunctionInspector
| Modifier and Type | Method and Description |
|---|---|
default Class<?> |
getInputType(Object function)
Deprecated.
since 3.1 no longer used by the framework
|
default Class<?> |
getInputWrapper(Object function)
Deprecated.
since 3.1 no longer used by the framework
|
default String |
getName(Object function)
Deprecated.
since 3.1 no longer used by the framework
|
default Class<?> |
getOutputType(Object function)
Deprecated.
since 3.1 no longer used by the framework
|
default Class<?> |
getOutputWrapper(Object function)
Deprecated.
since 3.1 no longer used by the framework
|
FunctionRegistration<?> |
getRegistration(Object function)
Deprecated.
|
default boolean |
isMessage(Object function)
Deprecated.
since 3.1 no longer used by the framework
|
FunctionRegistration<?> getRegistration(Object function)
@Deprecated default boolean isMessage(Object function)
@Deprecated default Class<?> getInputType(Object function)
@Deprecated default Class<?> getOutputType(Object function)
@Deprecated default Class<?> getInputWrapper(Object function)
@Deprecated default Class<?> getOutputWrapper(Object function)
@Deprecated default String getName(Object function)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.