| bml_lombok | BML Lombok Models | Java | ALPHA Generate Java models from the API description. Uses Javax spring 5 and below compatibility. |
| bml_lombok_spring_6 | BML Lombok Models for Spring 6 | Java | BETA Generate Java models from the API description. Uses Jakarta JPA and Validation from Jakarta as opposed to Javax. |
| bml_lombok_test | BML Lombok Model Tests and Fixtures | Java | Generate Tests and Fixtures for the POJO's generated by the bml_lombok generator. |
| bml_lombok_test_spring_6 | BML Lombok Model Tests and Fixtures | Java | Generate Tests and Fixtures for the POJO's generated by the bml_lombok generator. Uses Jakarta JPA and Validation from Jakarta as opposed to Javax. |
| bml_openapi | BML Openapi 3.0 | openapi | Generate an openapi json 3.0.2 sepc with refs and a file name so combination works. Has some additional linting requirements in order to better support conversion and example creation |
| graphql_schema_generator | GraphQL Schema Generator | GraphQL | Generate a Graphql Schema for use with Graphql-Java. |
| java_client_resttemplate | Java RestTemplate Client Generator | Java | ALPHA Under Development. Generates a java Client for use in a Spring environment based on RestTemplate. |
| java_client | Java WebClient Client Generator | Java | BETA Under Development. Generates a java Client for use in a Spring environment based on WebClient. |
| java_client_spring_6 | Java WebClient Client Generator for Spring 6 or not. | Java | BETA Under Development. Generates a java Client for use in a Spring environment based on WebClient. Compatible with Spring 6 and Spring Boot 3 |
| jpa_repository | JPA Repository generator | Java | Generate Spring specific JPA repositories from the API description. |
| jpa_repository_spring_6 | JPA Repository generator using Jakarta validation | Java | Generate Spring specific JPA repositories from the API description. Compatible with Spring 6 and Spring Boot 3 using Jakarta to replace Javax |
| bml_javascript_pojo | Opinionated Javascript pojos | Java | ALPHA. Generate Opinionated javascript pojos from the API description. Currently only generates enumerations |
| spring_service | Opinionated Spring Service | Java | Generate Opinionated Spring Service from the API description. |
| spring_service_testing | Opinionated Spring service testing framework generator. | Java | Generates a testing framework for the Opinionated Spring Service from the API description. |
| spring_service_spring_6 | Opinionated Spring Service. using Jakarta for validation. | Java | Generate Opinionated Spring Service from the API description. Compatible with Spring 6 and Spring Boot 3 using Jakarta to replace Javax |