public class ChoiceStateParser extends BaseStatePaser implements StateParser<ChoiceState>
| Constructor and Description |
|---|
ChoiceStateParser() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceState |
parse(Object node)
Parse an object (such as Json) into a State model
|
parseBaseAttributespublic ChoiceState parse(Object node)
StateParserparse in interface StateParser<ChoiceState>node - an object jsonCopyright © 2023 Seata. All rights reserved.