public interface FunctionInspector
| 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) |
static boolean |
isWrapper(Type type) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.