|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Workflow
DecisionContext| Optional Element Summary | |
|---|---|
Class<? extends DataConverter> |
dataConverter
This is used to specify DataConverter type to use for
serialization/de-serialization of workflow method parameters and return types. |
public abstract Class<? extends DataConverter> dataConverter
DataConverter type to use for
serialization/de-serialization of workflow method parameters and return types.
Default is NullDataConverter which means to use the default
DataConverter used by framework. Default DataConverter used by framework is
JsonDataConverter.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||