de.sonallux.spotify.generator.openapi.CloneHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotify-web-api-generator-open-api Show documentation
Show all versions of spotify-web-api-generator-open-api Show documentation
A generator to generate an OpenApi definition for the Spotify Web API
package de.sonallux.spotify.generator.openapi;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.swagger.v3.core.util.Json;
import io.swagger.v3.oas.models.media.Schema;
import java.util.HashMap;
import java.util.Map;
class CloneHelper {
private final ObjectMapper mapper;
private final Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy