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.