Class SpecificationMapperImpl
java.lang.Object
com.github.muehmar.gradle.openapi.generator.mapper.SpecificationMapperImpl
- All Implemented Interfaces:
SpecificationMapper
-
Method Summary
Modifier and TypeMethodDescriptionstatic SpecificationMappercreate(MapResultResolver resolver, SpecificationParser specificationParser) map(MainDirectory mainDirectory, OpenApiSpec mainSpecification, ExcludedSchemas excludedSchemas) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.muehmar.gradle.openapi.generator.mapper.SpecificationMapper
map
-
Method Details
-
create
public static SpecificationMapper create(MapResultResolver resolver, SpecificationParser specificationParser) -
map
public MapResult map(MainDirectory mainDirectory, OpenApiSpec mainSpecification, ExcludedSchemas excludedSchemas) - Specified by:
mapin interfaceSpecificationMapper
-