Apidog Fast Request Docs
    Apidog Fast Request Docs
    • Get started
    • Send requests
    • Generate OpenAPI specs
    • Export OpenAPI(Swagger) files
    • Publish API documentations

    Generate OpenAPI specs

    Apidog Fast Request can generate OpenAPI Spec without Swagger annotations, and it supports annotations and comments for the following frameworks and libraries:
    TypeNameAnnotation Examples
    Web Framework• Spring
    • Jakarta RESTful Web Services (JAX-RS)
    @RestController, @GetMapping
    @Path, @Get
    Validation• Jakarta Bean Validation
    • Java Bean Validation
    @NotNull
    Serialization• Jackson
    • GSON
    @JsonProperty
    @SerializedName
    API Specification Library• Swagger 2.x
    • Swagger/OpenAPI 3.x
    @ApiOperation, @ApiParam
    PersistenceMyBatis
    ClientSpring Cloud OpenFeign
    Monitor• Spring Boot Actuator
    Language and Comments• Java: Javadoc
    • Kotlin: KDoc
    In other words, Apidog Fast Request can generate OpenAPI Spec simply based on Springboot annotations and Javadoc comments.
    Modified at 2025-01-16 09:23:34
    Previous
    Send requests
    Next
    Export OpenAPI(Swagger) files
    Built with