All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.rtr.alchemy.dto.identities.IdentityDto Maven / Gradle / Ivy

There is a newer version: 2.2.14
Show newest version
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 {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy