java - How to generate Swagger JSON file for dynamic object manually without using any POJO -


i looking creating swagger file api using program (manually) api deals dynamic objects cannot generalize hence not able use annotation swagger. option left me create manually in java please guide me how create post request accepts employee(id,name) objects , generates response employee(id,name) ...


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -