io.swagger.util.AllowableValues Maven / Gradle / Ivy
package io.swagger.util;
import io.swagger.models.properties.PropertyBuilder;
import java.util.Map;
public interface AllowableValues {
Map asPropertyArguments();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy