ru.curs.hurdygurdy.KotlinDTOExtractor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hurdy-gurdy Show documentation
Show all versions of hurdy-gurdy Show documentation
Client/server code generator for OpenAPI
package ru.curs.hurdygurdy;
import com.squareup.kotlinpoet.TypeSpec;
public class KotlinDTOExtractor extends DTOExtractor {
public KotlinDTOExtractor(TypeDefiner typeDefiner) {
super(typeDefiner);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy