Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.35 KB

File metadata and controls

24 lines (17 loc) · 1.35 KB

Schema-Kenerator Jackson Swagger

Maven Central

This project provides steps to support Jackson-annotations specific to Swagger-schema generation.

dependencies {
    implementation "io.github.smiley4:schema-kenerator-jackson-swagger:<VERSION>"
}

Supported Jackson Annotations

Step Description Relevant Steps
@JsonPropertyDescription Adds description to annotated properties handleJacksonSwaggerAnnotations()

Steps

Step Description
handleJacksonSwaggerAnnotations() Adds a description to properties according to the jackson @JsonPropertyDescription-annotation.