ru.curs.hurdygurdy.JavaDTOExtractor 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.javapoet.TypeSpec;
public class JavaDTOExtractor extends DTOExtractor {
public JavaDTOExtractor(TypeDefiner typeDefiner) {
super(typeDefiner);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy