| Package | Description |
|---|---|
| org.kie.workbench.common.stunner.bpmn.client.marshall.converters |
| Modifier and Type | Method and Description |
|---|---|
Match<In,Out> |
Match.defaultValue(Out value) |
static <In,Out> Match<Node<? extends View<?>,?>,Out> |
Match.fromNode(Class<In> inputType,
Class<Out> outputType) |
<T extends In> |
Match.ignore(Function<T,Boolean> type,
Class<T> clazz) |
Match<In,Out> |
Match.inputDecorator(MarshallingMessageDecorator<In> decorator) |
<T extends In> |
Match.missing(Function<In,Boolean> type,
Class<T> clazz)
handle a type by throwing an error.
|
Match<In,Out> |
Match.mode(MarshallingRequest.Mode mode) |
static <In,Out> Match<In,Out> |
Match.of() |
static <In,Out> Match<In,Edge<? extends View<? extends Out>,?>> |
Match.ofEdge(Class<In> inputType,
Class<Out> outputType) |
static <In,Out> Match<In,Node<? extends View<? extends Out>,?>> |
Match.ofNode(Class<In> inputType,
Class<Out> outputType) |
Match<In,Out> |
Match.orElse(Function<In,Out> then) |
Match<In,Out> |
Match.outputDecorator(MarshallingMessageDecorator<Out> decorator) |
<T extends In> |
Match.when(Function<?,Boolean> type,
Function<T,Out> then) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.