| Package | Description |
|---|---|
| org.flowstep.mongo.model | |
| org.flowstep.mongo.model.serialize |
| Modifier and Type | Method and Description |
|---|---|
StepGroupType |
Group.getType() |
static StepGroupType |
StepGroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepGroupType[] |
StepGroupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Group.setType(StepGroupType type) |
| Modifier and Type | Method and Description |
|---|---|
StepGroupType |
StepGroupTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
StepGroupTypeSerializer.serialize(StepGroupType stepGroupType,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
Copyright © 2022. All rights reserved.