You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALPHA("a", "Alpha"),
BETA("b", "Beta"),
GAMMA("c", "Gamma"),
private final String id;
private final String displayName;
}
Tried @jsonformat(shape = JsonFormat.Shape.OBJECT) and @JsonValue Annotations. Would expect at least a class with readonly instances for each enum entity.
The text was updated successfully, but these errors were encountered:
@requiredargsconstructor
@Getter
public enum MyEnum {
}
Tried @jsonformat(shape = JsonFormat.Shape.OBJECT) and @JsonValue Annotations. Would expect at least a class with readonly instances for each enum entity.
The text was updated successfully, but these errors were encountered: