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