public interface FunctionInspector
Modifier and Type | Method and Description |
---|---|
default Class<?> |
getInputType(Object function) |
default Class<?> |
getInputWrapper(Object function) |
default String |
getName(Object function) |
default Class<?> |
getOutputType(Object function) |
default Class<?> |
getOutputWrapper(Object function) |
FunctionRegistration<?> |
getRegistration(Object function) |
default boolean |
isMessage(Object function) |
FunctionRegistration<?> getRegistration(Object function)
default boolean isMessage(Object function)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.