Skip to content

Instantly share code, notes, and snippets.

View MrCsabaToth's full-sized avatar
🏠
Working from home

Csaba Toth MrCsabaToth

🏠
Working from home
View GitHub Profile
@MrCsabaToth
MrCsabaToth / SessionType.java
Created January 30, 2019 19:30 — forked from mressler/SessionType.java
sessionTypeUuid Disambiguation
package com.diamondkinetics.model.enums;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.diamondkinetics.model.json.SessionTypeSerializer;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
@JsonSerialize(using = SessionTypeSerializer.class)
public enum SessionType {