io.rtr.alchemy.dto.identities.IdentityDto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alchemy-api Show documentation
Show all versions of alchemy-api Show documentation
Representations for Alchemy Service
package io.rtr.alchemy.dto.identities;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
/** Represents an identity which other identity DTOs must extend */
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
public abstract class IdentityDto {}