
com.mangofactory.swagger.models.dto.AllowableValues Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swagger-models Show documentation
Show all versions of swagger-models Show documentation
This project integrates swagger with the Spring Web MVC framework
The newest version!
package com.mangofactory.swagger.models.dto;
import com.fasterxml.jackson.annotation.JsonSubTypes;
@JsonSubTypes({
@JsonSubTypes.Type(value = AllowableListValues.class),
@JsonSubTypes.Type(value = AllowableRangeValues.class) })
public interface AllowableValues {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy